mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-09 11:11:24 +04:00
14 lines
353 B
XML
14 lines
353 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NResLib\NResLib.csproj" />
|
|
<ProjectReference Include="..\ScrLib\ScrLib.csproj" />
|
|
<ProjectReference Include="..\VarsetLib\VarsetLib.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|