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

Comparing trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj (file contents):
Revision 53 by william, Wed May 9 14:52:52 2012 UTC vs.
Revision 59 by william, Wed May 9 15:14:59 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines