SSL routines do not require CERTENROLLLib anymore and could work

in .NET 4.0 and .NET 2.0 pools in both x86 and x64 modes.
This commit is contained in:
feodor_fitsner 2012-03-06 17:07:41 -08:00
parent 07d21775e9
commit d1708e267f
3 changed files with 675 additions and 40 deletions

View file

@ -110,6 +110,7 @@
<Compile Include="IIs70.cs" />
<Compile Include="MimeTypes\MimeTypesModuleService.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SSL\CertEnrollInterop.cs" />
<Compile Include="SSL\SSLModuleService.cs" />
<Compile Include="Utility\ConfigurationUtility.cs" />
<Compile Include="WebObjects\CustomHttpErrorsModuleService.cs" />
@ -149,28 +150,6 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<COMReference Include="CERTCLIENTLib">
<Guid>{372FCE32-4324-11D0-8810-00A0C903B83C}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
<Private>False</Private>
</COMReference>
<COMReference Include="CERTENROLLLib">
<Guid>{728AB348-217D-11DA-B2A4-000E7BBB2B09}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
<Private>False</Private>
</COMReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.