|
@@ -9,200 +9,215 @@
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Components
|
|
<Components
|
|
|
- VCPlatform="x64"
|
|
|
|
|
Platform="x64"
|
|
Platform="x64"
|
|
|
- ProjectName="AspNetCore.vcxproj"
|
|
|
|
|
|
|
+ VCPlatform="x64"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
NativeAsset="aspnetcorev2"
|
|
NativeAsset="aspnetcorev2"
|
|
|
|
|
+ ProjectName="AspNetCore.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2Shim"
|
|
PropetyName="AspNetCoreModuleV2Shim"
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="AspNetCoreModuleShim"
|
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore"
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\bin\$(Configuration)\x64\aspnetcorev2.dll"
|
|
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\bin\$(Configuration)\x64\aspnetcorev2.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)AspNetCoreModuleShim\x64\$(Configuration)\aspnetcorev2.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)AspNetCoreModuleShim\x64\$(Configuration)\aspnetcorev2.pdb"
|
|
|
/>
|
|
/>
|
|
|
<Components
|
|
<Components
|
|
|
- VCPlatform="Win32"
|
|
|
|
|
Platform="x86"
|
|
Platform="x86"
|
|
|
- ProjectName="AspNetCore.vcxproj"
|
|
|
|
|
|
|
+ VCPlatform="Win32"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
NativeAsset="aspnetcorev2"
|
|
NativeAsset="aspnetcorev2"
|
|
|
|
|
+ ProjectName="AspNetCore.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2Shim"
|
|
PropetyName="AspNetCoreModuleV2Shim"
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="AspNetCoreModuleShim"
|
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore"
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\bin\$(Configuration)\Win32\aspnetcorev2.dll"
|
|
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\bin\$(Configuration)\Win32\aspnetcorev2.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)AspNetCoreModuleShim\Win32\$(Configuration)\aspnetcorev2.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)AspNetCoreModuleShim\Win32\$(Configuration)\aspnetcorev2.pdb"
|
|
|
/>
|
|
/>
|
|
|
<Components
|
|
<Components
|
|
|
- VCPlatform="x64"
|
|
|
|
|
Platform="x64"
|
|
Platform="x64"
|
|
|
- ProjectName="InProcessRequestHandler.vcxproj"
|
|
|
|
|
|
|
+ VCPlatform="x64"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
NativeAsset="aspnetcorev2_inprocess"
|
|
NativeAsset="aspnetcorev2_inprocess"
|
|
|
|
|
+ ProjectName="InProcessRequestHandler.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2InProcessHandler"
|
|
PropetyName="AspNetCoreModuleV2InProcessHandler"
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="InProcessRequestHandler"
|
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler"
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\bin\$(Configuration)\x64\aspnetcorev2_inprocess.dll"
|
|
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\bin\$(Configuration)\x64\aspnetcorev2_inprocess.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)InProcessRequestHandler\x64\$(Configuration)\aspnetcorev2_inprocess.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)InProcessRequestHandler\x64\$(Configuration)\aspnetcorev2_inprocess.pdb"
|
|
|
/>
|
|
/>
|
|
|
<Components
|
|
<Components
|
|
|
- VCPlatform="Win32"
|
|
|
|
|
Platform="x86"
|
|
Platform="x86"
|
|
|
- ProjectName="InProcessRequestHandler.vcxproj"
|
|
|
|
|
|
|
+ VCPlatform="Win32"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
NativeAsset="aspnetcorev2_inprocess"
|
|
NativeAsset="aspnetcorev2_inprocess"
|
|
|
|
|
+ ProjectName="InProcessRequestHandler.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2InProcessHandler"
|
|
PropetyName="AspNetCoreModuleV2InProcessHandler"
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="InProcessRequestHandler"
|
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler"
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\bin\$(Configuration)\Win32\aspnetcorev2_inprocess.dll"
|
|
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\bin\$(Configuration)\Win32\aspnetcorev2_inprocess.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)InProcessRequestHandler\Win32\$(Configuration)\aspnetcorev2_inprocess.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)InProcessRequestHandler\Win32\$(Configuration)\aspnetcorev2_inprocess.pdb"
|
|
|
/>
|
|
/>
|
|
|
<Components
|
|
<Components
|
|
|
- VCPlatform="x64"
|
|
|
|
|
Platform="x64"
|
|
Platform="x64"
|
|
|
- ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
|
|
|
|
|
|
|
+ VCPlatform="x64"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
+ NativeAsset="aspnetcorev2_outofprocess"
|
|
|
ProjectName="OutOfProcessRequestHandler.vcxproj"
|
|
ProjectName="OutOfProcessRequestHandler.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2OutOfProcessHandler"
|
|
PropetyName="AspNetCoreModuleV2OutOfProcessHandler"
|
|
|
- NativeAsset="aspnetcorev2_outofprocess"
|
|
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="OutOfProcessRequestHandler"
|
|
|
PackageSubPath="$(AspNetCoreModuleOutOfProcessVersion)\"
|
|
PackageSubPath="$(AspNetCoreModuleOutOfProcessVersion)\"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\x64\aspnetcorev2_outofprocess.dll"
|
|
|
|
|
|
|
+ ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\x64\aspnetcorev2_outofprocess.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)OutOfProcessRequestHandler\x64\$(Configuration)\aspnetcorev2_outofprocess.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)OutOfProcessRequestHandler\x64\$(Configuration)\aspnetcorev2_outofprocess.pdb"
|
|
|
/>
|
|
/>
|
|
|
<Components
|
|
<Components
|
|
|
- VCPlatform="Win32"
|
|
|
|
|
Platform="x86"
|
|
Platform="x86"
|
|
|
- ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
|
|
|
|
|
|
|
+ VCPlatform="Win32"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
+ NativeAsset="aspnetcorev2_outofprocess"
|
|
|
ProjectName="OutOfProcessRequestHandler.vcxproj"
|
|
ProjectName="OutOfProcessRequestHandler.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2OutOfProcessHandler"
|
|
PropetyName="AspNetCoreModuleV2OutOfProcessHandler"
|
|
|
- NativeAsset="aspnetcorev2_outofprocess"
|
|
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="OutOfProcessRequestHandler"
|
|
|
PackageSubPath="$(AspNetCoreModuleOutOfProcessVersion)\"
|
|
PackageSubPath="$(AspNetCoreModuleOutOfProcessVersion)\"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\Win32\aspnetcorev2_outofprocess.dll"
|
|
|
|
|
|
|
+ ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\Win32\aspnetcorev2_outofprocess.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)OutOfProcessRequestHandler\Win32\$(Configuration)\aspnetcorev2_outofprocess.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)OutOfProcessRequestHandler\Win32\$(Configuration)\aspnetcorev2_outofprocess.pdb"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<ShimComponents
|
|
<ShimComponents
|
|
|
- VCPlatform="x64"
|
|
|
|
|
Platform="x64"
|
|
Platform="x64"
|
|
|
- ProjectName="AspNetCore.vcxproj"
|
|
|
|
|
|
|
+ VCPlatform="x64"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
NativeAsset="aspnetcorev2"
|
|
NativeAsset="aspnetcorev2"
|
|
|
|
|
+ ProjectName="AspNetCore.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2Shim"
|
|
PropetyName="AspNetCoreModuleV2Shim"
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="AspNetCoreModuleShim"
|
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore"
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\bin\$(Configuration)\x64\aspnetcorev2.dll"
|
|
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\bin\$(Configuration)\x64\aspnetcorev2.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)AspNetCoreModuleShim\x64\$(Configuration)\aspnetcorev2.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)AspNetCoreModuleShim\x64\$(Configuration)\aspnetcorev2.pdb"
|
|
|
/>
|
|
/>
|
|
|
<ShimComponents
|
|
<ShimComponents
|
|
|
- VCPlatform="Win32"
|
|
|
|
|
Platform="x86"
|
|
Platform="x86"
|
|
|
- ProjectName="AspNetCore.vcxproj"
|
|
|
|
|
|
|
+ VCPlatform="Win32"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
NativeAsset="aspnetcorev2"
|
|
NativeAsset="aspnetcorev2"
|
|
|
|
|
+ ProjectName="AspNetCore.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2Shim"
|
|
PropetyName="AspNetCoreModuleV2Shim"
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="AspNetCoreModuleShim"
|
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore"
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\bin\$(Configuration)\Win32\aspnetcorev2.dll"
|
|
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\bin\$(Configuration)\Win32\aspnetcorev2.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)AspNetCoreModuleShim\Win32\$(Configuration)\aspnetcorev2.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)AspNetCoreModuleShim\Win32\$(Configuration)\aspnetcorev2.pdb"
|
|
|
/>
|
|
/>
|
|
|
<ShimComponents
|
|
<ShimComponents
|
|
|
- VCPlatform="x64"
|
|
|
|
|
Platform="x64"
|
|
Platform="x64"
|
|
|
- ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
|
|
|
|
|
|
|
+ VCPlatform="x64"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
+ NativeAsset="aspnetcorev2_outofprocess"
|
|
|
ProjectName="OutOfProcessRequestHandler.vcxproj"
|
|
ProjectName="OutOfProcessRequestHandler.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2OutOfProcessHandler"
|
|
PropetyName="AspNetCoreModuleV2OutOfProcessHandler"
|
|
|
- NativeAsset="aspnetcorev2_outofprocess"
|
|
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="OutOfProcessRequestHandler"
|
|
|
PackageSubPath="$(AspNetCoreModuleOutOfProcessVersion)\"
|
|
PackageSubPath="$(AspNetCoreModuleOutOfProcessVersion)\"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\x64\aspnetcorev2_outofprocess.dll"
|
|
|
|
|
|
|
+ ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\x64\aspnetcorev2_outofprocess.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)OutOfProcessRequestHandler\x64\$(Configuration)\aspnetcorev2_outofprocess.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)OutOfProcessRequestHandler\x64\$(Configuration)\aspnetcorev2_outofprocess.pdb"
|
|
|
/>
|
|
/>
|
|
|
<ShimComponents
|
|
<ShimComponents
|
|
|
- VCPlatform="Win32"
|
|
|
|
|
Platform="x86"
|
|
Platform="x86"
|
|
|
- ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
|
|
|
|
|
|
|
+ VCPlatform="Win32"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
+ NativeAsset="aspnetcorev2_outofprocess"
|
|
|
ProjectName="OutOfProcessRequestHandler.vcxproj"
|
|
ProjectName="OutOfProcessRequestHandler.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2OutOfProcessHandler"
|
|
PropetyName="AspNetCoreModuleV2OutOfProcessHandler"
|
|
|
- NativeAsset="aspnetcorev2_outofprocess"
|
|
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="OutOfProcessRequestHandler"
|
|
|
PackageSubPath="$(AspNetCoreModuleOutOfProcessVersion)\"
|
|
PackageSubPath="$(AspNetCoreModuleOutOfProcessVersion)\"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\Win32\aspnetcorev2_outofprocess.dll"
|
|
|
|
|
|
|
+ ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\Win32\aspnetcorev2_outofprocess.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)OutOfProcessRequestHandler\Win32\$(Configuration)\aspnetcorev2_outofprocess.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)OutOfProcessRequestHandler\Win32\$(Configuration)\aspnetcorev2_outofprocess.pdb"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<InProcessComponents
|
|
<InProcessComponents
|
|
|
- VCPlatform="x64"
|
|
|
|
|
Platform="x64"
|
|
Platform="x64"
|
|
|
- ProjectName="InProcessRequestHandler.vcxproj"
|
|
|
|
|
|
|
+ VCPlatform="x64"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
NativeAsset="aspnetcorev2_inprocess"
|
|
NativeAsset="aspnetcorev2_inprocess"
|
|
|
|
|
+ ProjectName="InProcessRequestHandler.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2InProcessHandler"
|
|
PropetyName="AspNetCoreModuleV2InProcessHandler"
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="InProcessRequestHandler"
|
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler"
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\bin\$(Configuration)\x64\aspnetcorev2_inprocess.dll"
|
|
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\bin\$(Configuration)\x64\aspnetcorev2_inprocess.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)InProcessRequestHandler\x64\$(Configuration)\aspnetcorev2_inprocess.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)InProcessRequestHandler\x64\$(Configuration)\aspnetcorev2_inprocess.pdb"
|
|
|
/>
|
|
/>
|
|
|
<InProcessComponents
|
|
<InProcessComponents
|
|
|
- VCPlatform="Win32"
|
|
|
|
|
Platform="x86"
|
|
Platform="x86"
|
|
|
- ProjectName="InProcessRequestHandler.vcxproj"
|
|
|
|
|
|
|
+ VCPlatform="Win32"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
NativeAsset="aspnetcorev2_inprocess"
|
|
NativeAsset="aspnetcorev2_inprocess"
|
|
|
|
|
+ ProjectName="InProcessRequestHandler.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2InProcessHandler"
|
|
PropetyName="AspNetCoreModuleV2InProcessHandler"
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="InProcessRequestHandler"
|
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler"
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\bin\$(Configuration)\Win32\aspnetcorev2_inprocess.dll"
|
|
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\bin\$(Configuration)\Win32\aspnetcorev2_inprocess.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)InProcessRequestHandler\Win32\$(Configuration)\aspnetcorev2_inprocess.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)InProcessRequestHandler\Win32\$(Configuration)\aspnetcorev2_inprocess.pdb"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<RunShimComponents
|
|
<RunShimComponents
|
|
|
- VCPlatform="$(NativeVCPlatform)"
|
|
|
|
|
Platform="$(NativePlatform)"
|
|
Platform="$(NativePlatform)"
|
|
|
- ProjectName="AspNetCore.vcxproj"
|
|
|
|
|
|
|
+ VCPlatform="$(NativeVCPlatform)"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
NativeAsset="aspnetcorev2"
|
|
NativeAsset="aspnetcorev2"
|
|
|
|
|
+ ProjectName="AspNetCore.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2Shim"
|
|
PropetyName="AspNetCoreModuleV2Shim"
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="AspNetCoreModuleShim"
|
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore"
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\bin\$(Configuration)\$(NativeVCPlatform)\aspnetcorev2.dll"
|
|
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\bin\$(Configuration)\$(NativeVCPlatform)\aspnetcorev2.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)AspNetCoreModuleShim\$(NativeVCPlatform)\$(Configuration)\aspnetcorev2.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)AspNetCoreModuleShim\$(NativeVCPlatform)\$(Configuration)\aspnetcorev2.pdb"
|
|
|
/>
|
|
/>
|
|
|
<RunShimComponents
|
|
<RunShimComponents
|
|
|
- VCPlatform="$(NativeVCPlatform)"
|
|
|
|
|
Platform="$(NativePlatform)"
|
|
Platform="$(NativePlatform)"
|
|
|
- ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
|
|
|
|
|
|
|
+ VCPlatform="$(NativeVCPlatform)"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
+ NativeAsset="aspnetcorev2_outofprocess"
|
|
|
ProjectName="OutOfProcessRequestHandler.vcxproj"
|
|
ProjectName="OutOfProcessRequestHandler.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2OutOfProcessHandler"
|
|
PropetyName="AspNetCoreModuleV2OutOfProcessHandler"
|
|
|
- NativeAsset="aspnetcorev2_outofprocess"
|
|
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="OutOfProcessRequestHandler"
|
|
|
PackageSubPath="$(AspNetCoreModuleOutOfProcessVersion)\"
|
|
PackageSubPath="$(AspNetCoreModuleOutOfProcessVersion)\"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\$(NativeVCPlatform)\aspnetcorev2_outofprocess.dll"
|
|
|
|
|
|
|
+ ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler"
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\$(NativeVCPlatform)\aspnetcorev2_outofprocess.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)OutOfProcessRequestHandler\$(NativeVCPlatform)\$(Configuration)\aspnetcorev2_outofprocess.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)OutOfProcessRequestHandler\$(NativeVCPlatform)\$(Configuration)\aspnetcorev2_outofprocess.pdb"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<RunInProcessComponents
|
|
<RunInProcessComponents
|
|
|
- VCPlatform="$(NativeVCPlatform)"
|
|
|
|
|
Platform="$(NativePlatform)"
|
|
Platform="$(NativePlatform)"
|
|
|
- ProjectName="InProcessRequestHandler.vcxproj"
|
|
|
|
|
|
|
+ VCPlatform="$(NativeVCPlatform)"
|
|
|
|
|
+ BaseOutputPath="AspNetCoreModuleV2"
|
|
|
NativeAsset="aspnetcorev2_inprocess"
|
|
NativeAsset="aspnetcorev2_inprocess"
|
|
|
|
|
+ ProjectName="InProcessRequestHandler.vcxproj"
|
|
|
PropetyName="AspNetCoreModuleV2InProcessHandler"
|
|
PropetyName="AspNetCoreModuleV2InProcessHandler"
|
|
|
- BaseOutputPath="AspNetCoreModuleV2"
|
|
|
|
|
|
|
+ OutDirName="InProcessRequestHandler"
|
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler"
|
|
ProjectDirectory="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler"
|
|
|
- DllLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\bin\$(Configuration)\$(NativeVCPlatform)\aspnetcorev2_inprocess.dll"
|
|
|
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj"
|
|
Include="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj"
|
|
|
- PdbLocation="$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\bin\$(Configuration)\$(NativeVCPlatform)\aspnetcorev2_inprocess.pdb"
|
|
|
|
|
|
|
+ DllLocation="$(ArtifactsBinDir)InProcessRequestHandler\$(NativeVCPlatform)\$(Configuration)\aspnetcorev2_inprocess.dll"
|
|
|
|
|
+ PdbLocation="$(ArtifactsBinDir)InProcessRequestHandler\$(NativeVCPlatform)\$(Configuration)\aspnetcorev2_inprocess.pdb"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
|
|
|
|
|
- <AspNetCoreModuleV2ShimDll>$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\AspNetCore\bin\$(Configuration)\$(NativeVCPlatform)\aspnetcorev2.dll</AspNetCoreModuleV2ShimDll>
|
|
|
|
|
- <AspNetCoreModuleV2InProcessHandlerDll>$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\InProcessRequestHandler\bin\$(Configuration)\$(NativeVCPlatform)\aspnetcorev2_inprocess.dll</AspNetCoreModuleV2InProcessHandlerDll>
|
|
|
|
|
- <AspNetCoreModuleV2OutOfProcessHandlerDll>$(MSBuildThisFileDirectory)..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\$(NativeVCPlatform)\aspnetcorev2_outofprocess.dll</AspNetCoreModuleV2OutOfProcessHandlerDll>
|
|
|
|
|
|
|
+ <AspNetCoreModuleV2ShimDll>$(ArtifactsBinDir)AspNetCoreModuleShim\$(NativeVCPlatform)\$(Configuration)\aspnetcorev2.dll</AspNetCoreModuleV2ShimDll>
|
|
|
|
|
+ <AspNetCoreModuleV2InProcessHandlerDll>$(ArtifactsBinDir)InProcessRequestHandler\$(NativeVCPlatform)\$(Configuration)\aspnetcorev2_inprocess.dll</AspNetCoreModuleV2InProcessHandlerDll>
|
|
|
|
|
+ <AspNetCoreModuleV2OutOfProcessHandlerDll>$(ArtifactsBinDir)OutOfProcessRequestHandler\$(NativeVCPlatform)\$(Configuration)\aspnetcorev2_outofprocess.dll</AspNetCoreModuleV2OutOfProcessHandlerDll>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
</Project>
|
|
</Project>
|