mirror of
https://github.com/cyanfish/naps2.git
synced 2024-11-09 21:45:04 +03:00
19 lines
655 B
XML
19 lines
655 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net472</TargetFramework>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="..\NAPS2.Setup\CommonTargets.targets" />
|
|
<Import Project="..\NAPS2.Setup\NativeLibs.targets" />
|
|
|
|
<ItemGroup>
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
<ProjectReference Include="..\NAPS2.Sdk.Tests\NAPS2.Sdk.Tests.csproj" />
|
|
<ProjectReference Include="..\NAPS2.Lib.WinForms\NAPS2.Lib.WinForms.csproj" />
|
|
<ProjectReference Include="..\NAPS2.Lib.Console\NAPS2.Lib.Console.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |