diff options
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r-- | NorthstarDLL/NorthstarDLL.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index b6f3ea37..9ce5da3c 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -111,7 +111,7 @@ </Command>
</PreBuildEvent>
<PostBuildEvent>
- <Command>copy /Y "$(TargetPath)" "$(SolutionDir)..\..\"</Command>
+ <Command>IF EXIST "$(SolutionDir)..\..\Titanfall2.exe" del "$(SolutionDir)..\..\Northstar.dll" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
|