123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{3C753557-ECBB-4963-904C-E42E79E0D344}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Microsoft.Windows.Forms</RootNamespace>
- <AssemblyName>Microsoft.Windows.Forms</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\_Output\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>..\_Output\Debug\Microsoft.Windows.Forms.XML</DocumentationFile>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\_Output\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>..\_Output\Release\Microsoft.Windows.Forms.XML</DocumentationFile>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Animate\Animation.cs" />
- <Compile Include="Animate\AnimationFrame.cs" />
- <Compile Include="Animate\AnimationFrameType.cs" />
- <Compile Include="Animate\AnimationOperations.cs" />
- <Compile Include="Animate\IAnimation.cs" />
- <Compile Include="Animate\UIGradientAnimation.cs" />
- <Compile Include="Animate\UIImageAnimation.cs" />
- <Compile Include="Animate\UILinearAnimation.cs" />
- <Compile Include="Controls\IUIControl.0.cs" />
- <Compile Include="Controls\IUIControl.1.Layout.cs" />
- <Compile Include="Controls\IUIControl.2.Behaviour.cs" />
- <Compile Include="Controls\IUIControl.3.Appearance.cs" />
- <Compile Include="Controls\IUIControl.4.Render.cs" />
- <Compile Include="Controls\IUIControl.5.Events.cs" />
- <Compile Include="Controls\IUIWindow.cs" />
- <Compile Include="Controls\UIButton\UIButton.cs" />
- <Compile Include="Controls\UIControl\UIControl.0.cs" />
- <Compile Include="Controls\UIControl\UIControl.1.Layout.cs" />
- <Compile Include="Controls\UIControl\UIControl.2Behaviour.cs" />
- <Compile Include="Controls\UIControl\UIControl.3.Appearance.cs" />
- <Compile Include="Controls\UIControl\UIControl.4.Render.cs" />
- <Compile Include="Controls\UIControl\UIControl.5.WndProc.cs" />
- <Compile Include="Controls\UIControl\UIControl.6.Events.cs" />
- <Compile Include="Controls\UIControl\UIControl.7.Dispose.cs" />
- <Compile Include="Controls\UIControl\UIControl.8.Util.cs" />
- <Compile Include="Controls\UIControl\UIControl.UIControlCollection.cs" />
- <Compile Include="Controls\UIForm\UIForm.0.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Controls\UIForm\UIForm.1.Layout.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Controls\UIForm\UIForm.2.Behaviour.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Controls\UIForm\UIForm.3.Appearance.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Controls\UIForm\UIForm.4.Render.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Controls\UIForm\UIForm.5.WndProc.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Controls\UIForm\UIForm.6.Events.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Controls\UIForm\UIForm.7.Dispose.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Controls\UIImage\UIImage.cs" />
- <Compile Include="Controls\UILabel\UILabel.cs" />
- <Compile Include="Controls\UILine\UILine.cs" />
- <Compile Include="Controls\UILink\UILink.cs" />
- <Compile Include="Controls\UIMarquee\UIMarquee.cs" />
- <Compile Include="Controls\UIPanel\UIPanel.cs" />
- <Compile Include="Controls\UIProgress\UIProgress.cs" />
- <Compile Include="Controls\UIWinControl\UIWinControl.0.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Controls\UIWinControl\UIWinControl.1.Layout.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Controls\UIWinControl\UIWinControl.2.Behaviour.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Controls\UIWinControl\UIWinControl.3.Appearance.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Controls\UIWinControl\UIWinControl.4.Render.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Controls\UIWinControl\UIWinControl.5.WndProc.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Controls\UIWinControl\UIWinControl.6.Events.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Controls\UIWinControl\UIWinControl.7.Dispose.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DefaultTheme\DefaultTheme.00.Font.cs" />
- <Compile Include="DefaultTheme\DefaultTheme.01.CommonColor.cs" />
- <Compile Include="DefaultTheme\DefaultTheme.02.ForeColor.cs" />
- <Compile Include="DefaultTheme\DefaultTheme.03.BackColor.cs" />
- <Compile Include="DefaultTheme\DefaultTheme.04.BackColorAero.cs" />
- <Compile Include="DefaultTheme\DefaultTheme.05.BorderColor.cs" />
- <Compile Include="DefaultTheme\DefaultTheme.06.InnerBorderColor.cs" />
- <Compile Include="DefaultTheme\DefaultTheme.07.String.cs" />
- <Compile Include="Enums\AeroStyle.cs" />
- <Compile Include="Enums\BlendStyle.cs" />
- <Compile Include="Enums\BorderVisibleStyle.cs" />
- <Compile Include="Enums\CornerStyle.cs" />
- <Compile Include="Enums\ImageLayout9.cs" />
- <Compile Include="Enums\RoundStyle.cs" />
- <Compile Include="Enums\ShadowShapeStyle.cs" />
- <Compile Include="Enums\SizeStyle.cs" />
- <Compile Include="Enums\State.cs" />
- <Compile Include="Layout\LayoutData.cs" />
- <Compile Include="Layout\LayoutOptions.cs" />
- <Compile Include="Layout\LayoutUtils.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Sprite\Sprite.00.cs" />
- <Compile Include="Sprite\Sprite.Method.01.RenderPrepare.cs" />
- <Compile Include="Sprite\Sprite.Method.02.Render.cs" />
- <Compile Include="Sprite\Sprite.Method.03.IDisposable.cs" />
- <Compile Include="Sprite\Sprite.Method.04.Override.cs" />
- <Compile Include="Sprite\Sprite.Property.01.Owner.cs" />
- <Compile Include="Sprite\Sprite.Property.02.State.cs" />
- <Compile Include="Sprite\Sprite.Property.03.Round.cs" />
- <Compile Include="Sprite\Sprite.Property.04.BackColor.cs" />
- <Compile Include="Sprite\Sprite.Property.05.BackColorAero.cs" />
- <Compile Include="Sprite\Sprite.Property.06.BackgroundImage.cs" />
- <Compile Include="Sprite\Sprite.Property.07.BackgroundImage9.cs" />
- <Compile Include="Sprite\Sprite.Property.08.BorderColor.cs" />
- <Compile Include="Sprite\Sprite.Property.09.TextAndImage.cs" />
- <Compile Include="Sprite\Sprite.Property.10.Text.cs" />
- <Compile Include="Sprite\Sprite.Property.11.Image.cs" />
- <Compile Include="Sprite\Sprite.Property.12.Line.cs" />
- <Compile Include="Sprite\Sprite.Property.13.References.cs" />
- <Compile Include="Util\PaintManager.cs" />
- <Compile Include="Util\RandomColor.cs" />
- <Compile Include="Util\RenderEngine.0.cs" />
- <Compile Include="Util\RenderEngine.1.HLSColor.cs" />
- <Compile Include="Util\RenderEngine.2.Color.cs" />
- <Compile Include="Util\RenderEngine.3.Image.cs" />
- <Compile Include="Util\RenderEngine.4.Brush.cs" />
- <Compile Include="Util\RenderEngine.5.GraphicsPath.cs" />
- <Compile Include="Util\RenderEngine.6.Render.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Microsoft.Drawing\Microsoft.Drawing.csproj">
- <Project>{2421b8b6-355e-4e6e-8955-1beb1a4c1b84}</Project>
- <Name>Microsoft.Drawing</Name>
- </ProjectReference>
- <ProjectReference Include="..\Microsoft.Win32\Microsoft.Win32.csproj">
- <Project>{b1d6b045-127c-47fc-adf2-ce3957f4d694}</Project>
- <Name>Microsoft.Win32</Name>
- </ProjectReference>
- <ProjectReference Include="..\Microsoft\Microsoft.csproj">
- <Project>{f2a4d4c2-a948-4351-9d46-117f372ab4a4}</Project>
- <Name>Microsoft</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\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.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|