Skip to content

Commit

Permalink
Fixed build output directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
calloncampbell committed Jun 15, 2016
1 parent 4841a0d commit d94710f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ReflectSoftware.Insight.Extensions.PostSharp 4.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\Build\Libraries\NET4.5\</OutputPath>
<OutputPath>bin\debug\net45\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -61,7 +61,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Build\Libraries\NET4.5\</OutputPath>
<OutputPath>bin\release\net45\</OutputPath>
<DefineConstants>TRACE;POSTSHARP_CONSTRAINTS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit d94710f

Please sign in to comment.