mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 05:15:43 +00:00
13 lines
270 B
XML
13 lines
270 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\X10D\X10D.csproj"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|