diff --git a/ChromeStarter/ChromeStarter.sln b/ChromeStarter/ChromeStarter.sln new file mode 100644 index 0000000..5e0d040 --- /dev/null +++ b/ChromeStarter/ChromeStarter.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34009.444 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChromeStarter", "ChromeStarter\ChromeStarter.csproj", "{A8085959-EACA-440A-B916-ABC702A251C8}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A8085959-EACA-440A-B916-ABC702A251C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A8085959-EACA-440A-B916-ABC702A251C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A8085959-EACA-440A-B916-ABC702A251C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A8085959-EACA-440A-B916-ABC702A251C8}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1AAB3BBD-F4F7-4AC7-9890-83762AD3A8F3} + EndGlobalSection +EndGlobal diff --git a/ChromeStarter/ChromeStarter/App.config b/ChromeStarter/ChromeStarter/App.config new file mode 100644 index 0000000..89edd34 --- /dev/null +++ b/ChromeStarter/ChromeStarter/App.config @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/ChromeStarter/ChromeStarter/App.xaml b/ChromeStarter/ChromeStarter/App.xaml new file mode 100644 index 0000000..a4a33cf --- /dev/null +++ b/ChromeStarter/ChromeStarter/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/ChromeStarter/ChromeStarter/App.xaml.cs b/ChromeStarter/ChromeStarter/App.xaml.cs new file mode 100644 index 0000000..8215229 --- /dev/null +++ b/ChromeStarter/ChromeStarter/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace ChromeStarter +{ + /// + /// App.xaml에 대한 상호 작용 논리 + /// + public partial class App : Application + { + } +} diff --git a/ChromeStarter/ChromeStarter/ChromeStarter.csproj b/ChromeStarter/ChromeStarter/ChromeStarter.csproj new file mode 100644 index 0000000..57c65a2 --- /dev/null +++ b/ChromeStarter/ChromeStarter/ChromeStarter.csproj @@ -0,0 +1,115 @@ + + + + + Debug + AnyCPU + {A8085959-EACA-440A-B916-ABC702A251C8} + WinExe + ChromeStarter + ChromeStarter + v4.8 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + Icon.ico + + + + ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll + + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + Always + + + + + + + \ No newline at end of file diff --git a/ChromeStarter/ChromeStarter/Icon.ico b/ChromeStarter/ChromeStarter/Icon.ico new file mode 100644 index 0000000..a0595e5 Binary files /dev/null and b/ChromeStarter/ChromeStarter/Icon.ico differ diff --git a/ChromeStarter/ChromeStarter/MainWindow.xaml b/ChromeStarter/ChromeStarter/MainWindow.xaml new file mode 100644 index 0000000..a6d9dbe --- /dev/null +++ b/ChromeStarter/ChromeStarter/MainWindow.xaml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + +