1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2026-01-11 23:58:15 +01:00
Files
Minecraft-Phantom-Panel/Directory.Build.props
2025-12-29 23:26:51 +01:00

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>