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

Comparing trunk/RomCheater.RVACalculator/RomCheater.RVACalculator.csproj (file contents):
Revision 831 by william, Mon Sep 15 23:10:17 2014 UTC vs.
Revision 833 by william, Tue Sep 16 00:01:40 2014 UTC

--- trunk/RomCheater.RVACalculator/RomCheater.RVACalculator.csproj	2014/09/15 23:10:17	831
+++ trunk/RomCheater.RVACalculator/RomCheater.RVACalculator.csproj	2014/09/16 00:01:40	833
@@ -26,12 +26,13 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     <OutputPath>bin\x64\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
+    <DefineConstants>TRACE;RELEASE</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>pdbonly</DebugType>
     <PlatformTarget>x64</PlatformTarget>
     <ErrorReport>prompt</ErrorReport>
     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+    <NoWarn>1607,0436</NoWarn>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     <DebugSymbols>true</DebugSymbols>
@@ -45,12 +46,13 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     <OutputPath>bin\x86\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
+    <DefineConstants>TRACE;RELEASE</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>pdbonly</DebugType>
     <PlatformTarget>x86</PlatformTarget>
     <ErrorReport>prompt</ErrorReport>
     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+    <NoWarn>1607,0436</NoWarn>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="Enterprise.Logging">