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

Comparing trunk/deps/WeifenLuo.WinFormsUI.Docking/DockSample/DockSample.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 68 | Line 68
68      <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
69      <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
70    </PropertyGroup>
71 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
72 +    <DebugSymbols>true</DebugSymbols>
73 +    <OutputPath>bin\x64\Debug\</OutputPath>
74 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
75 +    <DebugType>full</DebugType>
76 +    <PlatformTarget>x64</PlatformTarget>
77 +    <ErrorReport>prompt</ErrorReport>
78 +    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
79 +    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
80 +  </PropertyGroup>
81 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
82 +    <OutputPath>bin\x64\Release\</OutputPath>
83 +    <DefineConstants>TRACE</DefineConstants>
84 +    <Optimize>true</Optimize>
85 +    <DebugType>pdbonly</DebugType>
86 +    <PlatformTarget>x64</PlatformTarget>
87 +    <ErrorReport>prompt</ErrorReport>
88 +    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
89 +    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
90 +  </PropertyGroup>
91    <ItemGroup>
92      <Reference Include="System" />
93      <Reference Include="System.Data" />

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines