File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 125
125
ProjectName =" OutOfProcessRequestHandler.vcxproj"
126
126
PropetyName =" AspNetCoreModuleV2OutOfProcessHandler"
127
127
OutDirName =" OutOfProcessRequestHandler"
128
+ TempSubfolder =" 2.0.0/"
128
129
PackageSubPath =" $(AspNetCoreModuleOutOfProcessVersion)\"
129
130
ProjectDirectory =" $(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
130
131
Include =" $(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
139
140
ProjectName =" OutOfProcessRequestHandler.vcxproj"
140
141
PropetyName =" AspNetCoreModuleV2OutOfProcessHandler"
141
142
OutDirName =" OutOfProcessRequestHandler"
143
+ TempSubfolder =" 2.0.0/"
142
144
PackageSubPath =" $(AspNetCoreModuleOutOfProcessVersion)\"
143
145
ProjectDirectory =" $(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
144
146
Include =" $(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
Original file line number Diff line number Diff line change 16
16
<NoSemVer20 >true</NoSemVer20 >
17
17
</PropertyGroup >
18
18
19
+ <Import Project =" ..\..\..\src\Servers\IIS\build\assets.props" />
20
+
19
21
<ItemGroup >
20
22
<Content Include =" applicationHost.xdt" />
21
23
<Content Include =" scmApplicationHost.xdt" />
33
35
<ReferenceOutputAssembly >false</ReferenceOutputAssembly >
34
36
<SkipGetTargetFrameworkProperties >true</SkipGetTargetFrameworkProperties >
35
37
</ProjectReference >
38
+
39
+ <NativeProjectReference Include =" $(RepoRoot)src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj" Platform =" $(TargetArchitecture)" />
40
+ <NativeProjectReference Include =" $(RepoRoot)src\Servers\IIS\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj" HandlerPath =" 2.0.0" Platform =" $(TargetArchitecture)" />
36
41
</ItemGroup >
37
42
38
43
<Target Name =" ResolveReferenceItemsForPackage" DependsOnTargets =" ResolveReferences" BeforeTargets =" _GetPackageFiles" >
39
44
<ItemGroup >
40
45
<Content Include =" $(DotNetUnpackFolder)\**\*.*" Exclude =" $(DotNetUnpackFolder)\**\.*" Condition =" $(DotNetAssetRootUrl) != ''" PackagePath =" content\%(RecursiveDir)" />
46
+ <Content Include =" %(ShimComponents.DllLocation)"
47
+ Pack =" true"
48
+ Condition =" '%(ShimComponents.Platform)' == '$(TargetArchitecture)'"
49
+ PackagePath =" content\ancm\%(ShimComponents.TempSubfolder)" />
41
50
</ItemGroup >
42
51
</Target >
43
52
Original file line number Diff line number Diff line change 12
12
<add name =" DOTNET_ROOT" value =" %XDT_EXTENSIONPATH%" xdt : Locator =" Match(name)" xdt : Transform =" InsertIfMissing" />
13
13
</environmentVariables >
14
14
</runtime >
15
+
16
+ <globalModules >
17
+ <add name =" AspNetCoreModuleV2" image =" %XDT_EXTENSIONPATH%\ancm\aspnetcorev2.dll" xdt : Locator =" Match(name)" xdt : Transform =" Replace" />
18
+ </globalModules >
15
19
</system .webServer>
16
20
17
21
<location >
You can’t perform that action at this time.
0 commit comments