mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
13 lines
337 B
XML
13 lines
337 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
<OutDir>$(MSBuildProjectDirectory)/../net-output</OutDir>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\src\net\Qml.Net\Qml.Net.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|