<Project Sdk="Microsoft.NET.Sdk">
|
<PropertyGroup>
|
<OutputType>Library</OutputType>
|
<Nullable>enable</Nullable>
|
<UseWindowsForms>true</UseWindowsForms>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>Microsoft.Windows.Forms</RootNamespace>
|
<AssemblyName>Microsoft.Windows.Forms</AssemblyName>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<OutputPath>..\_Output\Debug\</OutputPath>
|
<DocumentationFile>..\_Output\Debug\Microsoft.Windows.Forms.xml</DocumentationFile>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
<OutputPath>..\_Output\Release\</OutputPath>
|
<DocumentationFile>..\_Output\Release\Microsoft.Windows.Forms.xml</DocumentationFile>
|
</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>
|
</Project>
|