mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-12 16:56:33 -04:00
move uPnP into GUI
This commit is contained in:
parent
926f36ef77
commit
45207fd8f0
@ -48,6 +48,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Drawing" />
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="..\CLI\CLIProgram.cs">
|
<Compile Include="..\CLI\CLIProgram.cs">
|
||||||
@ -119,6 +120,7 @@
|
|||||||
<DependentUpon>EconomyWindow.cs</DependentUpon>
|
<DependentUpon>EconomyWindow.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="..\MCGalaxy\properties\AssemblyInfo.cs" />
|
<Compile Include="..\MCGalaxy\properties\AssemblyInfo.cs" />
|
||||||
|
<Compile Include="UPnP.cs" />
|
||||||
<Compile Include="Window\Window.cs">
|
<Compile Include="Window\Window.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -620,7 +620,6 @@
|
|||||||
<Compile Include="Levels\BlockQueue.cs" />
|
<Compile Include="Levels\BlockQueue.cs" />
|
||||||
<Compile Include="Server\Backup.cs" />
|
<Compile Include="Server\Backup.cs" />
|
||||||
<Compile Include="Server\BackupDB.cs" />
|
<Compile Include="Server\BackupDB.cs" />
|
||||||
<Compile Include="Server\Extra\UPnP.cs" />
|
|
||||||
<Compile Include="Levels\Level.cs" />
|
<Compile Include="Levels\Level.cs" />
|
||||||
<Compile Include="Server\FileLogger.cs" />
|
<Compile Include="Server\FileLogger.cs" />
|
||||||
<Compile Include="Server\Logger.cs" />
|
<Compile Include="Server\Logger.cs" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user