|
445 | 445 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
446 | 446 | <TargetVer>17.14</TargetVer> |
447 | 447 | </PropertyGroup> |
| 448 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-v18_0|AnyCPU'"> |
| 449 | + <OutputPath>bin\Release-v18_0\</OutputPath> |
| 450 | + <DefineConstants>TRACE;TOOLS_V17</DefineConstants> |
| 451 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 452 | + <Optimize>true</Optimize> |
| 453 | + <DebugType>pdbonly</DebugType> |
| 454 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 455 | + <ErrorReport>prompt</ErrorReport> |
| 456 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 457 | + <TargetVer>18.0</TargetVer> |
| 458 | + </PropertyGroup> |
| 459 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-v18_0|AnyCPU'"> |
| 460 | + <OutputPath>bin\Debug-v18_0\</OutputPath> |
| 461 | + <DefineConstants>TRACE;DEBUG;TOOLS_V17</DefineConstants> |
| 462 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 463 | + <Optimize>false</Optimize> |
| 464 | + <DebugType>pdbonly</DebugType> |
| 465 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 466 | + <ErrorReport>prompt</ErrorReport> |
| 467 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 468 | + <TargetVer>18.0</TargetVer> |
| 469 | + </PropertyGroup> |
448 | 470 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
449 | 471 | <DebugSymbols>true</DebugSymbols> |
450 | 472 | <DebugType>full</DebugType> |
|
493 | 515 | or '$(TargetVer)' == '17.4' or '$(TargetVer)' == '17.5' or '$(TargetVer)' == '17.6' |
494 | 516 | or '$(TargetVer)' == '17.7' or '$(TargetVer)' == '17.8' or '$(TargetVer)' == '17.9' |
495 | 517 | or '$(TargetVer)' == '17.10' or '$(TargetVer)' == '17.11' or '$(TargetVer)' == '17.12' |
496 | | - or '$(TargetVer)' == '17.13' or '$(TargetVer)' == '17.14'">v4.7.2</TargetFrameworkVersion> |
| 518 | + or '$(TargetVer)' == '17.13' or '$(TargetVer)' == '17.14' or '$(TargetVer)' == '18.0'">v4.7.2</TargetFrameworkVersion> |
497 | 519 | <GeneratePkgDefFile>false</GeneratePkgDefFile> |
498 | 520 | <IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer> |
499 | 521 | <IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer> |
|
832 | 854 | <HintPath>assemblies\v17_14\Microsoft.Build.CPPTasks.Common.dll</HintPath> |
833 | 855 | </Reference> |
834 | 856 | </ItemGroup> |
| 857 | + <!-- VS2026 --> |
| 858 | + <ItemGroup Condition="'$(TargetVer)' == '18.0'"> |
| 859 | + <Reference Include="Microsoft.Build"> |
| 860 | + <HintPath>assemblies\v18\Microsoft.Build.dll</HintPath> |
| 861 | + </Reference> |
| 862 | + <Reference Include="Microsoft.Build.Framework"> |
| 863 | + <HintPath>assemblies\v18\Microsoft.Build.Framework.dll</HintPath> |
| 864 | + </Reference> |
| 865 | + <Reference Include="Microsoft.Build.Tasks.Core"> |
| 866 | + <HintPath>assemblies\v18\Microsoft.Build.Tasks.Core.dll</HintPath> |
| 867 | + </Reference> |
| 868 | + <Reference Include="Microsoft.Build.Utilities.Core"> |
| 869 | + <HintPath>assemblies\v18\Microsoft.Build.Utilities.Core.dll</HintPath> |
| 870 | + </Reference> |
| 871 | + <Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 872 | + <HintPath>assemblies\v18\envdte.dll</HintPath> |
| 873 | + </Reference> |
| 874 | + <Reference Include="Microsoft.VisualStudio.VCProject"> |
| 875 | + <HintPath>assemblies\v18\Microsoft.VisualStudio.VCProject.dll</HintPath> |
| 876 | + </Reference> |
| 877 | + <Reference Include="Microsoft.VisualStudio.VCProjectEngine"> |
| 878 | + <HintPath>assemblies\v18\Microsoft.VisualStudio.VCProjectEngine.dll</HintPath> |
| 879 | + </Reference> |
| 880 | + </ItemGroup> |
| 881 | + <ItemGroup Condition="'$(TargetVer)' == '18.0'"> |
| 882 | + <Reference Include="Microsoft.Build.CPPTasks.Common"> |
| 883 | + <HintPath>assemblies\v18\Microsoft.Build.CPPTasks.Common.dll</HintPath> |
| 884 | + </Reference> |
| 885 | + </ItemGroup> |
835 | 886 | <ItemGroup> |
836 | 887 | <EmbeddedResource Include="Strings.resx"> |
837 | 888 | <SubType>Designer</SubType> |
|
0 commit comments