diff --git a/EDSEditorGUI/EDSEditorGUI.csproj b/EDSEditorGUI/EDSEditorGUI.csproj
index 9dde5d88..42bc8815 100644
--- a/EDSEditorGUI/EDSEditorGUI.csproj
+++ b/EDSEditorGUI/EDSEditorGUI.csproj
@@ -3,6 +3,7 @@
net481
net8.0-windows
net481;net8.0-windows
+ true
WinExe
ODEditor
EDSEditor
@@ -104,6 +105,6 @@
- git describe --tags --long --dirty > "$(MSBuildProjectDirectory)\version.txt" || exit 0
+ git describe --tags --long --dirty > "$(MSBuildProjectDirectory)$([System.IO.Path]::DirectorySeparatorChar)version.txt" || exit 0
\ No newline at end of file