Very WIP please force push

This commit is contained in:
Cyberboss
2017-11-09 12:45:20 -05:00
parent 7a9451eb76
commit e66ac44b7e
12 changed files with 52 additions and 4 deletions
+7
View File
@@ -40,6 +40,12 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\TGStationServer3.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="AdminCommands.cs" />
<Compile Include="BYONDCommands.cs" />
@@ -58,6 +64,7 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="..\TGStationServer3.pfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TGServiceInterface\TGServiceInterface.csproj">