-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathemmy-api.sln
More file actions
32 lines (32 loc) · 1.58 KB
/
emmy-api.sln
File metadata and controls
32 lines (32 loc) · 1.58 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{B36A84DF-456D-A817-6EDD-3EC3E7F6E11F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "csharp", "csharp", "{06E8C8A7-A0E8-98DE-8946-9CF52B15DA27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmmyApiAuthAndRequestExample", "examples\csharp\EmmyApiAuthAndRequestExample.csproj", "{C89EC243-8CBD-D016-D0FA-7257E53127AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C89EC243-8CBD-D016-D0FA-7257E53127AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C89EC243-8CBD-D016-D0FA-7257E53127AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C89EC243-8CBD-D016-D0FA-7257E53127AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C89EC243-8CBD-D016-D0FA-7257E53127AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{06E8C8A7-A0E8-98DE-8946-9CF52B15DA27} = {B36A84DF-456D-A817-6EDD-3EC3E7F6E11F}
{C89EC243-8CBD-D016-D0FA-7257E53127AB} = {06E8C8A7-A0E8-98DE-8946-9CF52B15DA27}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BABDA05-9FEC-43DD-89AA-83B91AD421F6}
EndGlobalSection
EndGlobal