fix compile errors

This commit is contained in:
Bitl 2021-05-27 13:04:11 -07:00
parent 92de04903c
commit bed55dfc73
2 changed files with 4 additions and 1 deletions

View File

@ -158,7 +158,7 @@
<Compile Include="Forms\CustomGraphicsOptions.Designer.cs">
<DependentUpon>CustomGraphicsOptions.cs</DependentUpon>
</Compile>
<Compile Include="Forms\LauncherFormShared.cs" />
<Compile Include="Forms\LauncherForm\LauncherFormShared.cs" />
<Compile Include="Forms\LauncherForm\Compact\LauncherFormCompact.cs">
<SubType>Form</SubType>
</Compile>

View File

@ -105,6 +105,9 @@
<Link>Forms\CharCustom\Extended\CharacterCustomizationExtended.designer.cs</Link>
<DependentUpon>CharacterCustomizationExtended.cs</DependentUpon>
</Compile>
<Compile Include="..\NovetusLauncher\Forms\CharCustom\CharacterCustomizationShared.cs">
<Link>Forms\CharCustom\CharacterCustomizationShared.cs</Link>
</Compile>
<Compile Include="Classes\LocalFuncs.cs" />
<Compile Include="Classes\URIReg.cs" />
<Compile Include="Forms\InstallForm.cs">