diff --git a/ColorPlucker.sln b/ColorPlucker.sln new file mode 100644 index 0000000..5ddfcb3 --- /dev/null +++ b/ColorPlucker.sln @@ -0,0 +1,27 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31611.283 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorPlucker", "ColorPlucker\ColorPlucker.csproj", "{55D66D79-702F-4F83-A578-84924AF669CB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {55D66D79-702F-4F83-A578-84924AF669CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {55D66D79-702F-4F83-A578-84924AF669CB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {55D66D79-702F-4F83-A578-84924AF669CB}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {55D66D79-702F-4F83-A578-84924AF669CB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {55D66D79-702F-4F83-A578-84924AF669CB}.Release|Any CPU.Build.0 = Release|Any CPU + {55D66D79-702F-4F83-A578-84924AF669CB}.Release|Any CPU.Deploy.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572} + EndGlobalSection +EndGlobal diff --git a/ColorPlucker/App.xaml b/ColorPlucker/App.xaml new file mode 100644 index 0000000..fc1d783 --- /dev/null +++ b/ColorPlucker/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/ColorPlucker/App.xaml.cs b/ColorPlucker/App.xaml.cs new file mode 100644 index 0000000..0433d53 --- /dev/null +++ b/ColorPlucker/App.xaml.cs @@ -0,0 +1,11 @@ +namespace ColorPlucker; + +public partial class App : Application +{ + public App() + { + InitializeComponent(); + + MainPage = new MainPage(); + } +} diff --git a/ColorPlucker/AppShell.xaml b/ColorPlucker/AppShell.xaml new file mode 100644 index 0000000..5c4d0b6 --- /dev/null +++ b/ColorPlucker/AppShell.xaml @@ -0,0 +1,14 @@ + + + + + + diff --git a/ColorPlucker/AppShell.xaml.cs b/ColorPlucker/AppShell.xaml.cs new file mode 100644 index 0000000..f1161fe --- /dev/null +++ b/ColorPlucker/AppShell.xaml.cs @@ -0,0 +1,9 @@ +namespace ColorPlucker; + +public partial class AppShell : Shell +{ + public AppShell() + { + InitializeComponent(); + } +} diff --git a/ColorPlucker/ColorPlucker.csproj b/ColorPlucker/ColorPlucker.csproj new file mode 100644 index 0000000..471a78f --- /dev/null +++ b/ColorPlucker/ColorPlucker.csproj @@ -0,0 +1,55 @@ + + + + net7.0-android;net7.0-ios;net7.0-maccatalyst + $(TargetFrameworks);net7.0-windows10.0.19041.0 + + + Exe + ColorPlucker + true + true + enable + + + ColorPlucker + + + com.companyname.colorplucker + 9a35922e-5aa8-43b1-bcba-0ecb4777a908 + + + 1.0 + 1 + + 11.0 + 13.1 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ColorPlucker/MainPage.xaml b/ColorPlucker/MainPage.xaml new file mode 100644 index 0000000..b8aef70 --- /dev/null +++ b/ColorPlucker/MainPage.xaml @@ -0,0 +1,122 @@ + + + + + #FF87B2 + #E74646 + #FFF3E2 + #49D292 + #FAF1E4 + #19A7CE + #F6F1F1 + #916DD5 + #D89CF6 + #F0E3FF + + + + + + + + + + + +