diff options
| author | Chance Ivey <[email protected]> | 2020-06-24 18:47:27 -0700 |
|---|---|---|
| committer | Chance Ivey <[email protected]> | 2020-06-24 18:47:27 -0700 |
| commit | c22b2b80fded05fc2b92d93b92a169253d280591 (patch) | |
| tree | 2bb09db8c2527bb3d4069ebaa1efb371de63f9c8 /Build | |
| parent | added image for build output settings for SimpleUGC.Automation project (diff) | |
| download | ugcexample-c22b2b80fded05fc2b92d93b92a169253d280591.tar.xz ugcexample-c22b2b80fded05fc2b92d93b92a169253d280591.zip | |
Removed Output Path from SimpleUGC.Automation project.
Diffstat (limited to 'Build')
| -rw-r--r-- | Build/Scripts/SimpleUGC.Automation.csproj | 4 |
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> |