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

Comparing trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj (file contents):
Revision 69 by william, Wed May 9 16:45:44 2012 UTC vs.
Revision 70 by william, Wed May 9 16:46:22 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\x86\Debug\</OutputPath>
37 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
38 +    <NoWarn>1607</NoWarn>
39 +    <DebugType>full</DebugType>
40 +    <PlatformTarget>x86</PlatformTarget>
41 +    <ErrorReport>prompt</ErrorReport>
42 +  </PropertyGroup>
43 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
44 +    <OutputPath>bin\x86\Release\</OutputPath>
45 +    <DefineConstants>TRACE</DefineConstants>
46 +    <Optimize>true</Optimize>
47 +    <DebugType>pdbonly</DebugType>
48 +    <PlatformTarget>x86</PlatformTarget>
49 +    <ErrorReport>prompt</ErrorReport>
50 +  </PropertyGroup>
51    <ItemGroup>
52      <Reference Include="System" />
53      <Reference Include="System.Core" />

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines