166 lines
7.7 KiB
XML
166 lines
7.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{BA49D193-A334-4D34-8835-510654776102}</ProjectGuid>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Gwen</RootNamespace>
|
|
<AssemblyName>Gwen</AssemblyName>
|
|
<TargetFrameworkProfile>Profile14</TargetFrameworkProfile>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Align.cs" />
|
|
<Compile Include="Color.cs" />
|
|
<Compile Include="Font.cs" />
|
|
<Compile Include="HSV.cs" />
|
|
<Compile Include="Key.cs" />
|
|
<Compile Include="Margin.cs" />
|
|
<Compile Include="Padding.cs" />
|
|
<Compile Include="Point.cs" />
|
|
<Compile Include="Pos.cs" />
|
|
<Compile Include="Rectangle.cs" />
|
|
<Compile Include="Texture.cs" />
|
|
<Compile Include="ToolTip.cs" />
|
|
<Compile Include="Util.cs" />
|
|
<Compile Include="Anim\Animation.cs" />
|
|
<Compile Include="Anim\TimedAnimation.cs" />
|
|
<Compile Include="Anim\Size\Height.cs" />
|
|
<Compile Include="Anim\Size\Width.cs" />
|
|
<Compile Include="Control\Base.cs" />
|
|
<Compile Include="Control\Button.cs" />
|
|
<Compile Include="Control\Canvas.cs" />
|
|
<Compile Include="Control\CheckBox.cs" />
|
|
<Compile Include="Control\CollapsibleCategory.cs" />
|
|
<Compile Include="Control\CollapsibleList.cs" />
|
|
<Compile Include="Control\ColorLerpBox.cs" />
|
|
<Compile Include="Control\ColorPicker.cs" />
|
|
<Compile Include="Control\ColorSlider.cs" />
|
|
<Compile Include="Control\ComboBox.cs" />
|
|
<Compile Include="Control\CrossSplitter.cs" />
|
|
<Compile Include="Control\DockBase.cs" />
|
|
<Compile Include="Control\DockedTabControl.cs" />
|
|
<Compile Include="Control\GroupBox.cs" />
|
|
<Compile Include="Control\HSVColorPicker.cs" />
|
|
<Compile Include="Control\HorizontalScrollBar.cs" />
|
|
<Compile Include="Control\HorizontalSlider.cs" />
|
|
<Compile Include="Control\HorizontalSplitter.cs" />
|
|
<Compile Include="Control\IColorPicker.cs" />
|
|
<Compile Include="Control\ImagePanel.cs" />
|
|
<Compile Include="Control\Label.cs" />
|
|
<Compile Include="Control\LabelClickable.cs" />
|
|
<Compile Include="Control\LabeledCheckBox.cs" />
|
|
<Compile Include="Control\LabeledRadioButton.cs" />
|
|
<Compile Include="Control\ListBox.cs" />
|
|
<Compile Include="Control\ListBoxRow.cs" />
|
|
<Compile Include="Control\Menu.cs" />
|
|
<Compile Include="Control\MenuItem.cs" />
|
|
<Compile Include="Control\MenuStrip.cs" />
|
|
<Compile Include="Control\MessageBox.cs" />
|
|
<Compile Include="Control\NumericUpDown.cs" />
|
|
<Compile Include="Control\ProgressBar.cs" />
|
|
<Compile Include="Control\Properties.cs" />
|
|
<Compile Include="Control\PropertyRow.cs" />
|
|
<Compile Include="Control\PropertyTree.cs" />
|
|
<Compile Include="Control\RadioButton.cs" />
|
|
<Compile Include="Control\RadioButtonGroup.cs" />
|
|
<Compile Include="Control\ResizableControl.cs" />
|
|
<Compile Include="Control\RichLabel.cs" />
|
|
<Compile Include="Control\ScrollBar.cs" />
|
|
<Compile Include="Control\ScrollControl.cs" />
|
|
<Compile Include="Control\Slider.cs" />
|
|
<Compile Include="Control\StatusBar.cs" />
|
|
<Compile Include="Control\TabButton.cs" />
|
|
<Compile Include="Control\TabControl.cs" />
|
|
<Compile Include="Control\TabStrip.cs" />
|
|
<Compile Include="Control\TabTitleBar.cs" />
|
|
<Compile Include="Control\TextBox.cs" />
|
|
<Compile Include="Control\TextBoxNumeric.cs" />
|
|
<Compile Include="Control\TextBoxPassword.cs" />
|
|
<Compile Include="Control\TreeControl.cs" />
|
|
<Compile Include="Control\TreeNode.cs" />
|
|
<Compile Include="Control\VerticalScrollBar.cs" />
|
|
<Compile Include="Control\VerticalSlider.cs" />
|
|
<Compile Include="Control\VerticalSplitter.cs" />
|
|
<Compile Include="Control\WindowControl.cs" />
|
|
<Compile Include="Control\Layout\Positioner.cs" />
|
|
<Compile Include="Control\Layout\Splitter.cs" />
|
|
<Compile Include="Control\Layout\Table.cs" />
|
|
<Compile Include="Control\Layout\TableRow.cs" />
|
|
<Compile Include="Control\Property\Base.cs" />
|
|
<Compile Include="Control\Property\Check.cs" />
|
|
<Compile Include="Control\Property\Color.cs" />
|
|
<Compile Include="Control\Property\Text.cs" />
|
|
<Compile Include="ControlInternal\CategoryButton.cs" />
|
|
<Compile Include="ControlInternal\CategoryHeaderButton.cs" />
|
|
<Compile Include="ControlInternal\CloseButton.cs" />
|
|
<Compile Include="ControlInternal\ColorButton.cs" />
|
|
<Compile Include="ControlInternal\ColorDisplay.cs" />
|
|
<Compile Include="ControlInternal\DownArrow.cs" />
|
|
<Compile Include="ControlInternal\Dragger.cs" />
|
|
<Compile Include="ControlInternal\Highlight.cs" />
|
|
<Compile Include="ControlInternal\MenuDivider.cs" />
|
|
<Compile Include="ControlInternal\Modal.cs" />
|
|
<Compile Include="ControlInternal\PropertyRowLabel.cs" />
|
|
<Compile Include="ControlInternal\PropertyTreeNode.cs" />
|
|
<Compile Include="ControlInternal\Resizer.cs" />
|
|
<Compile Include="ControlInternal\RightArrow.cs" />
|
|
<Compile Include="ControlInternal\ScrollBarBar.cs" />
|
|
<Compile Include="ControlInternal\ScrollBarButton.cs" />
|
|
<Compile Include="ControlInternal\SliderBar.cs" />
|
|
<Compile Include="ControlInternal\SplitterBar.cs" />
|
|
<Compile Include="ControlInternal\TabControlInner.cs" />
|
|
<Compile Include="ControlInternal\Text.cs" />
|
|
<Compile Include="ControlInternal\TreeNodeLabel.cs" />
|
|
<Compile Include="ControlInternal\TreeToggleButton.cs" />
|
|
<Compile Include="ControlInternal\UpDownButton_Down.cs" />
|
|
<Compile Include="ControlInternal\UpDownButton_Up.cs" />
|
|
<Compile Include="DragDrop\DragAndDrop.cs" />
|
|
<Compile Include="DragDrop\Package.cs" />
|
|
<Compile Include="Input\InputHandler.cs" />
|
|
<Compile Include="Input\KeyData.cs" />
|
|
<Compile Include="Platform\Neutral.cs" />
|
|
<Compile Include="Renderer\Base.cs" />
|
|
<Compile Include="Renderer\ICacheToTexture.cs" />
|
|
<Compile Include="Skin\Base.cs" />
|
|
<Compile Include="Skin\Simple.cs" />
|
|
<Compile Include="Skin\SkinColors.cs" />
|
|
<Compile Include="Skin\TexturedBase.cs" />
|
|
<Compile Include="Skin\Texturing\Bordered.cs" />
|
|
<Compile Include="Skin\Texturing\Single.cs" />
|
|
<Compile Include="Extensions\ListExtensions.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Folder Include="Extensions\" />
|
|
</ItemGroup>
|
|
</Project> |