|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 4 | + <Configuration Condition=" '$(Configuration)' == '' ">DBG_SDK10</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | 6 | <ProductVersion>8.0.30703</ProductVersion> |
7 | 7 | <SchemaVersion>2.0</SchemaVersion> |
|
14 | 14 | <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile> |
15 | 15 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
16 | 16 | <NetTargetVName>net40</NetTargetVName> |
17 | | - <DefineConstants>NET_40</DefineConstants> |
18 | 17 | <FileAlignment>512</FileAlignment> |
| 18 | + <NoWarn>CS1591;IDE1006</NoWarn> |
19 | 19 | </PropertyGroup> |
20 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 20 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DBG_SDK10|AnyCPU' "> |
21 | 21 | <DebugSymbols>true</DebugSymbols> |
22 | 22 | <DebugType>full</DebugType> |
23 | 23 | <Optimize>false</Optimize> |
24 | 24 | <OutputPath>bin\Debug\</OutputPath> |
25 | | - <DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants> |
| 25 | + <DefineConstants>NET_40;DEBUG;TRACE</DefineConstants> |
26 | 26 | <ErrorReport>prompt</ErrorReport> |
27 | 27 | <WarningLevel>4</WarningLevel> |
28 | 28 | </PropertyGroup> |
29 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 29 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'REL_SDK10|AnyCPU' "> |
30 | 30 | <DebugType>pdbonly</DebugType> |
31 | 31 | <Optimize>true</Optimize> |
32 | 32 | <OutputPath>bin\Release\</OutputPath> |
33 | | - <DefineConstants>$(DefineConstants)</DefineConstants> |
| 33 | + <DefineConstants>NET_40</DefineConstants> |
34 | 34 | <ErrorReport>prompt</ErrorReport> |
35 | 35 | <WarningLevel>4</WarningLevel> |
36 | 36 | <DocumentationFile>bin\Release\CI.MSBuild.XML</DocumentationFile> |
37 | | - <NoWarn>CS1591</NoWarn> |
38 | 37 | </PropertyGroup> |
39 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_net45|AnyCPU'"> |
40 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 38 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'REL_SDK15|AnyCPU' "> |
| 39 | + <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
41 | 40 | <NetTargetVName>net45</NetTargetVName> |
42 | 41 | <OutputPath>bin\Release\</OutputPath> |
43 | | - <DefineConstants>NET_45</DefineConstants> |
| 42 | + <DefineConstants></DefineConstants> |
44 | 43 | <Optimize>true</Optimize> |
45 | 44 | <DebugType>pdbonly</DebugType> |
46 | 45 | <PlatformTarget>AnyCPU</PlatformTarget> |
47 | 46 | <ErrorReport>prompt</ErrorReport> |
48 | 47 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
49 | 48 | <DocumentationFile>bin\Release\CI.MSBuild.XML</DocumentationFile> |
50 | | - <NoWarn>CS1591</NoWarn> |
51 | 49 | </PropertyGroup> |
52 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_net45|AnyCPU'"> |
53 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 50 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DBG_SDK15|AnyCPU' "> |
| 51 | + <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
54 | 52 | <NetTargetVName>net45</NetTargetVName> |
55 | 53 | <DebugSymbols>true</DebugSymbols> |
56 | 54 | <OutputPath>bin\Debug\</OutputPath> |
57 | | - <DefineConstants>NET_45;DEBUG;TRACE</DefineConstants> |
| 55 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
58 | 56 | <DebugType>full</DebugType> |
59 | 57 | <PlatformTarget>AnyCPU</PlatformTarget> |
60 | 58 | <ErrorReport>prompt</ErrorReport> |
|
94 | 92 | <None Include="$(SolutionDir)\tools\gnt.bat"> |
95 | 93 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
96 | 94 | </None> |
97 | | - <None Include="$(SolutionDir)\tools\msbuild.bat"> |
| 95 | + <None Include="$(SolutionDir)\tools\hMSBuild.bat"> |
98 | 96 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
99 | 97 | </None> |
100 | 98 | <None Include="CI.MSBuild.bat"> |
|
0 commit comments