Two forms created

This commit is contained in:
2020-03-19 22:56:22 +01:00
parent 72f1ccb098
commit f02d44cf98
5 changed files with 634 additions and 3 deletions

View File

@ -46,6 +46,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CreateTournamentForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CreateTournamentForm.Designer.cs">
<DependentUpon>CreateTournamentForm.cs</DependentUpon>
</Compile>
<Compile Include="TournamentViewerForm.cs">
<SubType>Form</SubType>
</Compile>
@ -54,6 +60,9 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="CreateTournamentForm.resx">
<DependentUpon>CreateTournamentForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>