sharperang/PaperangPad/PaperangPad.csproj

25 lines
797 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AForge.Imaging" Version="2.2.5" />
<PackageReference Include="System.Drawing.Common" Version="4.6.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\liblogtiny\liblogtiny.csproj" />
<ProjectReference Include="..\libpaperang\libpaperang.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Windows.Forms">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Windows.Forms.dll</HintPath>
</Reference>
</ItemGroup>
</Project>