Vanara/UnitTests/CoreConsoleApp/CoreConsoleApp.csproj

16 lines
377 B
XML
Raw Normal View History

2021-08-25 14:03:45 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
2021-08-25 14:03:45 -04:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
2021-08-25 14:03:45 -04:00
<ProjectReference Include="..\..\PInvoke\Kernel32\Vanara.PInvoke.Kernel32.csproj" />
</ItemGroup>
</Project>