--- trunk/deps/WeifenLuo.WinFormsUI.Docking/DockSample/DockSample.csproj 2012/05/11 11:31:06 141 +++ trunk/deps/WeifenLuo.WinFormsUI.Docking/DockSample/DockSample.csproj 2012/05/11 11:37:14 143 @@ -48,6 +48,26 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> + <DebugSymbols>true</DebugSymbols> + <OutputPath>bin\Debug\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <DebugType>full</DebugType> + <PlatformTarget>x86</PlatformTarget> + <ErrorReport>prompt</ErrorReport> + <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> + <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> + <OutputPath>bin\x86\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <Optimize>true</Optimize> + <DebugType>pdbonly</DebugType> + <PlatformTarget>x86</PlatformTarget> + <ErrorReport>prompt</ErrorReport> + <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> + <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> + </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Data" /> @@ -68,27 +88,39 @@ <Compile Include="MainForm2.Designer.cs"> <DependentUpon>MainForm2.cs</DependentUpon> </Compile> - <Compile Include="DummyDoc.cs" /> + <Compile Include="DummyDoc.cs"> + <SubType>Form</SubType> + </Compile> <Compile Include="DummyDoc.Designer.cs"> <DependentUpon>DummyDoc.cs</DependentUpon> </Compile> - <Compile Include="DummyOutputWindow.cs" /> + <Compile Include="DummyOutputWindow.cs"> + <SubType>Form</SubType> + </Compile> <Compile Include="DummyOutputWindow.Designer.cs"> <DependentUpon>DummyOutputWindow.cs</DependentUpon> </Compile> - <Compile Include="DummyPropertyWindow.cs" /> + <Compile Include="DummyPropertyWindow.cs"> + <SubType>Form</SubType> + </Compile> <Compile Include="DummyPropertyWindow.Designer.cs"> <DependentUpon>DummyPropertyWindow.cs</DependentUpon> </Compile> - <Compile Include="DummySolutionExplorer.cs" /> + <Compile Include="DummySolutionExplorer.cs"> + <SubType>Form</SubType> + </Compile> <Compile Include="DummySolutionExplorer.Designer.cs"> <DependentUpon>DummySolutionExplorer.cs</DependentUpon> </Compile> - <Compile Include="DummyTaskList.cs" /> + <Compile Include="DummyTaskList.cs"> + <SubType>Form</SubType> + </Compile> <Compile Include="DummyTaskList.Designer.cs"> <DependentUpon>DummyTaskList.cs</DependentUpon> </Compile> - <Compile Include="DummyToolbox.cs" /> + <Compile Include="DummyToolbox.cs"> + <SubType>Form</SubType> + </Compile> <Compile Include="DummyToolbox.Designer.cs"> <DependentUpon>DummyToolbox.cs</DependentUpon> </Compile> @@ -97,9 +129,15 @@ <Compile Include="Customization\InertButton.cs"> <SubType>Component</SubType> </Compile> - <Compile Include="Customization\VS2003AutoHideStrip.cs" /> - <Compile Include="Customization\VS2003DockPaneCaption.cs" /> - <Compile Include="Customization\VS2003DockPaneStrip.cs" /> + <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="MainForm.cs"> <SubType>Form</SubType> </Compile> @@ -169,7 +207,9 @@ <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> </Compile> - <Compile Include="ToolWindow.cs" /> + <Compile Include="ToolWindow.cs"> + <SubType>Form</SubType> + </Compile> <Compile Include="ToolWindow.Designer.cs"> <DependentUpon>ToolWindow.cs</DependentUpon> </Compile> @@ -310,11 +350,6 @@ <None Include="Customization\Resources\DockPaneStrip_ScrollRightDisabled.bmp" /> </ItemGroup> <ItemGroup> - <None Include="license.txt"> - <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> @@ -331,6 +366,11 @@ <Install>true</Install> </BootstrapperPackage> </ItemGroup> + <ItemGroup> + <Content Include="..\WinFormsUI\WeifenLuo.WinFormsUI.Docking-license.txt"> + <Link>WeifenLuo.WinFormsUI.Docking-license.txt</Link> + </Content> + </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. |