Skip to content

Commit

Permalink
CircleAnglePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
meet-aleksey committed Feb 4, 2018
0 parents commit 21acf91
Show file tree
Hide file tree
Showing 27 changed files with 3,265 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/packages
bin
obj
StyleCop.Cache
*.user
/.vs
35 changes: 35 additions & 0 deletions CircleAnglePicker.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CircleAnglePicker", "CircleAnglePicker\CircleAnglePicker.csproj", "{C74E8853-2640-42E3-A731-FB1EDE484C78}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{97A7390D-4CFB-48FF-9E82-966FDE524F26}"
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C74E8853-2640-42E3-A731-FB1EDE484C78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C74E8853-2640-42E3-A731-FB1EDE484C78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C74E8853-2640-42E3-A731-FB1EDE484C78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C74E8853-2640-42E3-A731-FB1EDE484C78}.Release|Any CPU.Build.0 = Release|Any CPU
{97A7390D-4CFB-48FF-9E82-966FDE524F26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97A7390D-4CFB-48FF-9E82-966FDE524F26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97A7390D-4CFB-48FF-9E82-966FDE524F26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97A7390D-4CFB-48FF-9E82-966FDE524F26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01E3C649-9C01-4501-A442-EE9A5013953E}
EndGlobalSection
EndGlobal
52 changes: 52 additions & 0 deletions CircleAnglePicker/CircleAnglePicker.Designer.cs

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

Loading

0 comments on commit 21acf91

Please sign in to comment.