mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-26 04:39:17 +08:00
15 lines
315 B
XML
15 lines
315 B
XML
<!--
|
|
Copyright (C) 2026 SharpEmu Emulator Project
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Aerolib\aerolib.bin" />
|
|
</ItemGroup>
|
|
</Project>
|