36 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
37 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
38 |
</PropertyGroup> |
</PropertyGroup> |
39 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
40 |
|
<DebugSymbols>true</DebugSymbols> |
41 |
|
<OutputPath>bin\Debug\x86\</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 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
60 |
|
<DebugSymbols>true</DebugSymbols> |
61 |
|
<OutputPath>bin\Debug\x64\</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> |
<ItemGroup> |
78 |
<Reference Include="System" /> |
<Reference Include="System" /> |
79 |
<Reference Include="System.Data" /> |
<Reference Include="System.Data" /> |
224 |
<None Include="Docking\Resources\DockIndicator_PanelTop_Active.bmp" /> |
<None Include="Docking\Resources\DockIndicator_PanelTop_Active.bmp" /> |
225 |
</ItemGroup> |
</ItemGroup> |
226 |
<ItemGroup> |
<ItemGroup> |
227 |
<None Include="license.txt"> |
<None Include="WeifenLuo.WinFormsUI.Docking-license.txt"> |
228 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
229 |
</None> |
</None> |
230 |
</ItemGroup> |
</ItemGroup> |