Swap installer order (#8266)
This commit is contained in:
parent
e0ce17bc3f
commit
c79b2413cc
|
|
@ -41,14 +41,14 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj">
|
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj">
|
||||||
<Name>AspNetCoreV2WoW64</Name>
|
<Name>AspNetCoreV2</Name>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
<DoNotHarvest>True</DoNotHarvest>
|
<DoNotHarvest>True</DoNotHarvest>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
<SetPlatform>Platform=x64</SetPlatform>
|
<SetPlatform>Platform=x64</SetPlatform>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj">
|
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj">
|
||||||
<Name>AspNetCoreV2HandlerWoW64</Name>
|
<Name>AspNetCoreV2Handler</Name>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
<DoNotHarvest>True</DoNotHarvest>
|
<DoNotHarvest>True</DoNotHarvest>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
|
|
@ -56,14 +56,14 @@
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
|
|
||||||
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj">
|
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj">
|
||||||
<Name>AspNetCoreV2</Name>
|
<Name>AspNetCoreV2WoW64</Name>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
<DoNotHarvest>True</DoNotHarvest>
|
<DoNotHarvest>True</DoNotHarvest>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
<SetPlatform>Platform=Win32</SetPlatform>
|
<SetPlatform>Platform=Win32</SetPlatform>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj">
|
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj">
|
||||||
<Name>AspNetCoreV2Handler</Name>
|
<Name>AspNetCoreV2HandlerWoW64</Name>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
<DoNotHarvest>True</DoNotHarvest>
|
<DoNotHarvest>True</DoNotHarvest>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue