Skip to content

Commit

Permalink
Fix build artifacts flowing outside repo folder
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Jan 27, 2024
1 parent 920e4a6 commit d244cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/RealFuels.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkProfile />
<ReleaseVersion>10.8.0</ReleaseVersion>
<BaseIntermediateOutputPath>..\..\Build\RealFuels\obj</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath>..\Build\RealFuels\obj</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>portable</DebugType>
<Optimize>False</Optimize>
<BaseIntermediateOutputPath>..\..\Build\RealFuels\obj\</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath>..\Build\RealFuels\obj\</BaseIntermediateOutputPath>
<OutputPath>..\RealFuels\Plugins\</OutputPath>
<DefineConstants>DEBUG;ENABLE_PROFILER</DefineConstants>
<ErrorReport>prompt</ErrorReport>
Expand All @@ -28,7 +28,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>True</Optimize>
<BaseIntermediateOutputPath>..\..\Build\RealFuels\obj\</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath>..\Build\RealFuels\obj\</BaseIntermediateOutputPath>
<OutputPath>..\RealFuels\Plugins\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit d244cb0

Please sign in to comment.