2022-09-14 11:39:55 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-12-05 20:22:38 +01:00
|
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets"/>
|
2022-09-14 11:39:55 +02:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-12-05 20:22:38 +01:00
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.Packaging\Robust.Packaging.csproj"/>
|
2022-09-14 11:39:55 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|