A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
412 B

<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<OutputPath>$(MSBuildThisFileDirectory)\bin</OutputPath>
<OutDir>$(OutputPath)</OutDir>
<TargetFrameworks>net461</TargetFrameworks>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.dotMemory.Unit" Version="109.0.20170720.104130-eap09" />
</ItemGroup>
</Project>