Files
Mitria_Minecraft_Project/Mitria_Minecraft_Updater/Mitria_Minecraft_Updater.csproj
2022-03-07 14:35:38 +09:00

15 lines
374 B
XML

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