nit(msbuild): remove LinkBase

This commit is contained in:
rjindael 2023-07-28 06:40:14 -07:00
parent b34d73c88e
commit 85cad1d1c1
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Update="Properties\Settings.Designer.cs">
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<AutoGen>True</AutoGen>
@ -42,6 +43,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="..\Kiseki.Launcher\*.cs" LinkBase="Shared" />
<Compile Include="..\Kiseki.Launcher\*.cs" />
</ItemGroup>
</Project>