Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/28 09:42:27 179 +++ trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/28 10:21:03 185 @@ -27,11 +27,14 @@ <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> - <DefineConstants>TRACE</DefineConstants> + <DefineConstants>TRACE;RELEASE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <NoWarn>1607</NoWarn> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> + <OutputPath>bin\All Configurations\</OutputPath> + </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" />
ViewVC Help | |
Powered by ViewVC 1.1.22 |