Skip to content

Commit

Permalink
Merge pull request #1 from EpicMorg/develop
Browse files Browse the repository at this point in the history
1.0.0.0
  • Loading branch information
stamepicmorg authored Feb 18, 2020
2 parents 622aa38 + 11da398 commit efca79d
Show file tree
Hide file tree
Showing 18 changed files with 4,636 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/windows2go.switcher.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.29721.120
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "windows2go.switcher", "windows2go.switcher\windows2go.switcher.csproj", "{D5523217-5311-4230-B7B1-656E7F9817CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5523217-5311-4230-B7B1-656E7F9817CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5523217-5311-4230-B7B1-656E7F9817CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5523217-5311-4230-B7B1-656E7F9817CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5523217-5311-4230-B7B1-656E7F9817CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7B3497A-49F5-4A20-80FD-83B0F1B8F1AB}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions src/windows2go.switcher/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.8" />
</startup>
</configuration>
183 changes: 183 additions & 0 deletions src/windows2go.switcher/FormMain.Designer.cs

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

Loading

0 comments on commit efca79d

Please sign in to comment.