fix compile errors
This commit is contained in:
parent
92de04903c
commit
bed55dfc73
|
|
@ -158,7 +158,7 @@
|
||||||
<Compile Include="Forms\CustomGraphicsOptions.Designer.cs">
|
<Compile Include="Forms\CustomGraphicsOptions.Designer.cs">
|
||||||
<DependentUpon>CustomGraphicsOptions.cs</DependentUpon>
|
<DependentUpon>CustomGraphicsOptions.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Forms\LauncherFormShared.cs" />
|
<Compile Include="Forms\LauncherForm\LauncherFormShared.cs" />
|
||||||
<Compile Include="Forms\LauncherForm\Compact\LauncherFormCompact.cs">
|
<Compile Include="Forms\LauncherForm\Compact\LauncherFormCompact.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
|
|
||||||
|
|
@ -105,6 +105,9 @@
|
||||||
<Link>Forms\CharCustom\Extended\CharacterCustomizationExtended.designer.cs</Link>
|
<Link>Forms\CharCustom\Extended\CharacterCustomizationExtended.designer.cs</Link>
|
||||||
<DependentUpon>CharacterCustomizationExtended.cs</DependentUpon>
|
<DependentUpon>CharacterCustomizationExtended.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="..\NovetusLauncher\Forms\CharCustom\CharacterCustomizationShared.cs">
|
||||||
|
<Link>Forms\CharCustom\CharacterCustomizationShared.cs</Link>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Classes\LocalFuncs.cs" />
|
<Compile Include="Classes\LocalFuncs.cs" />
|
||||||
<Compile Include="Classes\URIReg.cs" />
|
<Compile Include="Classes\URIReg.cs" />
|
||||||
<Compile Include="Forms\InstallForm.cs">
|
<Compile Include="Forms\InstallForm.cs">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue