DeepMMO.Client.BotTest.csproj 2.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net5.0-windows</TargetFramework>
  5. <UseWindowsForms>true</UseWindowsForms>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <Compile Remove="Runner\Modules\**" />
  9. <EmbeddedResource Remove="Runner\Modules\**" />
  10. <None Remove="Runner\Modules\**" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\DeepCore\DeepCore.Event.Lua\DeepCore.Event.Lua.csproj" />
  14. <ProjectReference Include="..\..\DeepCore\DeepCore.Event\DeepCore.Event.csproj" />
  15. <ProjectReference Include="..\..\DeepCore\DeepCore.GUI\DeepCore.GUI.csproj" />
  16. <ProjectReference Include="..\..\DeepCore\DeepCore.SharpZipLib\DeepCore.SharpZipLib.csproj" />
  17. <ProjectReference Include="..\..\DeepCore\DeepCore.Template.MoonSharp\DeepCore.Template.MoonSharp.csproj" />
  18. <ProjectReference Include="..\..\DeepCore\DeepCore.VoxelWorld\DeepCore.VoxelWorld.csproj" />
  19. <ProjectReference Include="..\..\DeepCore\DeepCore.Voxel\DeepCore.Voxel.csproj" />
  20. <ProjectReference Include="..\..\DeepCore\DeepCore\DeepCore.csproj" />
  21. <ProjectReference Include="..\..\DeepCore\DeepCrystal\DeepCrystal.csproj" />
  22. <ProjectReference Include="..\..\DeepCore\DeepEditor.Common\DeepEditor.Common.csproj" />
  23. <ProjectReference Include="..\..\DeepGame3D\DeepCore.Game3D.Host\DeepGame3D.Host.csproj" />
  24. <ProjectReference Include="..\..\DeepGame3D\DeepCore.Game3D.Slave\DeepGame3D.Slave.csproj" />
  25. <ProjectReference Include="..\..\DeepGame3D\DeepCore.GameData\DeepGame3D.csproj" />
  26. <ProjectReference Include="..\..\DeepGame3D\DeepEditor.Main\DeepGameEditor3D.Main.csproj" />
  27. <ProjectReference Include="..\..\DeepGame3D\DeepEditor.Plugin3D\DeepGameEditor3D.Plugin3D.csproj" />
  28. <ProjectReference Include="..\DeepMMO.Client.Win32\DeepMMO.Client.Win32.csproj" />
  29. <ProjectReference Include="..\DeepMMO.Client\DeepMMO.Client.csproj" />
  30. <ProjectReference Include="..\DeepMMO\DeepMMO.csproj" />
  31. </ItemGroup>
  32. </Project>