-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathScope.sln
More file actions
35 lines (35 loc) · 1.8 KB
/
Scope.sln
File metadata and controls
35 lines (35 loc) · 1.8 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
26
27
28
29
30
31
32
33
34
35
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scope.Client", "Scope.Client\Scope.Client.csproj", "{9C7638E6-FA60-47DC-B4E1-83B6F83CFC42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scope.Installer", "Scope.Installer\Scope.Installer.csproj", "{71CEFA8E-FE1E-40DE-8714-37612EC64BA8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB159680-BB5A-462E-ADC4-FBE9BADC5F9D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C7638E6-FA60-47DC-B4E1-83B6F83CFC42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C7638E6-FA60-47DC-B4E1-83B6F83CFC42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C7638E6-FA60-47DC-B4E1-83B6F83CFC42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C7638E6-FA60-47DC-B4E1-83B6F83CFC42}.Release|Any CPU.Build.0 = Release|Any CPU
{71CEFA8E-FE1E-40DE-8714-37612EC64BA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71CEFA8E-FE1E-40DE-8714-37612EC64BA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71CEFA8E-FE1E-40DE-8714-37612EC64BA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71CEFA8E-FE1E-40DE-8714-37612EC64BA8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5147D44D-D100-4F14-9AF3-290A2C766DA3}
EndGlobalSection
EndGlobal