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