mirror of
https://github.com/Ellpeck/Illumilib.git
synced 2024-11-04 22:09:08 +01:00
12 lines
276 B
XML
12 lines
276 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Illumilib\Illumilib.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|