ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/deps/WeifenLuo.WinFormsUI.Docking/DockSample/DockSample.csproj
Revision: 831
Committed: Mon Sep 15 23:10:17 2014 UTC (8 years, 6 months ago) by william
File size: 15946 byte(s)
Log Message:
+ remove AnyCpu arch

File Contents

# User Rev Content
1 william 141 <?xml version="1.0" encoding="utf-8"?>
2     <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 william 140 <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.50727</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{40793A27-478B-4357-B4C3-FC8943131F3D}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>DockSample</RootNamespace>
12     <AssemblyName>DockSample</AssemblyName>
13 william 141 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14     <FileUpgradeFlags>
15     </FileUpgradeFlags>
16     <OldToolsVersion>3.5</OldToolsVersion>
17     <UpgradeBackupLocation />
18     <PublishUrl>publish\</PublishUrl>
19     <Install>true</Install>
20     <InstallFrom>Disk</InstallFrom>
21     <UpdateEnabled>false</UpdateEnabled>
22     <UpdateMode>Foreground</UpdateMode>
23     <UpdateInterval>7</UpdateInterval>
24     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25     <UpdatePeriodically>false</UpdatePeriodically>
26     <UpdateRequired>false</UpdateRequired>
27     <MapFileExtensions>true</MapFileExtensions>
28     <ApplicationRevision>0</ApplicationRevision>
29     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30     <IsWebBootstrapper>false</IsWebBootstrapper>
31     <UseApplicationTrust>false</UseApplicationTrust>
32     <BootstrapperEnabled>true</BootstrapperEnabled>
33 william 140 </PropertyGroup>
34 william 791 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
35     <DebugSymbols>true</DebugSymbols>
36     <OutputPath>bin\x64\Debug\</OutputPath>
37     <DefineConstants>DEBUG;TRACE</DefineConstants>
38     <DebugType>full</DebugType>
39     <PlatformTarget>x64</PlatformTarget>
40     <ErrorReport>prompt</ErrorReport>
41     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
42     </PropertyGroup>
43     <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
44     <OutputPath>bin\x64\Release\</OutputPath>
45     <DefineConstants>TRACE;RELEASE</DefineConstants>
46     <Optimize>true</Optimize>
47     <DebugType>pdbonly</DebugType>
48     <PlatformTarget>x64</PlatformTarget>
49     <ErrorReport>prompt</ErrorReport>
50     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51     </PropertyGroup>
52     <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x64'">
53     <OutputPath>bin\x64\All Configurations\</OutputPath>
54     <PlatformTarget>x64</PlatformTarget>
55     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56     </PropertyGroup>
57 william 826 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
58     <DebugSymbols>true</DebugSymbols>
59     <OutputPath>bin\x86\Debug\</OutputPath>
60     <DefineConstants>DEBUG;TRACE</DefineConstants>
61     <DebugType>full</DebugType>
62     <PlatformTarget>x86</PlatformTarget>
63     <ErrorReport>prompt</ErrorReport>
64     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65     </PropertyGroup>
66     <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
67     <OutputPath>bin\x86\Release\</OutputPath>
68     <DefineConstants>TRACE;RELEASE</DefineConstants>
69     <Optimize>true</Optimize>
70     <DebugType>pdbonly</DebugType>
71     <PlatformTarget>x86</PlatformTarget>
72     <ErrorReport>prompt</ErrorReport>
73     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74     </PropertyGroup>
75     <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'">
76     <OutputPath>bin\x86\All Configurations\</OutputPath>
77     <PlatformTarget>x86</PlatformTarget>
78     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
79     </PropertyGroup>
80 william 140 <ItemGroup>
81     <Reference Include="System" />
82     <Reference Include="System.Data" />
83     <Reference Include="System.Drawing" />
84     <Reference Include="System.Windows.Forms" />
85     <Reference Include="System.Xml" />
86     </ItemGroup>
87     <ItemGroup>
88     <Compile Include="AboutDialog.cs">
89     <SubType>Form</SubType>
90     </Compile>
91     <Compile Include="AboutDialog.Designer.cs">
92     <DependentUpon>AboutDialog.cs</DependentUpon>
93     </Compile>
94     <Compile Include="MainForm2.cs">
95     <SubType>Form</SubType>
96     </Compile>
97     <Compile Include="MainForm2.Designer.cs">
98     <DependentUpon>MainForm2.cs</DependentUpon>
99     </Compile>
100 william 143 <Compile Include="DummyDoc.cs">
101     <SubType>Form</SubType>
102     </Compile>
103 william 140 <Compile Include="DummyDoc.Designer.cs">
104     <DependentUpon>DummyDoc.cs</DependentUpon>
105     </Compile>
106 william 143 <Compile Include="DummyOutputWindow.cs">
107     <SubType>Form</SubType>
108     </Compile>
109 william 140 <Compile Include="DummyOutputWindow.Designer.cs">
110     <DependentUpon>DummyOutputWindow.cs</DependentUpon>
111     </Compile>
112 william 143 <Compile Include="DummyPropertyWindow.cs">
113     <SubType>Form</SubType>
114     </Compile>
115 william 140 <Compile Include="DummyPropertyWindow.Designer.cs">
116     <DependentUpon>DummyPropertyWindow.cs</DependentUpon>
117     </Compile>
118 william 143 <Compile Include="DummySolutionExplorer.cs">
119     <SubType>Form</SubType>
120     </Compile>
121 william 140 <Compile Include="DummySolutionExplorer.Designer.cs">
122     <DependentUpon>DummySolutionExplorer.cs</DependentUpon>
123     </Compile>
124 william 143 <Compile Include="DummyTaskList.cs">
125     <SubType>Form</SubType>
126     </Compile>
127 william 140 <Compile Include="DummyTaskList.Designer.cs">
128     <DependentUpon>DummyTaskList.cs</DependentUpon>
129     </Compile>
130 william 143 <Compile Include="DummyToolbox.cs">
131     <SubType>Form</SubType>
132     </Compile>
133 william 140 <Compile Include="DummyToolbox.Designer.cs">
134     <DependentUpon>DummyToolbox.cs</DependentUpon>
135     </Compile>
136     <Compile Include="Customization\DockHelper.cs" />
137     <Compile Include="Customization\Extender.cs" />
138     <Compile Include="Customization\InertButton.cs">
139     <SubType>Component</SubType>
140     </Compile>
141 william 143 <Compile Include="Customization\VS2003AutoHideStrip.cs">
142     <SubType>Component</SubType>
143     </Compile>
144     <Compile Include="Customization\VS2003DockPaneCaption.cs">
145     <SubType>Component</SubType>
146     </Compile>
147     <Compile Include="Customization\VS2003DockPaneStrip.cs">
148     <SubType>Component</SubType>
149     </Compile>
150 william 140 <Compile Include="MainForm.cs">
151     <SubType>Form</SubType>
152     </Compile>
153     <Compile Include="MainForm.Designer.cs">
154     <DependentUpon>MainForm.cs</DependentUpon>
155     </Compile>
156     <Compile Include="Program.cs" />
157     <Compile Include="Properties\AssemblyInfo.cs" />
158     <EmbeddedResource Include="AboutDialog.resx">
159     <SubType>Designer</SubType>
160     <DependentUpon>AboutDialog.cs</DependentUpon>
161     </EmbeddedResource>
162     <EmbeddedResource Include="DummyDoc.resx">
163     <SubType>Designer</SubType>
164     <DependentUpon>DummyDoc.cs</DependentUpon>
165     </EmbeddedResource>
166     <EmbeddedResource Include="DummyOutputWindow.resx">
167     <SubType>Designer</SubType>
168     <DependentUpon>DummyOutputWindow.cs</DependentUpon>
169     </EmbeddedResource>
170     <EmbeddedResource Include="DummyPropertyWindow.resx">
171     <SubType>Designer</SubType>
172     <DependentUpon>DummyPropertyWindow.cs</DependentUpon>
173     </EmbeddedResource>
174     <EmbeddedResource Include="DummySolutionExplorer.resx">
175     <SubType>Designer</SubType>
176     <DependentUpon>DummySolutionExplorer.cs</DependentUpon>
177     </EmbeddedResource>
178     <EmbeddedResource Include="DummyTaskList.resx">
179     <SubType>Designer</SubType>
180     <DependentUpon>DummyTaskList.cs</DependentUpon>
181     </EmbeddedResource>
182     <EmbeddedResource Include="DummyToolbox.resx">
183     <SubType>Designer</SubType>
184     <DependentUpon>DummyToolbox.cs</DependentUpon>
185     </EmbeddedResource>
186     <EmbeddedResource Include="MainForm.resx">
187     <SubType>Designer</SubType>
188     <DependentUpon>MainForm.cs</DependentUpon>
189     </EmbeddedResource>
190     <EmbeddedResource Include="Properties\Resources.resx">
191     <Generator>ResXFileCodeGenerator</Generator>
192     <LastGenOutput>Resources.Designer.cs</LastGenOutput>
193     <SubType>Designer</SubType>
194     </EmbeddedResource>
195     <Compile Include="Properties\Resources.Designer.cs">
196     <AutoGen>True</AutoGen>
197     <DependentUpon>Resources.resx</DependentUpon>
198     <DesignTime>True</DesignTime>
199     </Compile>
200     <None Include="Properties\Settings.settings">
201     <Generator>SettingsSingleFileGenerator</Generator>
202     <LastGenOutput>Settings.Designer.cs</LastGenOutput>
203     </None>
204     <Compile Include="Properties\Settings.Designer.cs">
205     <AutoGen>True</AutoGen>
206     <DependentUpon>Settings.settings</DependentUpon>
207     <DesignTimeSharedInput>True</DesignTimeSharedInput>
208     </Compile>
209     <Compile Include="Customization\Resources.Designer.cs">
210     <DependentUpon>Resources.resx</DependentUpon>
211     <AutoGen>True</AutoGen>
212     <DesignTime>True</DesignTime>
213     </Compile>
214     <Compile Include="Customization\Strings.Designer.cs">
215     <DependentUpon>Strings.resx</DependentUpon>
216     <AutoGen>True</AutoGen>
217     <DesignTime>True</DesignTime>
218     </Compile>
219 william 143 <Compile Include="ToolWindow.cs">
220     <SubType>Form</SubType>
221     </Compile>
222 william 140 <Compile Include="ToolWindow.Designer.cs">
223     <DependentUpon>ToolWindow.cs</DependentUpon>
224     </Compile>
225     </ItemGroup>
226     <ItemGroup>
227     <ProjectReference Include="..\WinFormsUI\WinFormsUI.csproj">
228     <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
229     <Name>WinFormsUI</Name>
230     </ProjectReference>
231     </ItemGroup>
232     <ItemGroup>
233     <None Include="Images\ArrowDown.bmp" />
234     <None Include="Images\ArrowUp.bmp" />
235     <None Include="Images\Bitmap.ico" />
236     <None Include="Images\BlankIcon.ico" />
237     <None Include="Images\ClosedFolder.ICO" />
238     <None Include="Images\CSFile.ico" />
239     <None Include="Images\CSProject.ico" />
240     <None Include="Images\File.ico" />
241     <None Include="Images\Form.ico" />
242     <None Include="Images\Mouse.bmp" />
243     <None Include="Images\msenv22.ico" />
244     <None Include="Images\New.ico" />
245     <None Include="Images\Open.ico" />
246     <None Include="Images\OpenFolder.ICO" />
247     <None Include="Images\OutputWindow.ico" />
248     <None Include="Images\PropertyWindow.ico" />
249     <None Include="Images\Reference.ico" />
250     <None Include="Images\References.ico" />
251     <None Include="Images\SolutionExplorer.ico" />
252     <None Include="Images\TaskListWindow.ico" />
253     <None Include="Images\ToolboxWindow.ico" />
254     <None Include="Images\XmlFile.ico" />
255     </ItemGroup>
256     <ItemGroup>
257     <EmbeddedResource Include="MainForm2.resx">
258     <DependentUpon>MainForm2.cs</DependentUpon>
259     <SubType>Designer</SubType>
260     </EmbeddedResource>
261     <EmbeddedResource Include="Customization\Resources.resx">
262     <Generator>ResXFileCodeGenerator</Generator>
263     <LastGenOutput>Resources.Designer.cs</LastGenOutput>
264     <SubType>Designer</SubType>
265     </EmbeddedResource>
266     <EmbeddedResource Include="Resources\DockPanel.xml" />
267     <EmbeddedResource Include="Customization\Strings.resx">
268     <Generator>ResXFileCodeGenerator</Generator>
269     <LastGenOutput>Strings.Designer.cs</LastGenOutput>
270     <SubType>Designer</SubType>
271     </EmbeddedResource>
272     <EmbeddedResource Include="ToolWindow.resx">
273     <SubType>Designer</SubType>
274     <DependentUpon>ToolWindow.cs</DependentUpon>
275     </EmbeddedResource>
276     </ItemGroup>
277     <ItemGroup>
278     <None Include="Customization\Resources\DockIndicator_PaneDiamond.bmp" />
279     </ItemGroup>
280     <ItemGroup>
281     <None Include="Customization\Resources\DockPaneStrip_ScrollRightEnabled.bmp" />
282     </ItemGroup>
283     <ItemGroup>
284     <None Include="Customization\Resources\DockIndicator_PaneDiamond_Bottom.bmp" />
285     </ItemGroup>
286     <ItemGroup>
287     <None Include="Customization\Resources\Dockindicator_PaneDiamond_Fill.bmp" />
288     </ItemGroup>
289     <ItemGroup>
290     <None Include="Customization\Resources\DockIndicator_PaneDiamond_Hotspot.bmp" />
291     </ItemGroup>
292     <ItemGroup>
293     <None Include="Customization\Resources\DockIndicator_PaneDiamond_HotspotIndex.bmp" />
294     </ItemGroup>
295     <ItemGroup>
296     <None Include="Customization\Resources\DockIndicator_PaneDiamond_Left.bmp" />
297     </ItemGroup>
298     <ItemGroup>
299     <None Include="Customization\Resources\DockIndicator_PaneDiamond_Right.bmp" />
300     </ItemGroup>
301     <ItemGroup>
302     <None Include="Customization\Resources\DockIndicator_PaneDiamond_Top.bmp" />
303     </ItemGroup>
304     <ItemGroup>
305     <None Include="Customization\Resources\DockIndicator_PanelBottom.bmp" />
306     </ItemGroup>
307     <ItemGroup>
308     <None Include="Customization\Resources\DockIndicator_PanelBottom_Active.bmp" />
309     </ItemGroup>
310     <ItemGroup>
311     <None Include="Customization\Resources\DockIndicator_PanelFill.bmp" />
312     </ItemGroup>
313     <ItemGroup>
314     <None Include="Customization\Resources\DockIndicator_PanelFill_Active.bmp" />
315     </ItemGroup>
316     <ItemGroup>
317     <None Include="Customization\Resources\DockIndicator_PanelLeft.bmp" />
318     </ItemGroup>
319     <ItemGroup>
320     <None Include="Customization\Resources\DockIndicator_PanelLeft_Active.bmp" />
321     </ItemGroup>
322     <ItemGroup>
323     <None Include="Customization\Resources\DockIndicator_PanelRight.bmp" />
324     </ItemGroup>
325     <ItemGroup>
326     <None Include="Customization\Resources\DockIndicator_PanelRight_Active.bmp" />
327     </ItemGroup>
328     <ItemGroup>
329     <None Include="Customization\Resources\DockIndicator_PanelTop.bmp" />
330     </ItemGroup>
331     <ItemGroup>
332     <None Include="Customization\Resources\DockIndicator_PanelTop_Active.bmp" />
333     </ItemGroup>
334     <ItemGroup>
335     <None Include="Customization\Resources\DockPaneCaption_AutoHideNo.bmp" />
336     </ItemGroup>
337     <ItemGroup>
338     <None Include="Customization\Resources\DockPaneCaption_AutoHideYes.bmp" />
339     </ItemGroup>
340     <ItemGroup>
341     <None Include="Customization\Resources\DockPaneCaption_CloseDisabled.bmp" />
342     </ItemGroup>
343     <ItemGroup>
344     <None Include="Customization\Resources\DockPaneCaption_CloseEnabled.bmp" />
345     </ItemGroup>
346     <ItemGroup>
347     <None Include="Customization\Resources\DockPaneStrip_CloseDisabled.bmp" />
348     </ItemGroup>
349     <ItemGroup>
350     <None Include="Customization\Resources\DockPaneStrip_CloseEnabled.bmp" />
351     </ItemGroup>
352     <ItemGroup>
353     <None Include="Customization\Resources\DockPaneStrip_ScrollLeftDisabled.bmp" />
354     </ItemGroup>
355     <ItemGroup>
356     <None Include="Customization\Resources\DockPaneStrip_ScrollLeftEnabled.bmp" />
357     </ItemGroup>
358     <ItemGroup>
359     <None Include="Customization\Resources\DockPaneStrip_ScrollRightDisabled.bmp" />
360     </ItemGroup>
361     <ItemGroup>
362 william 141 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
363     <Visible>False</Visible>
364     <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
365     <Install>false</Install>
366     </BootstrapperPackage>
367     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
368     <Visible>False</Visible>
369     <ProductName>.NET Framework 3.5 SP1</ProductName>
370     <Install>true</Install>
371     </BootstrapperPackage>
372     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
373     <Visible>False</Visible>
374     <ProductName>Windows Installer 3.1</ProductName>
375     <Install>true</Install>
376     </BootstrapperPackage>
377     </ItemGroup>
378 william 143 <ItemGroup>
379     <Content Include="..\WinFormsUI\WeifenLuo.WinFormsUI.Docking-license.txt">
380     <Link>WeifenLuo.WinFormsUI.Docking-license.txt</Link>
381     </Content>
382     </ItemGroup>
383 william 140 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
384     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
385     Other similar extension points exist, see Microsoft.Common.targets.
386     <Target Name="BeforeBuild">
387     </Target>
388     <Target Name="AfterBuild">
389     </Target>
390     -->
391     </Project>