aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChance Ivey <[email protected]>2020-06-24 18:47:27 -0700
committerChance Ivey <[email protected]>2020-06-24 18:47:27 -0700
commitc22b2b80fded05fc2b92d93b92a169253d280591 (patch)
tree2bb09db8c2527bb3d4069ebaa1efb371de63f9c8
parentadded image for build output settings for SimpleUGC.Automation project (diff)
downloadugcexample-c22b2b80fded05fc2b92d93b92a169253d280591.tar.xz
ugcexample-c22b2b80fded05fc2b92d93b92a169253d280591.zip
Removed Output Path from SimpleUGC.Automation project.
-rw-r--r--Build/Scripts/SimpleUGC.Automation.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/Scripts/SimpleUGC.Automation.csproj b/Build/Scripts/SimpleUGC.Automation.csproj
index b4fb06f..58824e6 100644
--- a/Build/Scripts/SimpleUGC.Automation.csproj
+++ b/Build/Scripts/SimpleUGC.Automation.csproj
@@ -17,7 +17,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>..\..\..\..\..\Engine\Binaries\DotNET\AutomationScripts\</OutputPath>
+ <OutputPath></OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -28,7 +28,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Development|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
- <OutputPath>..\..\..\..\..\Engine\Binaries\DotNET\AutomationScripts\</OutputPath>
+ <OutputPath></OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>