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 790 by william, Mon Jun 17 13:09:29 2013 UTC vs.
Revision 791 by william, Mon Apr 7 11:10:04 2014 UTC

# Line 32 | Line 32
32      <ErrorReport>prompt</ErrorReport>
33      <WarningLevel>4</WarningLevel>
34    </PropertyGroup>
35 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
36 +    <DebugSymbols>true</DebugSymbols>
37 +    <OutputPath>bin\x64\Debug\</OutputPath>
38 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
39 +    <NoWarn>1607,0436</NoWarn>
40 +    <DebugType>full</DebugType>
41 +    <PlatformTarget>x64</PlatformTarget>
42 +    <ErrorReport>prompt</ErrorReport>
43 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44 +  </PropertyGroup>
45 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
46 +    <OutputPath>bin\x64\Release\</OutputPath>
47 +    <DefineConstants>TRACE</DefineConstants>
48 +    <Optimize>true</Optimize>
49 +    <DebugType>pdbonly</DebugType>
50 +    <PlatformTarget>x64</PlatformTarget>
51 +    <ErrorReport>prompt</ErrorReport>
52 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53 +  </PropertyGroup>
54    <ItemGroup>
55      <Reference Include="Microsoft.CSharp" />
56      <Reference Include="Microsoft.VisualBasic" />

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines