mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-05-06 15:34:03 +02:00
18 lines
379 B
XML
18 lines
379 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<LangVersion>11</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Version>0.0.1</Version>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<UseArtifactsOutput>true</UseArtifactsOutput>
|
|
<ArtifactsPath>$(MSBuildThisFileDirectory).artifacts</ArtifactsPath>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|