-
Notifications
You must be signed in to change notification settings - Fork 0
/
SimlifiedSampleWithOnlineAPIs.sln
43 lines (43 loc) · 2.65 KB
/
SimlifiedSampleWithOnlineAPIs.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.852
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meow", "samples\ConsoleSample-usingCatApi\Meow.csproj", "{F89AADAA-1C9E-4125-B6CF-9AD1E6CD94F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSamples-usingGitHubApi", "samples\WebSamples-usingGitHubApi\WebSamples-usingGitHubApi.csproj", "{C273D768-B992-4E4D-A89A-BD0FB4A1B025}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterfaceLibrary", "InterLibraries\InterfaceLibrary\InterfaceLibrary.csproj", "{3E2BFC47-D6CA-4CCE-9999-1AF94191E4F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSample_usingGitHubApiAndLibrary", "samples\WebSample_usingGitHubApi&Library\WebSample_usingGitHubApiAndLibrary.csproj", "{C48EA216-A8D6-40C3-813E-20D00089967E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F89AADAA-1C9E-4125-B6CF-9AD1E6CD94F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F89AADAA-1C9E-4125-B6CF-9AD1E6CD94F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F89AADAA-1C9E-4125-B6CF-9AD1E6CD94F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F89AADAA-1C9E-4125-B6CF-9AD1E6CD94F1}.Release|Any CPU.Build.0 = Release|Any CPU
{C273D768-B992-4E4D-A89A-BD0FB4A1B025}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C273D768-B992-4E4D-A89A-BD0FB4A1B025}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C273D768-B992-4E4D-A89A-BD0FB4A1B025}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C273D768-B992-4E4D-A89A-BD0FB4A1B025}.Release|Any CPU.Build.0 = Release|Any CPU
{3E2BFC47-D6CA-4CCE-9999-1AF94191E4F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E2BFC47-D6CA-4CCE-9999-1AF94191E4F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E2BFC47-D6CA-4CCE-9999-1AF94191E4F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E2BFC47-D6CA-4CCE-9999-1AF94191E4F7}.Release|Any CPU.Build.0 = Release|Any CPU
{C48EA216-A8D6-40C3-813E-20D00089967E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C48EA216-A8D6-40C3-813E-20D00089967E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C48EA216-A8D6-40C3-813E-20D00089967E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C48EA216-A8D6-40C3-813E-20D00089967E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCB37AC1-9A6D-4947-AA9D-61B0A757E0D6}
EndGlobalSection
EndGlobal