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
-3
View File
@@ -15,6 +15,3 @@ using System.Runtime.InteropServices;
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("9ad1f086-a83e-4d14-a844-58a9471106b6")]
//allow the unit tester to peek inside us
[assembly: InternalsVisibleTo("TGServiceTests, PublicKeyToken=<1521fb3fe76ed910>", AllInternalsVisible = true)]
+2 -6
View File
@@ -41,10 +41,7 @@
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\TGStationServer3.pfx</AssemblyOriginatorKeyFile>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<Compile Include="AdminCommands.cs" />
@@ -59,12 +56,11 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RepoCommands.cs" />
<Compile Include="RootCommands.cs" />
<Compile Include="..\Version.cs" />
<Compile Include="..\AssemblyInfo.global.cs" />
<Compile Include="ServiceCommands.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="..\TGStationServer3.pfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TGServiceInterface\TGServiceInterface.csproj">