@@ -10,14 +10,19 @@ with the right MSBuild incantations to get output copied to the right place.
10
10
<When Condition =" '$(OS)' == 'Windows_NT' AND '$(MSBuildRuntimeType)' != 'Core' " >
11
11
<ItemGroup Condition =" '@(Reference->AnyHaveMetadataValue('Identity', 'AspNetCoreModule'))' == 'true' " >
12
12
<Reference Remove =" AspNetCoreModule" />
13
- <NativeProjectReference Include =" $(MSBuildThisFileDirectory)AspNetCoreModuleV1\AspNetCore\AspNetCore.vcxproj" />
13
+ <NativeProjectReference Include =" $(MSBuildThisFileDirectory)AspNetCoreModuleV1\AspNetCore\AspNetCore.vcxproj" Platform =" x64" />
14
+ <NativeProjectReference Include =" $(MSBuildThisFileDirectory)AspNetCoreModuleV1\AspNetCore\AspNetCore.vcxproj" Platform =" x86" />
14
15
</ItemGroup >
15
16
16
17
<ItemGroup Condition =" '@(Reference->AnyHaveMetadataValue('Identity', 'AspNetCoreModuleV2'))' == 'true' " >
17
18
<Reference Remove =" AspNetCoreModuleV2" />
18
- <NativeProjectReference Include =" $(MSBuildThisFileDirectory)AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj" />
19
- <NativeProjectReference Include =" $(MSBuildThisFileDirectory)AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj" HandlerPath =" 2.0.0" />
20
- <NativeProjectReference Include =" $(MSBuildThisFileDirectory)AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj" />
19
+ <NativeProjectReference Include =" $(MSBuildThisFileDirectory)AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj" Platform =" x64" />
20
+ <NativeProjectReference Include =" $(MSBuildThisFileDirectory)AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj" HandlerPath =" 2.0.0" Platform =" x64" />
21
+ <NativeProjectReference Include =" $(MSBuildThisFileDirectory)AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj" Platform =" x64" />
22
+
23
+ <NativeProjectReference Include =" $(MSBuildThisFileDirectory)AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj" Platform =" x86" />
24
+ <NativeProjectReference Include =" $(MSBuildThisFileDirectory)AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj" HandlerPath =" 2.0.0" Platform =" x86" />
25
+ <NativeProjectReference Include =" $(MSBuildThisFileDirectory)AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj" Platform =" x86" />
21
26
</ItemGroup >
22
27
23
28
<ItemGroup Condition =" @(NativeProjectReference->Count()) != 0 AND '$(BuildNative)' != 'false' " >
0 commit comments