2021-07-04 18:11:52 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-11-09 15:05:07 +01:00
|
|
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
|
2021-07-04 18:11:52 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-11-09 15:05:07 +01:00
|
|
|
|
<TargetFramework>$(TargetFramework)</TargetFramework>
|
2021-07-04 18:11:52 +02:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="ImGui.NET" Version="1.78.0" />
|
|
|
|
|
|
<PackageReference Include="OpenTK" Version="4.5.0" />
|
|
|
|
|
|
<PackageReference Include="Veldrid" Version="4.8.0" />
|
|
|
|
|
|
<PackageReference Include="Veldrid.SPIRV" Version="1.0.14" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Content.Server\Content.Server.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.Shared.Maths\Robust.Shared.Maths.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|