-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathGetSystem.sln
More file actions
25 lines (25 loc) · 1.06 KB
/
GetSystem.sln
File metadata and controls
25 lines (25 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetSystem", "GetSystem.csproj", "{629F86E6-44FE-4C9C-B043-1C9B64BE6D5A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{629F86E6-44FE-4C9C-B043-1C9B64BE6D5A}.Debug|x64.ActiveCfg = Debug|Any CPU
{629F86E6-44FE-4C9C-B043-1C9B64BE6D5A}.Debug|x64.Build.0 = Debug|Any CPU
{629F86E6-44FE-4C9C-B043-1C9B64BE6D5A}.Release|x64.ActiveCfg = Release|Any CPU
{629F86E6-44FE-4C9C-B043-1C9B64BE6D5A}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA8E5DF5-41A2-4B82-A421-DCDD921A5D20}
EndGlobalSection
EndGlobal