Skip to content

Commit a54646f

Browse files
dougbujkotalik
authored andcommitted
Use default VC toolset (#9332)
1 parent ccd0978 commit a54646f

File tree

12 files changed

+34
-1
lines changed

12 files changed

+34
-1
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
<PropertyGroup Condition="'$(Configuration)'=='Release'">
4949
<WholeProgramOptimization>true</WholeProgramOptimization>
5050
</PropertyGroup>
51+
<PropertyGroup Label="Configuration">
52+
<VCToolsVersion />
53+
</PropertyGroup>
5154
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5255
<PropertyGroup>
5356
<AdditionalIncludeDirectories>$(IIS-Common)version;$(IIS-Common)Include;$(IIS-Setup)iisca\lib;$(WIX)sdk\$(WixPlatformToolset)\inc;$(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Common/lib/CommonLib.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
<IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath>
4242
<TargetName>iiscommon</TargetName>
4343
</PropertyGroup>
44+
<PropertyGroup Label="Configuration">
45+
<VCToolsVersion />
46+
</PropertyGroup>
4447
<ItemDefinitionGroup>
4548
<ClCompile>
4649
<SDLCheck>true</SDLCheck>

src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/iisca/lib/iisca.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
<PlatformToolset>v141</PlatformToolset>
7878
</PropertyGroup>
7979
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
80+
<PropertyGroup Label="Configuration">
81+
<VCToolsVersion />
82+
</PropertyGroup>
8083
<PropertyGroup>
8184
<AdditionalIncludeDirectories>$(IIS-Common)version;$(IIS-Common)Include;$(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
8285
<PrecompiledHeader>Create</PrecompiledHeader>

src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/AspNetCore.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
2929
</PropertyGroup>
3030
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31+
<PropertyGroup Label="Configuration">
32+
<VCToolsVersion />
33+
</PropertyGroup>
3134
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3235
<ConfigurationType>DynamicLibrary</ConfigurationType>
3336
<UseDebugLibraries>true</UseDebugLibraries>

src/Servers/IIS/AspNetCoreModuleV2/CommonLib/CommonLib.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+
<PropertyGroup Label="Configuration">
30+
<VCToolsVersion />
31+
</PropertyGroup>
2932
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3033
<ConfigurationType>StaticLibrary</ConfigurationType>
3134
<UseDebugLibraries>true</UseDebugLibraries>

src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/CommonLibTests.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<CharacterSet>Unicode</CharacterSet>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+
<PropertyGroup Label="Configuration">
30+
<VCToolsVersion />
31+
</PropertyGroup>
2932
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3033
<ImportGroup Label="ExtensionSettings" />
3134
<ImportGroup Label="Shared" />

src/Servers/IIS/AspNetCoreModuleV2/IISLib/IISLib.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+
<PropertyGroup Label="Configuration">
30+
<VCToolsVersion />
31+
</PropertyGroup>
2932
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3033
<ConfigurationType>StaticLibrary</ConfigurationType>
3134
<UseDebugLibraries>true</UseDebugLibraries>

src/Servers/IIS/AspNetCoreModuleV2/InProcessRequestHandler/InProcessRequestHandler.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<ProjectName>InProcessRequestHandler</ProjectName>
2929
</PropertyGroup>
3030
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31+
<PropertyGroup Label="Configuration">
32+
<VCToolsVersion />
33+
</PropertyGroup>
3134
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3235
<ConfigurationType>DynamicLibrary</ConfigurationType>
3336
<UseDebugLibraries>true</UseDebugLibraries>

src/Servers/IIS/AspNetCoreModuleV2/OutOfProcessRequestHandler/OutOfProcessRequestHandler.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<ProjectName>OutOfProcessRequestHandler</ProjectName>
2929
</PropertyGroup>
3030
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31+
<PropertyGroup Label="Configuration">
32+
<VCToolsVersion />
33+
</PropertyGroup>
3134
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3235
<ConfigurationType>DynamicLibrary</ConfigurationType>
3336
<UseDebugLibraries>true</UseDebugLibraries>

src/Servers/IIS/AspNetCoreModuleV2/RequestHandlerLib/RequestHandlerLib.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+
<PropertyGroup Label="Configuration">
30+
<VCToolsVersion />
31+
</PropertyGroup>
2932
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3033
<ConfigurationType>StaticLibrary</ConfigurationType>
3134
<UseDebugLibraries>true</UseDebugLibraries>

src/Servers/IIS/AspNetCoreModuleV2/gtest/gtest.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
3030
</PropertyGroup>
3131
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32+
<PropertyGroup Label="Configuration">
33+
<VCToolsVersion />
34+
</PropertyGroup>
3235
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3336
<ConfigurationType>StaticLibrary</ConfigurationType>
3437
<UseDebugLibraries>true</UseDebugLibraries>

src/Servers/IIS/build/Build.Settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">$(MSBuildThisFileDirectory)..\</SolutionDir>
55
<Configuration Condition="'$(Configuration)'==''">Debug</Configuration>
66
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
7-
<PlatformToolset>v141</PlatformToolset>
7+
<PlatformToolset>v142</PlatformToolset>
88
<OutputPath Condition="'$(OutputPath)' == ''">$(MSBuildProjectDirectory)\bin\$(Configuration)\$(Platform)\</OutputPath>
99
<OutDir>$(OutputPath)</OutDir>
1010
<AspNetCoreModuleTargetName>aspnetcore</AspNetCoreModuleTargetName>

0 commit comments

Comments
 (0)