move uPnP into GUI

This commit is contained in:
UnknownShadow200 2017-12-04 10:31:26 +11:00
parent 926f36ef77
commit 45207fd8f0
3 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@
<ItemGroup>
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\CLI\CLIProgram.cs">
@ -119,6 +120,7 @@
<DependentUpon>EconomyWindow.cs</DependentUpon>
</Compile>
<Compile Include="..\MCGalaxy\properties\AssemblyInfo.cs" />
<Compile Include="UPnP.cs" />
<Compile Include="Window\Window.cs">
<SubType>Form</SubType>
</Compile>

View File

@ -620,7 +620,6 @@
<Compile Include="Levels\BlockQueue.cs" />
<Compile Include="Server\Backup.cs" />
<Compile Include="Server\BackupDB.cs" />
<Compile Include="Server\Extra\UPnP.cs" />
<Compile Include="Levels\Level.cs" />
<Compile Include="Server\FileLogger.cs" />
<Compile Include="Server\Logger.cs" />