-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathServiceInsight.sln
More file actions
57 lines (57 loc) · 3.42 KB
/
Copy pathServiceInsight.sln
File metadata and controls
57 lines (57 loc) · 3.42 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInsight.Tests", "ServiceInsight.Tests\ServiceInsight.Tests.csproj", "{61F87540-03E3-4E72-9647-FA2108AD66A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInsight", "ServiceInsight\ServiceInsight.csproj", "{C7EB8BB8-813B-4CFD-83DF-7F38D8DD89EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Installer", "Installer", "{5338FEE7-FEE1-49AC-839B-A6D9988F9841}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Setup", "Setup\Setup.csproj", "{AA3D4052-9083-4A3F-B151-C2E1E909D00F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC045476-ED54-426A-AF10-BC3AAA841175}"
ProjectSection(SolutionItems) = preProject
Custom.Build.props = Custom.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInsight.Sdk", "ServiceInsight.Sdk\ServiceInsight.Sdk.csproj", "{7EF919F1-B497-4478-8EB4-ECDB241F4A88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInsight.CustomViewer.Plugin", "ServiceInsight.CustomViewer.Plugin\ServiceInsight.CustomViewer.Plugin.csproj", "{B626BF87-E0D0-4A56-91E9-1D6ABEFE30F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61F87540-03E3-4E72-9647-FA2108AD66A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61F87540-03E3-4E72-9647-FA2108AD66A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61F87540-03E3-4E72-9647-FA2108AD66A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61F87540-03E3-4E72-9647-FA2108AD66A2}.Release|Any CPU.Build.0 = Release|Any CPU
{C7EB8BB8-813B-4CFD-83DF-7F38D8DD89EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7EB8BB8-813B-4CFD-83DF-7F38D8DD89EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7EB8BB8-813B-4CFD-83DF-7F38D8DD89EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7EB8BB8-813B-4CFD-83DF-7F38D8DD89EF}.Release|Any CPU.Build.0 = Release|Any CPU
{AA3D4052-9083-4A3F-B151-C2E1E909D00F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA3D4052-9083-4A3F-B151-C2E1E909D00F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EF919F1-B497-4478-8EB4-ECDB241F4A88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EF919F1-B497-4478-8EB4-ECDB241F4A88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EF919F1-B497-4478-8EB4-ECDB241F4A88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EF919F1-B497-4478-8EB4-ECDB241F4A88}.Release|Any CPU.Build.0 = Release|Any CPU
{B626BF87-E0D0-4A56-91E9-1D6ABEFE30F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B626BF87-E0D0-4A56-91E9-1D6ABEFE30F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B626BF87-E0D0-4A56-91E9-1D6ABEFE30F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B626BF87-E0D0-4A56-91E9-1D6ABEFE30F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AA3D4052-9083-4A3F-B151-C2E1E909D00F} = {5338FEE7-FEE1-49AC-839B-A6D9988F9841}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {91C923F6-F4BA-4431-A76D-A5D18A45E918}
EndGlobalSection
EndGlobal