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 142 by william, Fri May 11 11:31:06 2012 UTC vs.
Revision 143 by william, Fri May 11 11:37:14 2012 UTC

# Line 36 | Line 36
36      <ErrorReport>prompt</ErrorReport>
37      <WarningLevel>4</WarningLevel>
38    </PropertyGroup>
39 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
40 +    <DebugSymbols>true</DebugSymbols>
41 +    <OutputPath>bin\Debug\</OutputPath>
42 +    <DefineConstants>TRACE;DEBUG</DefineConstants>
43 +    <DebugType>full</DebugType>
44 +    <PlatformTarget>x86</PlatformTarget>
45 +    <ErrorReport>prompt</ErrorReport>
46 +    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
47 +    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
48 +  </PropertyGroup>
49 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
50 +    <OutputPath>bin\x86\Release\</OutputPath>
51 +    <DefineConstants>TRACE</DefineConstants>
52 +    <Optimize>true</Optimize>
53 +    <DebugType>pdbonly</DebugType>
54 +    <PlatformTarget>x86</PlatformTarget>
55 +    <ErrorReport>prompt</ErrorReport>
56 +    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
57 +    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
58 +  </PropertyGroup>
59    <ItemGroup>
60      <Reference Include="System" />
61      <Reference Include="System.Data" />
# Line 186 | Line 206
206      <None Include="Docking\Resources\DockIndicator_PanelTop_Active.bmp" />
207    </ItemGroup>
208    <ItemGroup>
209 <    <None Include="license.txt">
209 >    <None Include="WeifenLuo.WinFormsUI.Docking-license.txt">
210        <CopyToOutputDirectory>Always</CopyToOutputDirectory>
211      </None>
212    </ItemGroup>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines