Form 4 created
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user