Merge pull request #124 from Cyberboss/FixProjectWarnings

Fixes project file warnings
This commit is contained in:
Jordan Brown
2017-07-07 15:50:26 -04:00
committed by GitHub
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RepoCommands.cs" />
<Compile Include="RootCommands.cs" />
<Compile Include="../Version.cs" />
<Compile Include="..\Version.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
+1 -1
View File
@@ -76,7 +76,7 @@
<Compile Include="ServerPage.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="../Version.cs" />
<Compile Include="..\Version.cs" />
<EmbeddedResource Include="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
+1 -1
View File
@@ -57,7 +57,7 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="../Version.cs" />
<Compile Include="..\Version.cs" />
<EmbeddedResource Include="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
+1 -1
View File
@@ -114,7 +114,7 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="../Version.cs" />
<Compile Include="..\Version.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config">
+1 -1
View File
@@ -48,7 +48,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Repository.cs" />
<Compile Include="Server.cs" />
<Compile Include="../Version.cs" />
<Compile Include="..\Version.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="tgs.ico" />