-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearning_Spanish.csproj
More file actions
31 lines (26 loc) · 1005 Bytes
/
learning_Spanish.csproj
File metadata and controls
31 lines (26 loc) · 1005 Bytes
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<None Remove="Background.png" />
<None Remove="sensei_medium.otf" />
<None Remove="View\Background.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ilmerge" Version="3.0.41" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Windows.Interactivity.WPF" Version="2.0.20525" />
</ItemGroup>
<ItemGroup>
<Resource Include="Background.png" />
<Resource Include="sensei_medium.otf" />
<Resource Include="View\Background.png" />
</ItemGroup>
</Project>