You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
3.5 KiB
78 lines
3.5 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.SharpDevelop.Widgets</RootNamespace> |
|
<AssemblyName>ICSharpCode.SharpDevelop.Widgets</AssemblyName> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProjectGuid>{8035765F-D51F-4A0C-A746-2FD100E19419}</ProjectGuid> |
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<SignAssembly>True</SignAssembly> |
|
<AssemblyOriginatorKeyFile>..\..\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile> |
|
<DelaySign>False</DelaySign> |
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<Optimize>False</Optimize> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<Optimize>True</Optimize> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\..\GlobalAssemblyInfo.cs"> |
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
<Compile Include="TreeGrid\CollectionWithEvents.cs" /> |
|
<Compile Include="TreeGrid\DynamicList.cs" /> |
|
<Compile Include="TreeGrid\DynamicListColumn.cs" /> |
|
<Compile Include="TreeGrid\DynamicListItem.cs" /> |
|
<Compile Include="TreeGrid\DynamicListRow.cs" /> |
|
<Compile Include="TreeGrid\DynamicTreeRow.cs" /> |
|
<Compile Include="TreeGrid\ScrollButton.cs" /> |
|
<Compile Include="TreeGrid\VerticalScrollContainer.cs" /> |
|
<Compile Include="DesignHelper.cs" /> |
|
<Compile Include="AutoHide\AutoHideContainer.cs" /> |
|
<Compile Include="AutoHide\AutoHideMenuStripContainer.cs" /> |
|
<Compile Include="AutoHide\AutoHideStatusStripContainer.cs" /> |
|
<Compile Include="SideBar\SideBar.cs" /> |
|
<Compile Include="SideBar\SideTab.cs" /> |
|
<Compile Include="SideBar\SideTabItem.cs" /> |
|
<Compile Include="SpinnerControl.cs" /> |
|
<Compile Include="DesignTimeSupport\DropDownEditor.cs" /> |
|
<Compile Include="DesignTimeSupport\DropDownEditorListBox.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Configuration" /> |
|
<Folder Include="TreeGrid" /> |
|
<Folder Include="AutoHide" /> |
|
<Folder Include="SideBar" /> |
|
<Folder Include="DesignTimeSupport" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |