Files
Mitria_Minecraft_Project/Mitria_Minecraft_Updater/Mitria_Minecraft_Updater.csproj
crudelis ff52d49800 - Update 시작점
업데이트 해야 될점 TODO 작성 및 MK2 버전 제작 시작
2025-04-07 16:28:50 +09:00

16 lines
410 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<StartupObject>Mitria_Minecraft_Updater.Program</StartupObject>
<AssemblyName>mmu</AssemblyName>
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CommonLibrary\CommonLibrary.csproj" />
</ItemGroup>
</Project>