1
0
mirror of synced 2024-12-02 14:57:16 +01:00
TaikoSoundEditor/TaikoNus3BankTemplateFix.csproj

28 lines
769 B
XML
Raw Normal View History

2023-07-19 08:55:43 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2023-07-19 09:33:49 +02:00
<Title>Taiko Nus3Bank Template Fix</Title>
<Authors>NotImplementedLife</Authors>
2023-07-19 08:55:43 +02:00
</PropertyGroup>
2023-07-19 09:33:49 +02:00
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
2023-07-19 08:55:43 +02:00
</Project>