-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGraph2AutoTask.sln
37 lines (37 loc) · 2.05 KB
/
Graph2AutoTask.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 16
VisualStudioVersion = 16.0.29827.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Graph2AutoTask", "Graph2AutoTask\Graph2AutoTask.csproj", "{934144D2-FDE1-45EB-B704-07B119AF656B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutotaskPSA", "AutotaskAPI\AutotaskPSA.csproj", "{E68BCF3B-3C9B-443E-8328-BD68631123B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpsGenieAPICore", "OpsGenieAPICore\OpsGenieAPICore.csproj", "{9513A14C-6A04-4699-A9F7-EE49C8454196}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{934144D2-FDE1-45EB-B704-07B119AF656B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{934144D2-FDE1-45EB-B704-07B119AF656B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{934144D2-FDE1-45EB-B704-07B119AF656B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{934144D2-FDE1-45EB-B704-07B119AF656B}.Release|Any CPU.Build.0 = Release|Any CPU
{E68BCF3B-3C9B-443E-8328-BD68631123B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E68BCF3B-3C9B-443E-8328-BD68631123B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E68BCF3B-3C9B-443E-8328-BD68631123B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E68BCF3B-3C9B-443E-8328-BD68631123B9}.Release|Any CPU.Build.0 = Release|Any CPU
{9513A14C-6A04-4699-A9F7-EE49C8454196}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9513A14C-6A04-4699-A9F7-EE49C8454196}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9513A14C-6A04-4699-A9F7-EE49C8454196}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9513A14C-6A04-4699-A9F7-EE49C8454196}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31E1D8D5-8637-4D13-B89E-1789BD7D70A5}
EndGlobalSection
EndGlobal