Skip to content

Commit

Permalink
Merge pull request space-wizards#79 from CrAzYPiLoT-SS13/warning_resolve
Browse files Browse the repository at this point in the history
Reduces warning count
  • Loading branch information
ZoldorfTheWizard authored May 1, 2017
2 parents 9749ba9 + bc4556f commit c346897
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 44 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ _ReSharper*/
/Media
/setenv.bat
/.nuget
.vs/
7 changes: 4 additions & 3 deletions SS14.Client/SpaceStation14.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Diagnostics.Runtime">
<Name>Microsoft.Diagnostics.Runtime</Name>
<Private>False</Private>
<Reference Include="Microsoft.Diagnostics.Runtime, Version=0.8.31.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Diagnostics.Runtime.0.8.31-beta\lib\net40\Microsoft.Diagnostics.Runtime.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.DebuggerVisualizers, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="sfmlnet-graphics-2">
Expand Down Expand Up @@ -259,6 +259,7 @@
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
Expand Down
4 changes: 4 additions & 0 deletions SS14.Client/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Diagnostics.Runtime" version="0.8.31-beta" targetFramework="net451" />
</packages>
Loading

0 comments on commit c346897

Please sign in to comment.