mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-08-23 09:30:27 +03:00
27 lines
893 B
XML
27 lines
893 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="assets\**\*" CopyToOutputDirectory="PreserveNewest" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
|
|
<PackageReference Include="NativeFileDialogSharp" />
|
|
<PackageReference Include="Silk.NET" />
|
|
<PackageReference Include="Silk.NET.OpenGL.Extensions.ImGui" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MissionTmaLib\MissionTmaLib.csproj" />
|
|
<ProjectReference Include="..\NResLib\NResLib.csproj" />
|
|
<ProjectReference Include="..\ScrLib\ScrLib.csproj" />
|
|
<ProjectReference Include="..\TexmLib\TexmLib.csproj" />
|
|
<ProjectReference Include="..\VarsetLib\VarsetLib.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|