ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.EmuMMAPPlugin/RomCheater.EmuMMAPPlugin.csproj
(Generate patch)

Comparing trunk/RomCheater.EmuMMAPPlugin/RomCheater.EmuMMAPPlugin.csproj (file contents):
Revision 812 by william, Tue Apr 15 14:52:10 2014 UTC vs.
Revision 826 by william, Mon Sep 15 21:22:35 2014 UTC

--- trunk/RomCheater.EmuMMAPPlugin/RomCheater.EmuMMAPPlugin.csproj	2014/04/15 14:52:10	812
+++ trunk/RomCheater.EmuMMAPPlugin/RomCheater.EmuMMAPPlugin.csproj	2014/09/15 21:22:35	826
@@ -51,6 +51,25 @@
     <ErrorReport>prompt</ErrorReport>
     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
   </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
+    <DebugSymbols>true</DebugSymbols>
+    <OutputPath>bin\x86\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <NoWarn>1607,0436</NoWarn>
+    <DebugType>full</DebugType>
+    <PlatformTarget>x86</PlatformTarget>
+    <ErrorReport>prompt</ErrorReport>
+    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
+    <OutputPath>bin\x86\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <Optimize>true</Optimize>
+    <DebugType>pdbonly</DebugType>
+    <PlatformTarget>x86</PlatformTarget>
+    <ErrorReport>prompt</ErrorReport>
+    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+  </PropertyGroup>
   <ItemGroup>
     <Reference Include="Enterprise.Logging">
       <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>