|
335 | 335 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
336 | 336 | <TargetVer>17.9</TargetVer> |
337 | 337 | </PropertyGroup> |
| 338 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-v17_10|AnyCPU'"> |
| 339 | + <OutputPath>bin\Release-v17_10\</OutputPath> |
| 340 | + <DefineConstants>TRACE;TOOLS_V17</DefineConstants> |
| 341 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 342 | + <Optimize>true</Optimize> |
| 343 | + <DebugType>pdbonly</DebugType> |
| 344 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 345 | + <ErrorReport>prompt</ErrorReport> |
| 346 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 347 | + <TargetVer>17.10</TargetVer> |
| 348 | + </PropertyGroup> |
| 349 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-v17_10|AnyCPU'"> |
| 350 | + <OutputPath>bin\Debug-v17_10\</OutputPath> |
| 351 | + <DefineConstants>TRACE;DEBUG;TOOLS_V17</DefineConstants> |
| 352 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 353 | + <Optimize>false</Optimize> |
| 354 | + <DebugType>pdbonly</DebugType> |
| 355 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 356 | + <ErrorReport>prompt</ErrorReport> |
| 357 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 358 | + <TargetVer>17.10</TargetVer> |
| 359 | + </PropertyGroup> |
| 360 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-v17_11|AnyCPU'"> |
| 361 | + <OutputPath>bin\Release-v17_11\</OutputPath> |
| 362 | + <DefineConstants>TRACE;TOOLS_V17</DefineConstants> |
| 363 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 364 | + <Optimize>true</Optimize> |
| 365 | + <DebugType>pdbonly</DebugType> |
| 366 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 367 | + <ErrorReport>prompt</ErrorReport> |
| 368 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 369 | + <TargetVer>17.11</TargetVer> |
| 370 | + </PropertyGroup> |
| 371 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-v17_11|AnyCPU'"> |
| 372 | + <OutputPath>bin\Debug-v17_11\</OutputPath> |
| 373 | + <DefineConstants>TRACE;DEBUG;TOOLS_V17</DefineConstants> |
| 374 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 375 | + <Optimize>false</Optimize> |
| 376 | + <DebugType>pdbonly</DebugType> |
| 377 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 378 | + <ErrorReport>prompt</ErrorReport> |
| 379 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 380 | + <TargetVer>17.11</TargetVer> |
| 381 | + </PropertyGroup> |
338 | 382 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
339 | 383 | <DebugSymbols>true</DebugSymbols> |
340 | 384 | <DebugType>full</DebugType> |
|
378 | 422 | <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
379 | 423 | <TargetFrameworkVersion Condition=" '$(TargetVer)' == '12.0' or '$(TargetVer)' == '14.0' ">v4.5.2</TargetFrameworkVersion> |
380 | 424 | <TargetFrameworkVersion Condition=" '$(TargetVer)' == '16.0' or '$(TargetVer)' == '16.1' ">v4.7.2</TargetFrameworkVersion> |
381 | | - <TargetFrameworkVersion Condition=" '$(TargetVer)' == '17' or '$(TargetVer)' == '17.0' or '$(TargetVer)' == '17.1' or '$(TargetVer)' == '17.2' or '$(TargetVer)' == '17.3' or '$(TargetVer)' == '17.4' or '$(TargetVer)' == '17.5' or '$(TargetVer)' == '17.6' or '$(TargetVer)' == '17.7' or '$(TargetVer)' == '17.8' or '$(TargetVer)' == '17.9' ">v4.7.2</TargetFrameworkVersion> |
| 425 | + <TargetFrameworkVersion Condition=" '$(TargetVer)' == '17' or '$(TargetVer)' == '17.0' or '$(TargetVer)' == '17.1' or '$(TargetVer)' == '17.2' or '$(TargetVer)' == '17.3' |
| 426 | + or '$(TargetVer)' == '17.4' or '$(TargetVer)' == '17.5' or '$(TargetVer)' == '17.6' or '$(TargetVer)' == '17.7' or '$(TargetVer)' == '17.8' or '$(TargetVer)' == '17.9' |
| 427 | + or '$(TargetVer)' == '17.10' or '$(TargetVer)' == '17.11'">v4.7.2</TargetFrameworkVersion> |
382 | 428 | <GeneratePkgDefFile>false</GeneratePkgDefFile> |
383 | 429 | <IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer> |
384 | 430 | <IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer> |
|
609 | 655 | </Reference> |
610 | 656 | </ItemGroup> |
611 | 657 | <!-- VS2022 --> |
612 | | - <ItemGroup Condition="'$(TargetVer)' == '17' or '$(TargetVer)' == '17.0' or '$(TargetVer)' == '17.1' or '$(TargetVer)' == '17.2' or '$(TargetVer)' == '17.3' or '$(TargetVer)' == '17.4' or '$(TargetVer)' == '17.5' or '$(TargetVer)' == '17.6' or '$(TargetVer)' == '17.7' or '$(TargetVer)' == '17.8' or '$(TargetVer)' == '17.9' "> |
| 658 | + <ItemGroup Condition="'$(TargetVer)' == '17' or '$(TargetVer)' == '17.0' or '$(TargetVer)' == '17.1' or '$(TargetVer)' == '17.2' or '$(TargetVer)' == '17.3' |
| 659 | + or '$(TargetVer)' == '17.4' or '$(TargetVer)' == '17.5' or '$(TargetVer)' == '17.6' or '$(TargetVer)' == '17.7' or '$(TargetVer)' == '17.8' |
| 660 | + or '$(TargetVer)' == '17.9' or '$(TargetVer)' == '17.10' or '$(TargetVer)' == '17.11'"> |
613 | 661 | <Reference Include="Microsoft.Build"> |
614 | 662 | <HintPath>assemblies\v17\Microsoft.Build.dll</HintPath> |
615 | 663 | </Reference> |
|
687 | 735 | <HintPath>assemblies\v17_9\Microsoft.Build.CPPTasks.Common.dll</HintPath> |
688 | 736 | </Reference> |
689 | 737 | </ItemGroup> |
| 738 | + <ItemGroup Condition="'$(TargetVer)' == '17.10'"> |
| 739 | + <Reference Include="Microsoft.Build.CPPTasks.Common"> |
| 740 | + <HintPath>assemblies\v17_10\Microsoft.Build.CPPTasks.Common.dll</HintPath> |
| 741 | + </Reference> |
| 742 | + </ItemGroup> |
| 743 | + <ItemGroup Condition="'$(TargetVer)' == '17.11'"> |
| 744 | + <Reference Include="Microsoft.Build.CPPTasks.Common"> |
| 745 | + <HintPath>assemblies\v17_11\Microsoft.Build.CPPTasks.Common.dll</HintPath> |
| 746 | + </Reference> |
| 747 | + </ItemGroup> |
690 | 748 | <ItemGroup> |
691 | 749 | <EmbeddedResource Include="Strings.resx"> |
692 | 750 | <SubType>Designer</SubType> |
|
0 commit comments