48 |
|
<ErrorReport>prompt</ErrorReport> |
49 |
|
<WarningLevel>4</WarningLevel> |
50 |
|
</PropertyGroup> |
51 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
52 |
+ |
<DebugSymbols>true</DebugSymbols> |
53 |
+ |
<OutputPath>bin\Debug\</OutputPath> |
54 |
+ |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
55 |
+ |
<DebugType>full</DebugType> |
56 |
+ |
<PlatformTarget>x86</PlatformTarget> |
57 |
+ |
<ErrorReport>prompt</ErrorReport> |
58 |
+ |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
59 |
+ |
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
60 |
+ |
</PropertyGroup> |
61 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
62 |
+ |
<OutputPath>bin\x86\Release\</OutputPath> |
63 |
+ |
<DefineConstants>TRACE</DefineConstants> |
64 |
+ |
<Optimize>true</Optimize> |
65 |
+ |
<DebugType>pdbonly</DebugType> |
66 |
+ |
<PlatformTarget>x86</PlatformTarget> |
67 |
+ |
<ErrorReport>prompt</ErrorReport> |
68 |
+ |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
69 |
+ |
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
70 |
+ |
</PropertyGroup> |
71 |
|
<ItemGroup> |
72 |
|
<Reference Include="System" /> |
73 |
|
<Reference Include="System.Data" /> |
88 |
|
<Compile Include="MainForm2.Designer.cs"> |
89 |
|
<DependentUpon>MainForm2.cs</DependentUpon> |
90 |
|
</Compile> |
91 |
< |
<Compile Include="DummyDoc.cs" /> |
91 |
> |
<Compile Include="DummyDoc.cs"> |
92 |
> |
<SubType>Form</SubType> |
93 |
> |
</Compile> |
94 |
|
<Compile Include="DummyDoc.Designer.cs"> |
95 |
|
<DependentUpon>DummyDoc.cs</DependentUpon> |
96 |
|
</Compile> |
97 |
< |
<Compile Include="DummyOutputWindow.cs" /> |
97 |
> |
<Compile Include="DummyOutputWindow.cs"> |
98 |
> |
<SubType>Form</SubType> |
99 |
> |
</Compile> |
100 |
|
<Compile Include="DummyOutputWindow.Designer.cs"> |
101 |
|
<DependentUpon>DummyOutputWindow.cs</DependentUpon> |
102 |
|
</Compile> |
103 |
< |
<Compile Include="DummyPropertyWindow.cs" /> |
103 |
> |
<Compile Include="DummyPropertyWindow.cs"> |
104 |
> |
<SubType>Form</SubType> |
105 |
> |
</Compile> |
106 |
|
<Compile Include="DummyPropertyWindow.Designer.cs"> |
107 |
|
<DependentUpon>DummyPropertyWindow.cs</DependentUpon> |
108 |
|
</Compile> |
109 |
< |
<Compile Include="DummySolutionExplorer.cs" /> |
109 |
> |
<Compile Include="DummySolutionExplorer.cs"> |
110 |
> |
<SubType>Form</SubType> |
111 |
> |
</Compile> |
112 |
|
<Compile Include="DummySolutionExplorer.Designer.cs"> |
113 |
|
<DependentUpon>DummySolutionExplorer.cs</DependentUpon> |
114 |
|
</Compile> |
115 |
< |
<Compile Include="DummyTaskList.cs" /> |
115 |
> |
<Compile Include="DummyTaskList.cs"> |
116 |
> |
<SubType>Form</SubType> |
117 |
> |
</Compile> |
118 |
|
<Compile Include="DummyTaskList.Designer.cs"> |
119 |
|
<DependentUpon>DummyTaskList.cs</DependentUpon> |
120 |
|
</Compile> |
121 |
< |
<Compile Include="DummyToolbox.cs" /> |
121 |
> |
<Compile Include="DummyToolbox.cs"> |
122 |
> |
<SubType>Form</SubType> |
123 |
> |
</Compile> |
124 |
|
<Compile Include="DummyToolbox.Designer.cs"> |
125 |
|
<DependentUpon>DummyToolbox.cs</DependentUpon> |
126 |
|
</Compile> |
129 |
|
<Compile Include="Customization\InertButton.cs"> |
130 |
|
<SubType>Component</SubType> |
131 |
|
</Compile> |
132 |
< |
<Compile Include="Customization\VS2003AutoHideStrip.cs" /> |
133 |
< |
<Compile Include="Customization\VS2003DockPaneCaption.cs" /> |
134 |
< |
<Compile Include="Customization\VS2003DockPaneStrip.cs" /> |
132 |
> |
<Compile Include="Customization\VS2003AutoHideStrip.cs"> |
133 |
> |
<SubType>Component</SubType> |
134 |
> |
</Compile> |
135 |
> |
<Compile Include="Customization\VS2003DockPaneCaption.cs"> |
136 |
> |
<SubType>Component</SubType> |
137 |
> |
</Compile> |
138 |
> |
<Compile Include="Customization\VS2003DockPaneStrip.cs"> |
139 |
> |
<SubType>Component</SubType> |
140 |
> |
</Compile> |
141 |
|
<Compile Include="MainForm.cs"> |
142 |
|
<SubType>Form</SubType> |
143 |
|
</Compile> |
207 |
|
<AutoGen>True</AutoGen> |
208 |
|
<DesignTime>True</DesignTime> |
209 |
|
</Compile> |
210 |
< |
<Compile Include="ToolWindow.cs" /> |
210 |
> |
<Compile Include="ToolWindow.cs"> |
211 |
> |
<SubType>Form</SubType> |
212 |
> |
</Compile> |
213 |
|
<Compile Include="ToolWindow.Designer.cs"> |
214 |
|
<DependentUpon>ToolWindow.cs</DependentUpon> |
215 |
|
</Compile> |
350 |
|
<None Include="Customization\Resources\DockPaneStrip_ScrollRightDisabled.bmp" /> |
351 |
|
</ItemGroup> |
352 |
|
<ItemGroup> |
313 |
– |
<None Include="license.txt"> |
314 |
– |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
315 |
– |
</None> |
316 |
– |
</ItemGroup> |
317 |
– |
<ItemGroup> |
353 |
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
354 |
|
<Visible>False</Visible> |
355 |
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
366 |
|
<Install>true</Install> |
367 |
|
</BootstrapperPackage> |
368 |
|
</ItemGroup> |
369 |
+ |
<ItemGroup> |
370 |
+ |
<Content Include="..\WinFormsUI\WeifenLuo.WinFormsUI.Docking-license.txt"> |
371 |
+ |
<Link>WeifenLuo.WinFormsUI.Docking-license.txt</Link> |
372 |
+ |
</Content> |
373 |
+ |
</ItemGroup> |
374 |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
375 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
376 |
|
Other similar extension points exist, see Microsoft.Common.targets. |