| 123456789101112131415161718192021222324252627282930313233343536 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net5.0-windows</TargetFramework>
- <UseWindowsForms>true</UseWindowsForms>
- </PropertyGroup>
- <ItemGroup>
- <Compile Remove="Runner\Modules\**" />
- <EmbeddedResource Remove="Runner\Modules\**" />
- <None Remove="Runner\Modules\**" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\DeepCore\DeepCore.Event.Lua\DeepCore.Event.Lua.csproj" />
- <ProjectReference Include="..\..\DeepCore\DeepCore.Event\DeepCore.Event.csproj" />
- <ProjectReference Include="..\..\DeepCore\DeepCore.GUI\DeepCore.GUI.csproj" />
- <ProjectReference Include="..\..\DeepCore\DeepCore.SharpZipLib\DeepCore.SharpZipLib.csproj" />
- <ProjectReference Include="..\..\DeepCore\DeepCore.Template.MoonSharp\DeepCore.Template.MoonSharp.csproj" />
- <ProjectReference Include="..\..\DeepCore\DeepCore.VoxelWorld\DeepCore.VoxelWorld.csproj" />
- <ProjectReference Include="..\..\DeepCore\DeepCore.Voxel\DeepCore.Voxel.csproj" />
- <ProjectReference Include="..\..\DeepCore\DeepCore\DeepCore.csproj" />
- <ProjectReference Include="..\..\DeepCore\DeepCrystal\DeepCrystal.csproj" />
- <ProjectReference Include="..\..\DeepCore\DeepEditor.Common\DeepEditor.Common.csproj" />
- <ProjectReference Include="..\..\DeepGame3D\DeepCore.Game3D.Host\DeepGame3D.Host.csproj" />
- <ProjectReference Include="..\..\DeepGame3D\DeepCore.Game3D.Slave\DeepGame3D.Slave.csproj" />
- <ProjectReference Include="..\..\DeepGame3D\DeepCore.GameData\DeepGame3D.csproj" />
- <ProjectReference Include="..\..\DeepGame3D\DeepEditor.Main\DeepGameEditor3D.Main.csproj" />
- <ProjectReference Include="..\..\DeepGame3D\DeepEditor.Plugin3D\DeepGameEditor3D.Plugin3D.csproj" />
- <ProjectReference Include="..\DeepMMO.Client.Win32\DeepMMO.Client.Win32.csproj" />
- <ProjectReference Include="..\DeepMMO.Client\DeepMMO.Client.csproj" />
- <ProjectReference Include="..\DeepMMO\DeepMMO.csproj" />
- </ItemGroup>
- </Project>
|