mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-26 20:24:26 +08:00
10 lines
286 B
XML
10 lines
286 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Plonds.Core\Plonds.Core.csproj" />
|
|
<ProjectReference Include="..\Plonds.Shared\Plonds.Shared.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|