forked from Megaflan/ClassicPersonaToolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClassicPersonaToolkit.csproj
32 lines (28 loc) · 1016 Bytes
/
ClassicPersonaToolkit.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
<ItemGroup>
<Folder Include="Formats\P1\PC\" />
<Folder Include="Formats\P1\PSP\" />
<Folder Include="Formats\P1\PSX\" />
<Folder Include="Formats\P2EP\PSP\" />
<Folder Include="Formats\P2EP\PSX\" />
<Folder Include="Formats\P2IS\PSX\" />
<Folder Include="Helpers\P1\PC\" />
<Folder Include="Helpers\P1\PSP\" />
<Folder Include="Helpers\P1\PSX\" />
<Folder Include="Helpers\P2EP\PSP\" />
<Folder Include="Helpers\P2EP\PSX\" />
<Folder Include="Helpers\P2IS\PSX\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Yarhl" Version="3.1.0" />
<PackageReference Include="Yarhl.Media" Version="3.1.0" />
</ItemGroup>
</Project>