Skip to content

Commit

Permalink
Fixed output and intermediate directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
CatGirlsAreLife committed Jul 28, 2018
1 parent c1e5bf7 commit 67c36b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ With this file it requires Visual Studio 2017 at least.
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\bin\$(Platform)\$(Configuration)\plugins\</OutputPath>
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
<ErrorReport>none</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
Expand All @@ -35,7 +35,7 @@ With this file it requires Visual Studio 2017 at least.
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<BaseIntermediateOutputPath>..\..\obj\$(Platform)\$(Configuration)\$(ProjectName)</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath>obj\$(Platform)\$(Configuration)\$(ProjectName)</BaseIntermediateOutputPath>
<StartAction>Project</StartAction>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
Expand Down

0 comments on commit 67c36b7

Please sign in to comment.