Ignore:
Timestamp:
Jan 18, 2018, 5:00:29 PM (7 years ago)
Author:
alloc
Message:

Web: Fixed Steam OpenID server's SSL certificate validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/WebAndMapRendering.csproj

    r279 r314  
    2222  </PropertyGroup>
    2323  <ItemGroup>
    24     <Reference Include="System">
    25       <HintPath>..\7dtd-binaries\System.dll</HintPath>
    26       <Private>False</Private>
    27     </Reference>
    2824    <Reference Include="LogLibrary">
    2925      <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
     
    4440    <Reference Include="System.Xml">
    4541      <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>
     42      <Private>False</Private>
     43    </Reference>
     44    <Reference Include="System">
     45      <HintPath>..\7dtd-binaries\System.dll</HintPath>
    4646      <Private>False</Private>
    4747    </Reference>
     
    103103      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    104104    </None>
     105    <None Include="steam-intermediate.cer">
     106      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     107    </None>
     108    <None Include="steam-rootca.cer">
     109      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     110    </None>
    105111  </ItemGroup>
    106112</Project>
Note: See TracChangeset for help on using the changeset viewer.