File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 56
56
<NETCoreAppMaximumVersion >99.9</NETCoreAppMaximumVersion >
57
57
</PropertyGroup >
58
58
59
+ <Import Project =" eng\targets\ResolveIisReferences.targets" Condition =" '$(MSBuildProjectExtension)' != '.vcxproj' " />
59
60
<Import Project =" eng\targets\Cpp.Common.targets" Condition =" '$(MSBuildProjectExtension)' == '.vcxproj'" />
60
61
<Import Project =" eng\targets\CSharp.Common.targets" Condition =" '$(MSBuildProjectExtension)' == '.csproj'" />
61
62
<Import Project =" eng\targets\FSharp.Common.targets" Condition =" '$(MSBuildProjectExtension)' == '.fsproj'" />
Original file line number Diff line number Diff line change 82
82
<NpmProjectDirectory Include =" $(RepositoryRoot)src\Middleware\CORS\test\FunctionalTests\" />
83
83
84
84
<ProjectToBuild Condition =" '$(OS)' == 'Windows_NT' AND '$(MSBuildRuntimeType)' != 'Core' " Include =" $(RepositoryRoot)src\Servers\**\*.vcxproj" >
85
- <!-- Required to prevent triggering double-builds. See src\Servers\IIS \ResolveIisReferences.targets for details. -->
85
+ <!-- Required to prevent triggering double-builds. See eng\targets \ResolveIisReferences.targets for details. -->
86
86
<AdditionalProperties Condition =" '$(SharedFxRid)' == 'win-x64'" >Platform=x64</AdditionalProperties >
87
87
<AdditionalProperties Condition =" '$(SharedFxRid)' == 'win-x86'" >Platform=x86</AdditionalProperties >
88
88
</ProjectToBuild >
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ 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 =" $(RepositoryRoot)src\Servers\IIS\ AspNetCoreModuleV1\AspNetCore\AspNetCore.vcxproj" />
14
14
</ItemGroup >
15
15
16
16
<ItemGroup Condition =" '@(Reference->AnyHaveMetadataValue('Identity', 'AspNetCoreModuleV2'))' == 'true' " >
17
17
<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" />
18
+ <NativeProjectReference Include =" $(RepositoryRoot)src\Servers\IIS\ AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj" />
19
+ <NativeProjectReference Include =" $(RepositoryRoot)src\Servers\IIS\ AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj" HandlerPath =" 2.0.0" />
20
+ <NativeProjectReference Include =" $(RepositoryRoot)src\Servers\IIS\ AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj" />
21
21
</ItemGroup >
22
22
23
23
<ItemGroup Condition =" @(NativeProjectReference->Count()) != 0" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments