2021-02-06 22:56:40 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-11-09 15:05:07 +01:00
|
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
|
2021-02-06 22:56:40 +00:00
|
|
|
<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>
|
2021-02-25 12:05:53 +01:00
|
|
|
<PackageReference Include="YamlDotNet" Version="9.1.4" />
|
2021-02-06 22:56:40 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.Shared\Robust.Shared.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|