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

Comparing trunk/deps/WeifenLuo.WinFormsUI.Docking/WinFormsUI/WinFormsUI.csproj (file contents):
Revision 143 by william, Fri May 11 11:37:14 2012 UTC vs.
Revision 170 by william, Mon May 28 08:52:46 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines