Files
core/DesktopEditor/doctrenderer/docbuilder.net/test/test.csproj
2022-10-31 17:36:29 +03:00

17 lines
477 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net5.0|x64'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="..\deploy\win_64\docbuilder.net.dll" />
</ItemGroup>
</Project>