|
401 | 401 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
402 | 402 | <TargetVer>17.12</TargetVer> |
403 | 403 | </PropertyGroup> |
| 404 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-v17_13|AnyCPU'"> |
| 405 | + <OutputPath>bin\Release-v17_13\</OutputPath> |
| 406 | + <DefineConstants>TRACE;TOOLS_V17</DefineConstants> |
| 407 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 408 | + <Optimize>true</Optimize> |
| 409 | + <DebugType>pdbonly</DebugType> |
| 410 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 411 | + <ErrorReport>prompt</ErrorReport> |
| 412 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 413 | + <TargetVer>17.13</TargetVer> |
| 414 | + </PropertyGroup> |
| 415 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-v17_13|AnyCPU'"> |
| 416 | + <OutputPath>bin\Debug-v17_13\</OutputPath> |
| 417 | + <DefineConstants>TRACE;DEBUG;TOOLS_V17</DefineConstants> |
| 418 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 419 | + <Optimize>false</Optimize> |
| 420 | + <DebugType>pdbonly</DebugType> |
| 421 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 422 | + <ErrorReport>prompt</ErrorReport> |
| 423 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 424 | + <TargetVer>17.13</TargetVer> |
| 425 | + </PropertyGroup> |
404 | 426 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
405 | 427 | <DebugSymbols>true</DebugSymbols> |
406 | 428 | <DebugType>full</DebugType> |
|
446 | 468 | <TargetFrameworkVersion Condition=" '$(TargetVer)' == '16.0' or '$(TargetVer)' == '16.1' ">v4.7.2</TargetFrameworkVersion> |
447 | 469 | <TargetFrameworkVersion Condition=" '$(TargetVer)' == '17' or '$(TargetVer)' == '17.0' or '$(TargetVer)' == '17.1' or '$(TargetVer)' == '17.2' or '$(TargetVer)' == '17.3' |
448 | 470 | or '$(TargetVer)' == '17.4' or '$(TargetVer)' == '17.5' or '$(TargetVer)' == '17.6' or '$(TargetVer)' == '17.7' or '$(TargetVer)' == '17.8' or '$(TargetVer)' == '17.9' |
449 | | - or '$(TargetVer)' == '17.10' or '$(TargetVer)' == '17.11' or '$(TargetVer)' == '17.12'">v4.7.2</TargetFrameworkVersion> |
| 471 | + or '$(TargetVer)' == '17.10' or '$(TargetVer)' == '17.11' or '$(TargetVer)' == '17.12' or '$(TargetVer)' == '17.13'">v4.7.2</TargetFrameworkVersion> |
450 | 472 | <GeneratePkgDefFile>false</GeneratePkgDefFile> |
451 | 473 | <IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer> |
452 | 474 | <IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer> |
|
679 | 701 | <!-- VS2022 --> |
680 | 702 | <ItemGroup Condition="'$(TargetVer)' == '17' or '$(TargetVer)' == '17.0' or '$(TargetVer)' == '17.1' or '$(TargetVer)' == '17.2' or '$(TargetVer)' == '17.3' |
681 | 703 | or '$(TargetVer)' == '17.4' or '$(TargetVer)' == '17.5' or '$(TargetVer)' == '17.6' or '$(TargetVer)' == '17.7' or '$(TargetVer)' == '17.8' |
682 | | - or '$(TargetVer)' == '17.9' or '$(TargetVer)' == '17.10' or '$(TargetVer)' == '17.11' or '$(TargetVer)' == '17.12'"> |
| 704 | + or '$(TargetVer)' == '17.9' or '$(TargetVer)' == '17.10' or '$(TargetVer)' == '17.11' or '$(TargetVer)' == '17.12' or '$(TargetVer)' == '17.13'"> |
683 | 705 | <Reference Include="Microsoft.Build"> |
684 | 706 | <HintPath>assemblies\v17\Microsoft.Build.dll</HintPath> |
685 | 707 | </Reference> |
|
772 | 794 | <HintPath>assemblies\v17_12\Microsoft.Build.CPPTasks.Common.dll</HintPath> |
773 | 795 | </Reference> |
774 | 796 | </ItemGroup> |
| 797 | + <ItemGroup Condition="'$(TargetVer)' == '17.13'"> |
| 798 | + <Reference Include="Microsoft.Build.CPPTasks.Common"> |
| 799 | + <HintPath>assemblies\v17_13\Microsoft.Build.CPPTasks.Common.dll</HintPath> |
| 800 | + </Reference> |
| 801 | + </ItemGroup> |
775 | 802 | <ItemGroup> |
776 | 803 | <EmbeddedResource Include="Strings.resx"> |
777 | 804 | <SubType>Designer</SubType> |
|
0 commit comments