mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2026-01-11 23:58:15 +01:00
18 lines
378 B
XML
18 lines
378 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<LangVersion>14</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Version>0.0.1</Version>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<UseArtifactsOutput>true</UseArtifactsOutput>
|
|
<ArtifactsPath>$(MSBuildThisFileDirectory).artifacts</ArtifactsPath>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|