Items being checked-in:

- Corrected output path for the Release configuration of the project;
This commit is contained in:
ptsurbeleu 2011-07-14 16:57:46 -07:00
parent 1bd46a0b8a
commit 54dca639ad

View file

@ -48,7 +48,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>obj\Release\</OutputPath>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>