-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApiSample.sln
37 lines (37 loc) · 2.07 KB
/
ApiSample.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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Shared", "Sample.Shared\Sample.Shared.csproj", "{130E310A-58CB-4F20-BF45-38C894989743}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Machine2Machine", "Sample.Machine2Machine\Sample.Machine2Machine.csproj", "{19B81971-971C-436B-A2FA-0A1F566CA887}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.WebApp", "Sample.WebApp\Sample.WebApp.csproj", "{6944D2B9-ECA1-483D-83AE-554D363E6CCE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{130E310A-58CB-4F20-BF45-38C894989743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{130E310A-58CB-4F20-BF45-38C894989743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{130E310A-58CB-4F20-BF45-38C894989743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{130E310A-58CB-4F20-BF45-38C894989743}.Release|Any CPU.Build.0 = Release|Any CPU
{19B81971-971C-436B-A2FA-0A1F566CA887}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19B81971-971C-436B-A2FA-0A1F566CA887}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19B81971-971C-436B-A2FA-0A1F566CA887}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19B81971-971C-436B-A2FA-0A1F566CA887}.Release|Any CPU.Build.0 = Release|Any CPU
{6944D2B9-ECA1-483D-83AE-554D363E6CCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6944D2B9-ECA1-483D-83AE-554D363E6CCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6944D2B9-ECA1-483D-83AE-554D363E6CCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6944D2B9-ECA1-483D-83AE-554D363E6CCE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55CD817B-60B6-4AAD-95C7-E6EA35DB2EE5}
EndGlobalSection
EndGlobal