NET20.csproj 924 B

1234567891011121314151617
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <EnvironmentFlavor>CLIENTPROFILE</EnvironmentFlavor>
  4. <EnvironmentTemplate>NET20</EnvironmentTemplate>
  5. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  6. </PropertyGroup>
  7. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  8. <OutputPath>bin\NET20\Debug</OutputPath>
  9. <IntermediateOutputPath>obj\NET20\Debug\</IntermediateOutputPath>
  10. <DefineConstants>$(DefineConstants);NOEXTENSIONS</DefineConstants>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  13. <OutputPath>bin\NET20\Release</OutputPath>
  14. <IntermediateOutputPath>obj\NET20\Release\</IntermediateOutputPath>
  15. <DefineConstants>$(DefineConstants);NOEXTENSIONS</DefineConstants>
  16. </PropertyGroup>
  17. </Project>