Form Number 3 created
This commit is contained in:
@ -46,6 +46,12 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="CreateTeamForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="CreateTeamForm.Designer.cs">
|
||||
<DependentUpon>CreateTeamForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="CreateTournamentForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@ -60,6 +66,9 @@
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="CreateTeamForm.resx">
|
||||
<DependentUpon>CreateTeamForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="CreateTournamentForm.resx">
|
||||
<DependentUpon>CreateTournamentForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user