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