2021-02-06 22:56:40 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-11-09 15:05:07 +01:00
|
|
|
<TargetFramework>$(TargetFramework)</TargetFramework>
|
2021-02-06 22:56:40 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-01-12 23:22:01 +01:00
|
|
|
<PackageReference Include="YamlDotNet" />
|
2021-02-06 22:56:40 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.Shared\Robust.Shared.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-03-06 20:38:07 +01:00
|
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
|
2021-02-06 22:56:40 +00:00
|
|
|
</Project>
|