ddon-server/Directory.Build.targets
2023-01-20 18:30:35 +08:00

5 lines
No EOL
153 B
XML

<Project>
<PropertyGroup>
<Version>$([System.IO.File]::ReadAllText("$(ProjectDir)..\ddon.version"))</Version>
</PropertyGroup>
</Project>