-
Notifications
You must be signed in to change notification settings - Fork 18
/
ServiceNow.Api.sln
51 lines (51 loc) · 2.9 KB
/
ServiceNow.Api.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
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceNow.Api", "ServiceNow.Api\ServiceNow.Api.csproj", "{5EECF902-DFA8-4C4E-A7D6-D55FB1D352CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceNow.Api.Test", "ServiceNow.Api.Test\ServiceNow.Api.Test.csproj", "{D956BAB1-05DF-43F8-8774-C577B55C0D9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{35C7E7F8-FD1E-4FBB-A0F0-FE6FD1B7B0FF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceNow.Api.DiagCli", "ServiceNow.Api.DiagCli\ServiceNow.Api.DiagCli.csproj", "{17E5ABB3-777C-4367-A714-BAD4EEB2558A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceNow.Api.Example", "ServiceNow.Api.Example\ServiceNow.Api.Example.csproj", "{E2EE3158-C5F6-4FA8-BA71-4D1F1A853FF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5EECF902-DFA8-4C4E-A7D6-D55FB1D352CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EECF902-DFA8-4C4E-A7D6-D55FB1D352CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EECF902-DFA8-4C4E-A7D6-D55FB1D352CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EECF902-DFA8-4C4E-A7D6-D55FB1D352CE}.Release|Any CPU.Build.0 = Release|Any CPU
{D956BAB1-05DF-43F8-8774-C577B55C0D9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D956BAB1-05DF-43F8-8774-C577B55C0D9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D956BAB1-05DF-43F8-8774-C577B55C0D9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D956BAB1-05DF-43F8-8774-C577B55C0D9B}.Release|Any CPU.Build.0 = Release|Any CPU
{17E5ABB3-777C-4367-A714-BAD4EEB2558A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17E5ABB3-777C-4367-A714-BAD4EEB2558A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17E5ABB3-777C-4367-A714-BAD4EEB2558A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17E5ABB3-777C-4367-A714-BAD4EEB2558A}.Release|Any CPU.Build.0 = Release|Any CPU
{E2EE3158-C5F6-4FA8-BA71-4D1F1A853FF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2EE3158-C5F6-4FA8-BA71-4D1F1A853FF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2EE3158-C5F6-4FA8-BA71-4D1F1A853FF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2EE3158-C5F6-4FA8-BA71-4D1F1A853FF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCE707BD-EAF7-4551-968C-7D2D3DBB4B76}
EndGlobalSection
EndGlobal