Skip to content

Commit

Permalink
Reset release build dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Sep 6, 2016
1 parent 6ac159b commit 393ec32
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions CleanCode/src/CleanCode/CleanCode.csproj
Expand Up @@ -21,23 +21,17 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;JET_MODE_ASSERT,RESHARPER_82</DefineConstants>
<DefineConstants>TRACE;DEBUG;JET_MODE_ASSERT</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\NuGet.Packager\lib\</OutputPath>
<DefineConstants>TRACE;RESHARPER_81</DefineConstants>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartAction>Program</StartAction>
<StartProgram>$(VsInstallDir)devenv.exe</StartProgram>
<StartArguments>/ReSharper.Plugin $(AssemblyName).dll /ReSharper.Internal</StartArguments>
<StartWorkingDirectory>$(MSBuildProjectDirectory)\$(OutputPath)</StartWorkingDirectory>
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="antlr.runtime, Version=2.7.7.1, Culture=neutral, PublicKeyToken=0f493c87b190d7e9, processorArchitecture=MSIL">
Expand Down

0 comments on commit 393ec32

Please sign in to comment.