1 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
<?xml version="1.0" encoding="utf-8"?> |
2 |
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
3 |
<PropertyGroup> |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
13 |
<SignAssembly>false</SignAssembly> |
<SignAssembly>false</SignAssembly> |
14 |
<AssemblyOriginatorKeyFile> |
<AssemblyOriginatorKeyFile> |
15 |
</AssemblyOriginatorKeyFile> |
</AssemblyOriginatorKeyFile> |
16 |
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
17 |
|
<FileUpgradeFlags> |
18 |
|
</FileUpgradeFlags> |
19 |
|
<OldToolsVersion>3.5</OldToolsVersion> |
20 |
|
<UpgradeBackupLocation /> |
21 |
</PropertyGroup> |
</PropertyGroup> |
22 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
23 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
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\</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> |
<ItemGroup> |
60 |
<Reference Include="System" /> |
<Reference Include="System" /> |
61 |
<Reference Include="System.Data" /> |
<Reference Include="System.Data" /> |
206 |
<None Include="Docking\Resources\DockIndicator_PanelTop_Active.bmp" /> |
<None Include="Docking\Resources\DockIndicator_PanelTop_Active.bmp" /> |
207 |
</ItemGroup> |
</ItemGroup> |
208 |
<ItemGroup> |
<ItemGroup> |
209 |
<None Include="license.txt"> |
<None Include="WeifenLuo.WinFormsUI.Docking-license.txt"> |
210 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
211 |
</None> |
</None> |
212 |
</ItemGroup> |
</ItemGroup> |