diff options
| author | Alkaline Thunder <[email protected]> | 2018-12-28 00:06:43 -0500 |
|---|---|---|
| committer | Alkaline Thunder <[email protected]> | 2018-12-28 00:06:43 -0500 |
| commit | 3cde475dc1cf291f3643f61f30e2d8158969344c (patch) | |
| tree | d74abcf310bfa403086b1106b7aab588ba4d3350 /ShiftOS/ShiftOS.sln | |
| parent | b3dc62886b395d80483f1a8deb1d39fe84f65fa3 (diff) | |
| download | shiftos-challenge-3cde475dc1cf291f3643f61f30e2d8158969344c.tar.gz shiftos-challenge-3cde475dc1cf291f3643f61f30e2d8158969344c.tar.bz2 shiftos-challenge-3cde475dc1cf291f3643f61f30e2d8158969344c.zip | |
Initial commit: System context work.
Diffstat (limited to 'ShiftOS/ShiftOS.sln')
| -rw-r--r-- | ShiftOS/ShiftOS.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ShiftOS/ShiftOS.sln b/ShiftOS/ShiftOS.sln new file mode 100644 index 0000000..2e50a69 --- /dev/null +++ b/ShiftOS/ShiftOS.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28010.2050 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShiftOS", "ShiftOS\ShiftOS.csproj", "{18E84DF0-695C-4D78-BE74-0D2C203469A6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {18E84DF0-695C-4D78-BE74-0D2C203469A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {18E84DF0-695C-4D78-BE74-0D2C203469A6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {18E84DF0-695C-4D78-BE74-0D2C203469A6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {18E84DF0-695C-4D78-BE74-0D2C203469A6}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {18A02625-1D24-43D0-840D-C11EE215FA42} + EndGlobalSection +EndGlobal |
