Form Number 3 created

This commit is contained in:
2020-03-19 23:40:57 +01:00
parent f02d44cf98
commit 4f4629d988
4 changed files with 506 additions and 0 deletions

View File

@ -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>