|
115 | 115 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
116 | 116 | <TargetVer>17.0</TargetVer> |
117 | 117 | </PropertyGroup> |
| 118 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-v17_1|AnyCPU'"> |
| 119 | + <OutputPath>bin\Release-v17_1\</OutputPath> |
| 120 | + <DefineConstants>TRACE;TOOLS_V17</DefineConstants> |
| 121 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 122 | + <Optimize>true</Optimize> |
| 123 | + <DebugType>pdbonly</DebugType> |
| 124 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 125 | + <ErrorReport>prompt</ErrorReport> |
| 126 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 127 | + <TargetVer>17.1</TargetVer> |
| 128 | + </PropertyGroup> |
| 129 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-v17_1|AnyCPU'"> |
| 130 | + <OutputPath>bin\Debug-v17_1\</OutputPath> |
| 131 | + <DefineConstants>TRACE;DEBUG;TOOLS_V17</DefineConstants> |
| 132 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 133 | + <Optimize>false</Optimize> |
| 134 | + <DebugType>pdbonly</DebugType> |
| 135 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 136 | + <ErrorReport>prompt</ErrorReport> |
| 137 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 138 | + <TargetVer>17.1</TargetVer> |
| 139 | + </PropertyGroup> |
| 140 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-v17_2|AnyCPU'"> |
| 141 | + <OutputPath>bin\Release-v17_2\</OutputPath> |
| 142 | + <DefineConstants>TRACE;TOOLS_V17</DefineConstants> |
| 143 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 144 | + <Optimize>true</Optimize> |
| 145 | + <DebugType>pdbonly</DebugType> |
| 146 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 147 | + <ErrorReport>prompt</ErrorReport> |
| 148 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 149 | + <TargetVer>17.2</TargetVer> |
| 150 | + </PropertyGroup> |
| 151 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-v17_2|AnyCPU'"> |
| 152 | + <OutputPath>bin\Debug-v17_2\</OutputPath> |
| 153 | + <DefineConstants>TRACE;DEBUG;TOOLS_V17</DefineConstants> |
| 154 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 155 | + <Optimize>false</Optimize> |
| 156 | + <DebugType>pdbonly</DebugType> |
| 157 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 158 | + <ErrorReport>prompt</ErrorReport> |
| 159 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 160 | + <TargetVer>17.2</TargetVer> |
| 161 | + </PropertyGroup> |
118 | 162 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
119 | 163 | <DebugSymbols>true</DebugSymbols> |
120 | 164 | <DebugType>full</DebugType> |
|
158 | 202 | <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
159 | 203 | <TargetFrameworkVersion Condition=" '$(TargetVer)' == '12.0' or '$(TargetVer)' == '14.0' ">v4.5.2</TargetFrameworkVersion> |
160 | 204 | <TargetFrameworkVersion Condition=" '$(TargetVer)' == '16.0' or '$(TargetVer)' == '16.1' ">v4.7.2</TargetFrameworkVersion> |
161 | | - <TargetFrameworkVersion Condition=" '$(TargetVer)' == '17.0' or '$(TargetVer)' == '17.1' ">v4.7.2</TargetFrameworkVersion> |
| 205 | + <TargetFrameworkVersion Condition=" '$(TargetVer)' == '17.0' or '$(TargetVer)' == '17.1' or '$(TargetVer)' == '17.2' ">v4.7.2</TargetFrameworkVersion> |
162 | 206 | <GeneratePkgDefFile>false</GeneratePkgDefFile> |
163 | 207 | <IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer> |
164 | 208 | <IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer> |
|
389 | 433 | </Reference> |
390 | 434 | </ItemGroup> |
391 | 435 | <!-- VS2022 --> |
392 | | - <ItemGroup Condition="'$(TargetVer)' == '17.0' or '$(TargetVer)' == '17.1'"> |
| 436 | + <ItemGroup Condition="'$(TargetVer)' == '17.0' or '$(TargetVer)' == '17.1' or '$(TargetVer)' == '17.2'"> |
393 | 437 | <Reference Include="Microsoft.Build"> |
394 | 438 | <HintPath>assemblies\v17\Microsoft.Build.dll</HintPath> |
395 | 439 | </Reference> |
|
411 | 455 | <Reference Include="Microsoft.VisualStudio.VCProjectEngine"> |
412 | 456 | <HintPath>assemblies\v17\Microsoft.VisualStudio.VCProjectEngine.dll</HintPath> |
413 | 457 | </Reference> |
| 458 | + </ItemGroup> |
| 459 | + <ItemGroup Condition="'$(TargetVer)' == '17.0'"> |
414 | 460 | <Reference Include="Microsoft.Build.CPPTasks.Common"> |
415 | 461 | <HintPath>assemblies\v17\Microsoft.Build.CPPTasks.Common.dll</HintPath> |
416 | 462 | </Reference> |
417 | 463 | </ItemGroup> |
| 464 | + <ItemGroup Condition="'$(TargetVer)' == '17.1'"> |
| 465 | + <Reference Include="Microsoft.Build.CPPTasks.Common"> |
| 466 | + <HintPath>assemblies\v17_1\Microsoft.Build.CPPTasks.Common.dll</HintPath> |
| 467 | + </Reference> |
| 468 | + </ItemGroup> |
| 469 | + <ItemGroup Condition="'$(TargetVer)' == '17.2'"> |
| 470 | + <Reference Include="Microsoft.Build.CPPTasks.Common"> |
| 471 | + <HintPath>assemblies\v17_2\Microsoft.Build.CPPTasks.Common.dll</HintPath> |
| 472 | + </Reference> |
| 473 | + </ItemGroup> |
418 | 474 | <ItemGroup> |
419 | 475 | <EmbeddedResource Include="Strings.resx"> |
420 | 476 | <SubType>Designer</SubType> |
|
0 commit comments