Skip to content

Commit

Permalink
Gradient Form
Browse files Browse the repository at this point in the history
  • Loading branch information
moortezaa committed Jan 12, 2022
1 parent 628c87a commit 6289653
Show file tree
Hide file tree
Showing 12 changed files with 937 additions and 0 deletions.
25 changes: 25 additions & 0 deletions GraphicsToolKit.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28917.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphicsToolKit", "GraphicsToolKit\GraphicsToolKit.csproj", "{A5D47250-59EF-4494-B435-12475D9400FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5D47250-59EF-4494-B435-12475D9400FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5D47250-59EF-4494-B435-12475D9400FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5D47250-59EF-4494-B435-12475D9400FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5D47250-59EF-4494-B435-12475D9400FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6804A9BA-5499-4F0D-A3CF-A2FF860FD1ED}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions GraphicsToolKit/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
187 changes: 187 additions & 0 deletions GraphicsToolKit/GradientForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6289653

Please sign in to comment.