Skip to content

Commit d2ea909

Browse files
committed
fb
1 parent be3a4df commit d2ea909

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
3939
<PropertyGroup>
4040
<ConfigurationType>StaticLibrary</ConfigurationType>
41-
<PlatformToolset>v$(PlatformToolsetVersion)</PlatformToolset>
4241
</PropertyGroup>
4342
<PropertyGroup Condition="'$(Configuration)'=='Release'">
4443
<WholeProgramOptimization>false</WholeProgramOptimization>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
<PropertyGroup>
8282
<ConfigurationType>StaticLibrary</ConfigurationType>
8383
<CharacterSet>Unicode</CharacterSet>
84-
<PlatformToolset>v$(PlatformToolsetVersion)</PlatformToolset>
8584
</PropertyGroup>
8685
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
8786
<PropertyGroup>

src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/ModuleEnvironment.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ void SetApplicationEnvironmentVariables(_In_ IHttpServer &server, _In_ IHttpCont
4444

4545
IHttpServer2* server2;
4646
if (SUCCEEDED(HttpGetExtendedInterface(&server, &server, &server2))) {
47-
// GetAppPoolConfigFile likely returns a 0 terminating string but the SAL annotations don't state that, we should probably change the code
48-
// just to be safe
49-
#pragma warning(suppress: 6387)
5047
SetEnvironmentVariable(L"ASPNETCORE_IIS_APP_POOL_CONFIG_FILE", server2->GetAppPoolConfigFile());
5148
}
5249

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<ProjectGuid>{1eac8125-1765-4e2d-8cbe-56dc98a1c8c1}</ProjectGuid>
1010
<Keyword>Win32Proj</Keyword>
1111
<ConfigurationType>Application</ConfigurationType>
12-
<PlatformToolset>v$(PlatformToolsetVersion)</PlatformToolset>
1312
<CharacterSet>Unicode</CharacterSet>
1413
<IsTestProject>true</IsTestProject>
1514
<DisableArcadeTestFramework>true</DisableArcadeTestFramework>

0 commit comments

Comments
 (0)