-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathInFalsusSongPackStudio.csproj
More file actions
26 lines (23 loc) · 967 Bytes
/
InFalsusSongPackStudio.csproj
File metadata and controls
26 lines (23 loc) · 967 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<AssemblyName>InFalsus SongPack Studio</AssemblyName>
<Title>InFalsus SongPack Studio</Title>
<Product>InFalsus SongPack Studio</Product>
<Version>0.9.0</Version>
<AssemblyVersion>0.9.0.0</AssemblyVersion>
<FileVersion>0.9.0.0</FileVersion>
<InformationalVersion>v0.9.0</InformationalVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AssetsTools.NET" Version="3.0.3" />
<PackageReference Include="AssetsTools.NET.Texture" Version="3.0.2" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="NAudio.Vorbis" Version="1.5.0" />
<PackageReference Include="SkiaSharp.Views.WPF" Version="2.88.9" />
</ItemGroup>
</Project>