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

Comparing trunk/RomCheater.Logging/RomCheater.Logging.csproj (file contents):
Revision 27 by william, Wed May 9 10:04:28 2012 UTC vs.
Revision 32 by william, Wed May 9 10:08:42 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines