Renamed the client and server forms to have their role in the name.

This commit is contained in:
antiduh
2014-06-26 20:59:32 +00:00
parent 8b032cb871
commit f91402ef4b
10 changed files with 22 additions and 22 deletions

View File

@@ -44,18 +44,18 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<Compile Include="ClientForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
<Compile Include="ClientForm.Designer.cs">
<DependentUpon>ClientForm.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
<EmbeddedResource Include="ClientForm.resx">
<DependentUpon>ClientForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>