diff --git a/Plugins/API/DllExporter/DllExporter.csproj b/Plugins/API/DllExporter/DllExporter.csproj
index 8b427482..9b1295c5 100644
--- a/Plugins/API/DllExporter/DllExporter.csproj
+++ b/Plugins/API/DllExporter/DllExporter.csproj
@@ -89,7 +89,7 @@
- move "$(TargetPath)" "$(SolutionDir)Plugins\API\DllExporter.exe"
+ if not exist "$(SolutionDir)Plugins\API\DllExporter.exe" (move "$(TargetPath)" "$(SolutionDir)Plugins\API\DllExporter.exe")