This will work if we can install the certificate

This commit is contained in:
Cyberboss
2017-11-09 14:05:38 -05:00
17 changed files with 39 additions and 75 deletions
+2 -6
View File
@@ -40,10 +40,7 @@
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\TGStationServer3.pfx</AssemblyOriginatorKeyFile>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -95,7 +92,7 @@
<Compile Include="ControlPanel\ServerPage.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="..\Version.cs" />
<Compile Include="..\AssemblyInfo.global.cs" />
<Compile Include="ControlPanel\StaticPage.cs">
<SubType>Form</SubType>
</Compile>
@@ -115,7 +112,6 @@
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="..\TGStationServer3.pfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TGServiceInterface\TGServiceInterface.csproj">