2024-11-15 19:06:44 +03:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="assets\**\*" CopyToOutputDirectory="PreserveNewest" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-08-18 22:05:17 +03:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
|
|
|
|
|
<PackageReference Include="NativeFileDialogSharp" />
|
|
|
|
|
<PackageReference Include="Silk.NET" />
|
|
|
|
|
<PackageReference Include="Silk.NET.OpenGL.Extensions.ImGui" />
|
2024-11-15 19:06:44 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-11-26 04:05:25 +03:00
|
|
|
|
<ProjectReference Include="..\MissionTmaLib\MissionTmaLib.csproj" />
|
2024-11-15 19:06:44 +03:00
|
|
|
|
<ProjectReference Include="..\NResLib\NResLib.csproj" />
|
2025-02-26 04:27:16 +03:00
|
|
|
|
<ProjectReference Include="..\ScrLib\ScrLib.csproj" />
|
2024-11-18 23:48:42 +03:00
|
|
|
|
<ProjectReference Include="..\TexmLib\TexmLib.csproj" />
|
2025-03-01 23:03:13 +03:00
|
|
|
|
<ProjectReference Include="..\VarsetLib\VarsetLib.csproj" />
|
2024-11-15 19:06:44 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|