--- trunk/deps/WeifenLuo.WinFormsUI.Docking/DockSample/DockSample.csproj 2012/05/11 11:29:29 140 +++ trunk/deps/WeifenLuo.WinFormsUI.Docking/DockSample/DockSample.csproj 2012/05/11 11:31:06 141 @@ -1,4 +1,5 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> @@ -9,6 +10,26 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>DockSample</RootNamespace> <AssemblyName>DockSample</AssemblyName> + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> + <FileUpgradeFlags> + </FileUpgradeFlags> + <OldToolsVersion>3.5</OldToolsVersion> + <UpgradeBackupLocation /> + <PublishUrl>publish\</PublishUrl> + <Install>true</Install> + <InstallFrom>Disk</InstallFrom> + <UpdateEnabled>false</UpdateEnabled> + <UpdateMode>Foreground</UpdateMode> + <UpdateInterval>7</UpdateInterval> + <UpdateIntervalUnits>Days</UpdateIntervalUnits> + <UpdatePeriodically>false</UpdatePeriodically> + <UpdateRequired>false</UpdateRequired> + <MapFileExtensions>true</MapFileExtensions> + <ApplicationRevision>0</ApplicationRevision> + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> + <IsWebBootstrapper>false</IsWebBootstrapper> + <UseApplicationTrust>false</UseApplicationTrust> + <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -47,39 +68,27 @@ <Compile Include="MainForm2.Designer.cs"> <DependentUpon>MainForm2.cs</DependentUpon> </Compile> - <Compile Include="DummyDoc.cs"> - <SubType>Form</SubType> - </Compile> + <Compile Include="DummyDoc.cs" /> <Compile Include="DummyDoc.Designer.cs"> <DependentUpon>DummyDoc.cs</DependentUpon> </Compile> - <Compile Include="DummyOutputWindow.cs"> - <SubType>Form</SubType> - </Compile> + <Compile Include="DummyOutputWindow.cs" /> <Compile Include="DummyOutputWindow.Designer.cs"> <DependentUpon>DummyOutputWindow.cs</DependentUpon> </Compile> - <Compile Include="DummyPropertyWindow.cs"> - <SubType>Form</SubType> - </Compile> + <Compile Include="DummyPropertyWindow.cs" /> <Compile Include="DummyPropertyWindow.Designer.cs"> <DependentUpon>DummyPropertyWindow.cs</DependentUpon> </Compile> - <Compile Include="DummySolutionExplorer.cs"> - <SubType>Form</SubType> - </Compile> + <Compile Include="DummySolutionExplorer.cs" /> <Compile Include="DummySolutionExplorer.Designer.cs"> <DependentUpon>DummySolutionExplorer.cs</DependentUpon> </Compile> - <Compile Include="DummyTaskList.cs"> - <SubType>Form</SubType> - </Compile> + <Compile Include="DummyTaskList.cs" /> <Compile Include="DummyTaskList.Designer.cs"> <DependentUpon>DummyTaskList.cs</DependentUpon> </Compile> - <Compile Include="DummyToolbox.cs"> - <SubType>Form</SubType> - </Compile> + <Compile Include="DummyToolbox.cs" /> <Compile Include="DummyToolbox.Designer.cs"> <DependentUpon>DummyToolbox.cs</DependentUpon> </Compile> @@ -88,15 +97,9 @@ <Compile Include="Customization\InertButton.cs"> <SubType>Component</SubType> </Compile> - <Compile Include="Customization\VS2003AutoHideStrip.cs"> - <SubType>Component</SubType> - </Compile> - <Compile Include="Customization\VS2003DockPaneCaption.cs"> - <SubType>Component</SubType> - </Compile> - <Compile Include="Customization\VS2003DockPaneStrip.cs"> - <SubType>Component</SubType> - </Compile> + <Compile Include="Customization\VS2003AutoHideStrip.cs" /> + <Compile Include="Customization\VS2003DockPaneCaption.cs" /> + <Compile Include="Customization\VS2003DockPaneStrip.cs" /> <Compile Include="MainForm.cs"> <SubType>Form</SubType> </Compile> @@ -166,9 +169,7 @@ <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> </Compile> - <Compile Include="ToolWindow.cs"> - <SubType>Form</SubType> - </Compile> + <Compile Include="ToolWindow.cs" /> <Compile Include="ToolWindow.Designer.cs"> <DependentUpon>ToolWindow.cs</DependentUpon> </Compile> @@ -313,6 +314,23 @@ <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> </ItemGroup> + <ItemGroup> + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1</ProductName> + <Install>true</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> + <Visible>False</Visible> + <ProductName>Windows Installer 3.1</ProductName> + <Install>true</Install> + </BootstrapperPackage> + </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. |