NET40.csproj 970 B

1234567891011121314151617181920
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  2. <PropertyGroup>
  3. <EnvironmentFlavor>CLIENTPROFILE</EnvironmentFlavor>
  4. <EnvironmentTemplate>NET40</EnvironmentTemplate>
  5. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  6. </PropertyGroup>
  7. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  8. <OutputPath>bin\NET40\Debug</OutputPath>
  9. <IntermediateOutputPath>obj\NET40\Debug\</IntermediateOutputPath>
  10. <DefineConstants>$(DefineConstants)</DefineConstants>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  13. <OutputPath>bin\NET40\Release</OutputPath>
  14. <IntermediateOutputPath>obj\NET40\Release\</IntermediateOutputPath>
  15. <DefineConstants>$(DefineConstants)</DefineConstants>
  16. </PropertyGroup>
  17. <ItemGroup>
  18. <Reference Include="System.Core" />
  19. </ItemGroup>
  20. </Project>