-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSportsTrainingApp.csproj
More file actions
41 lines (35 loc) · 1.07 KB
/
Copy pathSportsTrainingApp.csproj
File metadata and controls
41 lines (35 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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>