Form 4 created

This commit is contained in:
2020-03-19 23:59:49 +01:00
parent 4f4629d988
commit dcd64398e9
4 changed files with 390 additions and 0 deletions

View File

@ -46,6 +46,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CreatePrizeForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CreatePrizeForm.Designer.cs">
<DependentUpon>CreatePrizeForm.cs</DependentUpon>
</Compile>
<Compile Include="CreateTeamForm.cs">
<SubType>Form</SubType>
</Compile>
@ -66,6 +72,9 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="CreatePrizeForm.resx">
<DependentUpon>CreatePrizeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CreateTeamForm.resx">
<DependentUpon>CreateTeamForm.cs</DependentUpon>
</EmbeddedResource>