2024-04-23 20:01:08 +04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2024-04-23 22:13:09 +04:00
|
|
|
<ItemGroup>
|
|
|
|
<Compile Update="FormCompetition.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Update="FormCompetitions.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Update="FormMain.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Update="FormMember.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
2024-04-24 00:08:24 +04:00
|
|
|
<Compile Update="FormMembers.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
2024-05-02 17:37:46 +04:00
|
|
|
<Compile Update="FormRecord.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Update="FormRecords.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Update="FormResult.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Update="FormResults.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
2024-04-23 22:25:40 +04:00
|
|
|
<Compile Update="FormTeam.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Update="FormTeams.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
2024-04-23 22:13:09 +04:00
|
|
|
</ItemGroup>
|
2024-05-02 17:37:46 +04:00
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Update="FormMain.resx">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</ItemGroup>
|
2024-04-23 22:13:09 +04:00
|
|
|
</Project>
|