mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 02:57:49 +04:00
19 lines
692 B
XML
19 lines
692 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="..\ResTreeLib\ResTreeLib.csproj" />
|
|
<ProjectReference Include="..\ScrLib\ScrLib.csproj" />
|
|
<ProjectReference Include="..\VarsetLib\VarsetLib.csproj" />
|
|
<ProjectReference Include="..\MaterialLib\MaterialLib.csproj" />
|
|
<ProjectReference Include="..\TexmLib\TexmLib.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|