-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTibcoDV API.sln
49 lines (49 loc) · 2.77 KB
/
TibcoDV 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TibcoDV.CLI", "TibcoDV.CLI\TibcoDV.CLI.csproj", "{644FDAE4-07FD-4CDE-88C1-6D5F67EB3BDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TibcoDV.API", "TibcoDV.API\TibcoDV.API.csproj", "{B3BDD7BA-7360-4BF8-B931-E2FDFDFC43EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TibcoDV.CLI.Commons", "TibcoDV.CLI.Commons\TibcoDV.CLI.Commons.csproj", "{4954641B-F582-4F16-9E4D-F2E1D4BDE9A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27EE7903-0501-4D7D-BFF4-00EE3A7CAB50}"
ProjectSection(SolutionItems) = preProject
GlobalSuppressions.cs = GlobalSuppressions.cs
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TibcoDV.CLI.Test.Parser", "TibcoDV.CLI.Test.Parser\TibcoDV.CLI.Test.Parser.csproj", "{32939FC4-DCEC-4FC7-96FF-3202DF8C58EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{644FDAE4-07FD-4CDE-88C1-6D5F67EB3BDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{644FDAE4-07FD-4CDE-88C1-6D5F67EB3BDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{644FDAE4-07FD-4CDE-88C1-6D5F67EB3BDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{644FDAE4-07FD-4CDE-88C1-6D5F67EB3BDF}.Release|Any CPU.Build.0 = Release|Any CPU
{B3BDD7BA-7360-4BF8-B931-E2FDFDFC43EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3BDD7BA-7360-4BF8-B931-E2FDFDFC43EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3BDD7BA-7360-4BF8-B931-E2FDFDFC43EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3BDD7BA-7360-4BF8-B931-E2FDFDFC43EC}.Release|Any CPU.Build.0 = Release|Any CPU
{4954641B-F582-4F16-9E4D-F2E1D4BDE9A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4954641B-F582-4F16-9E4D-F2E1D4BDE9A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4954641B-F582-4F16-9E4D-F2E1D4BDE9A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4954641B-F582-4F16-9E4D-F2E1D4BDE9A3}.Release|Any CPU.Build.0 = Release|Any CPU
{32939FC4-DCEC-4FC7-96FF-3202DF8C58EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32939FC4-DCEC-4FC7-96FF-3202DF8C58EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32939FC4-DCEC-4FC7-96FF-3202DF8C58EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14991B7A-BDF1-4924-A1E0-F57ED773B1E3}
EndGlobalSection
EndGlobal