-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGTS-Standalone-SdkManager.sln
31 lines (31 loc) · 1.58 KB
/
GTS-Standalone-SdkManager.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StandaloneSDKManager", "SdkManager.UI\StandaloneSDKManager.csproj", "{94F76DFD-AEAA-46A3-BBA0-A7580EA72FE2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SdkManager.Core", "SdkManager.Core\SdkManager.Core.csproj", "{A0A3B5AE-80B3-4CE1-9279-EEB741861046}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94F76DFD-AEAA-46A3-BBA0-A7580EA72FE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94F76DFD-AEAA-46A3-BBA0-A7580EA72FE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94F76DFD-AEAA-46A3-BBA0-A7580EA72FE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94F76DFD-AEAA-46A3-BBA0-A7580EA72FE2}.Release|Any CPU.Build.0 = Release|Any CPU
{A0A3B5AE-80B3-4CE1-9279-EEB741861046}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0A3B5AE-80B3-4CE1-9279-EEB741861046}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0A3B5AE-80B3-4CE1-9279-EEB741861046}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0A3B5AE-80B3-4CE1-9279-EEB741861046}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4DF4DF96-3655-415B-8DAE-F38BA2BA28AF}
EndGlobalSection
EndGlobal