a9027d18b2
* 任意のGenreBarに対応 * バグ修正 * アイコンを修正 * クラッシュを修正 * 非同期スクリーンショットに対応 * コミット漏れ * テクスチャの非同期読み込みに対応
36 lines
1.8 KiB
XML
36 lines
1.8 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FDK\FDK.csproj"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
|
|
<PackageReference Include="SevenZip" Version="19.0.0"/>
|
|
<PackageReference Include="NLua" Version="1.6.3"/>
|
|
<PackageReference Include="System.Resources.Extensions" Version="7.0.0"/>
|
|
<PackageReference Include="DiscordRichPresence" Version="1.143.0"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Databases/**" CopyToOutputDirectory="PreserveNewest"/>
|
|
<Content Include="Documentation/**" CopyToOutputDirectory="PreserveNewest"/>
|
|
<Content Include="Encyclopedia/**" CopyToOutputDirectory="PreserveNewest"/>
|
|
<Content Include="Shaders/**" CopyToOutputDirectory="PreserveNewest"/>
|
|
<Content Include="FFmpeg/**" CopyToOutputDirectory="PreserveNewest"/>
|
|
<Content Include="Global/**" CopyToOutputDirectory="PreserveNewest"/>
|
|
<Content Include="Libs/**" CopyToOutputDirectory="PreserveNewest"/>
|
|
<Content Include="Licenses/**" CopyToOutputDirectory="PreserveNewest"/>
|
|
<Content Include="Songs/**" CopyToOutputDirectory="PreserveNewest"/>
|
|
<Content Include="System/**" CopyToOutputDirectory="PreserveNewest"/>
|
|
<Content Include="BGScriptAPI.lua" CopyToOutputDirectory="PreserveNewest"/>
|
|
<Content Include="README.md" CopyToOutputDirectory="PreserveNewest"/>
|
|
<Content Include="Readme.txt" CopyToOutputDirectory="PreserveNewest"/>
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<Version>0.6.0</Version>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<ApplicationIcon>OpenTaiko.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
</Project> |