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