diff options
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r-- | NorthstarDLL/NorthstarDLL.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index f17ac7ab..a48ecb16 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -78,7 +78,7 @@ </Command> </PreBuildEvent> <PostBuildEvent> - <Command>copy /Y "$(TargetPath)" "D:\origin\titanfall\Titanfall2"</Command> + <Command>copy /Y "$(TargetPath)" "$(SolutionDir)..\..\..\"</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> @@ -111,7 +111,7 @@ </Command> </PreBuildEvent> <PostBuildEvent> - <Command>copy /Y "$(TargetPath)" "D:\origin\titanfall\Titanfall2"</Command> + <Command>copy /Y "$(TargetPath)" "$(SolutionDir)..\..\..\"</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> |