aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj4
-rw-r--r--NorthstarLauncher/NorthstarLauncher.vcxproj4
2 files changed, 4 insertions, 4 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>
diff --git a/NorthstarLauncher/NorthstarLauncher.vcxproj b/NorthstarLauncher/NorthstarLauncher.vcxproj
index 0c727918..2bb1406f 100644
--- a/NorthstarLauncher/NorthstarLauncher.vcxproj
+++ b/NorthstarLauncher/NorthstarLauncher.vcxproj
@@ -66,7 +66,7 @@
<StackReserveSize>8000000</StackReserveSize>
</Link>
<PostBuildEvent>
- <Command>copy /Y "$(TargetPath)" "D:\origin\titanfall\Titanfall2"</Command>
+ <Command>copy /Y "$(TargetPath)" "$(SolutionDir)..\..\..\"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -89,7 +89,7 @@
<StackReserveSize>8000000</StackReserveSize>
</Link>
<PostBuildEvent>
- <Command>copy /Y "$(TargetPath)" "D:\origin\titanfall\Titanfall2"</Command>
+ <Command>copy /Y "$(TargetPath)" "$(SolutionDir)..\..\..\"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>