File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 125125 ProjectName =" OutOfProcessRequestHandler.vcxproj"
126126 PropetyName =" AspNetCoreModuleV2OutOfProcessHandler"
127127 OutDirName =" OutOfProcessRequestHandler"
128+ TempSubfolder =" 2.0.0/"
128129 PackageSubPath =" $(AspNetCoreModuleOutOfProcessVersion)\"
129130 ProjectDirectory =" $(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
130131 Include =" $(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
139140 ProjectName =" OutOfProcessRequestHandler.vcxproj"
140141 PropetyName =" AspNetCoreModuleV2OutOfProcessHandler"
141142 OutDirName =" OutOfProcessRequestHandler"
143+ TempSubfolder =" 2.0.0/"
142144 PackageSubPath =" $(AspNetCoreModuleOutOfProcessVersion)\"
143145 ProjectDirectory =" $(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
144146 Include =" $(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
Original file line number Diff line number Diff line change 1616 <NoSemVer20 >true</NoSemVer20 >
1717 </PropertyGroup >
1818
19+ <Import Project =" ..\..\..\src\Servers\IIS\build\assets.props" />
20+
1921 <ItemGroup >
2022 <Content Include =" applicationHost.xdt" />
2123 <Content Include =" scmApplicationHost.xdt" />
3335 <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
3436 <SkipGetTargetFrameworkProperties >true</SkipGetTargetFrameworkProperties >
3537 </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)" />
3641 </ItemGroup >
3742
3843 <Target Name =" ResolveReferenceItemsForPackage" DependsOnTargets =" ResolveReferences" BeforeTargets =" _GetPackageFiles" >
3944 <ItemGroup >
4045 <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)" />
4150 </ItemGroup >
4251 </Target >
4352
Original file line number Diff line number Diff line change 1212 <add name =" DOTNET_ROOT" value =" %XDT_EXTENSIONPATH%" xdt : Locator =" Match(name)" xdt : Transform =" InsertIfMissing" />
1313 </environmentVariables >
1414 </runtime >
15+
16+ <globalModules >
17+ <add name =" AspNetCoreModuleV2" image =" %XDT_EXTENSIONPATH%\ancm\aspnetcorev2.dll" xdt : Locator =" Match(name)" xdt : Transform =" Replace" />
18+ </globalModules >
1519 </system .webServer>
1620
1721 <location >
You can’t perform that action at this time.
0 commit comments