Illumilib/Demo/Demo.csproj

13 lines
286 B
XML
Raw Normal View History

2021-05-01 20:49:58 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2022-06-26 23:58:40 +02:00
2021-05-01 20:49:58 +02:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
2022-06-26 23:58:40 +02:00
2021-05-01 20:49:58 +02:00
<ItemGroup>
2022-06-26 23:58:40 +02:00
<ProjectReference Include="..\Illumilib\Illumilib.csproj" />
2021-05-01 20:49:58 +02:00
</ItemGroup>
</Project>