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 825 by william, Tue Apr 15 14:52:10 2014 UTC vs.
Revision 826 by william, Mon Sep 15 21:22:35 2014 UTC

# Line 51 | Line 51
51      <ErrorReport>prompt</ErrorReport>
52      <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    </PropertyGroup>
54 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
55 +    <DebugSymbols>true</DebugSymbols>
56 +    <OutputPath>bin\x86\Debug\</OutputPath>
57 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
58 +    <NoWarn>1607,0436</NoWarn>
59 +    <DebugType>full</DebugType>
60 +    <PlatformTarget>x86</PlatformTarget>
61 +    <ErrorReport>prompt</ErrorReport>
62 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63 +  </PropertyGroup>
64 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
65 +    <OutputPath>bin\x86\Release\</OutputPath>
66 +    <DefineConstants>TRACE</DefineConstants>
67 +    <Optimize>true</Optimize>
68 +    <DebugType>pdbonly</DebugType>
69 +    <PlatformTarget>x86</PlatformTarget>
70 +    <ErrorReport>prompt</ErrorReport>
71 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72 +  </PropertyGroup>
73    <ItemGroup>
74      <Reference Include="Enterprise.Logging">
75        <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines