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

Comparing trunk/RomCheater/RomCheater.csproj (file contents):
Revision 172 by william, Mon May 28 08:56:42 2012 UTC vs.
Revision 173 by william, Mon May 28 09:18:58 2012 UTC

# Line 55 | Line 55
55      <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
56      <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
57    </PropertyGroup>
58 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
59 +    <DebugSymbols>true</DebugSymbols>
60 +    <OutputPath>bin\Debug\</OutputPath>
61 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
62 +    <NoWarn>1607</NoWarn>
63 +    <DebugType>full</DebugType>
64 +    <PlatformTarget>AnyCPU</PlatformTarget>
65 +    <ErrorReport>prompt</ErrorReport>
66 +    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
67 +    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
68 +    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
69 +  </PropertyGroup>
70 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
71 +    <OutputPath>bin\Release\</OutputPath>
72 +    <DefineConstants>TRACE</DefineConstants>
73 +    <Optimize>true</Optimize>
74 +    <DebugType>pdbonly</DebugType>
75 +    <PlatformTarget>AnyCPU</PlatformTarget>
76 +    <ErrorReport>prompt</ErrorReport>
77 +    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
78 +    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
79 +  </PropertyGroup>
80    <ItemGroup>
81      <Reference Include="System" />
82      <Reference Include="System.Core" />

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines