Add project files.

This commit is contained in:
2025-03-25 22:59:42 +04:00
parent 20e9f92f3a
commit 4445accb75
30 changed files with 1424 additions and 0 deletions

41
SportsTrainingApp.csproj Normal file
View File

@@ -0,0 +1,41 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<None Remove="Activity\rajo4eib.oid~" />
<None Remove="free-icon-fitness-4729328.png" />
<None Remove="l2itol0i.q13~" />
<None Remove="MainWindow.xaml.cs~RF63ae882.TMP" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="9.0.3" />
</ItemGroup>
<ItemGroup>
<Resource Include="free-icon-fitness-4729328.png" />
</ItemGroup>
<ItemGroup>
<Compile Update="Challenges\formAddChallenges.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Challenges\formChallenges.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Challenges\formUpdChallenges.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="formLogin.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
</Project>