Files
Mitria_Minecraft_Project/Mitria_Minecraft_Launcher_Dev/Mitria_Minecraft_Launcher_Dev.csproj
Crudelis 513d841f80 업데이트 분리 작업
- 패키지 업데이트 분리 작업
- 라이센스 정리 작업
- 타겟 프레임워크 정리
2025-09-05 17:51:06 +09:00

17 lines
380 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<Folder Include="Model\" />
<Folder Include="ViewModel\" />
</ItemGroup>
</Project>