15 lines
370 B
XML
15 lines
370 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFrameworks>net48;net6.0;net7.0</TargetFrameworks>
|
|
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
|
|
<Version>0.1</Version>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\LibIRD\LibIRD.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|