generated from vb-consulting/RazorSvelte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StructuredLogExplorer.sln
42 lines (41 loc) · 2.32 KB
/
StructuredLogExplorer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solutiom Items", "Solutiom Items", "{F1A7C31E-A5A5-4490-8E08-AABADF5B1990}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StructuredLogExplorer", "Client\StructuredLogExplorer.csproj", "{D8F20331-4F6E-49EF-9706-3CEFDA4C49E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{4E776788-E830-48F4-8620-965952D626CC}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ProcessGraphLayout", "..\process-graph-layout\src\ProcessGraphLayout\ProcessGraphLayout.fsproj", "{1B7F0A1A-4A93-4988-80A8-B2BE65D263A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8F20331-4F6E-49EF-9706-3CEFDA4C49E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8F20331-4F6E-49EF-9706-3CEFDA4C49E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8F20331-4F6E-49EF-9706-3CEFDA4C49E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8F20331-4F6E-49EF-9706-3CEFDA4C49E6}.Release|Any CPU.Build.0 = Release|Any CPU
{4E776788-E830-48F4-8620-965952D626CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E776788-E830-48F4-8620-965952D626CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E776788-E830-48F4-8620-965952D626CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E776788-E830-48F4-8620-965952D626CC}.Release|Any CPU.Build.0 = Release|Any CPU
{1B7F0A1A-4A93-4988-80A8-B2BE65D263A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B7F0A1A-4A93-4988-80A8-B2BE65D263A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B7F0A1A-4A93-4988-80A8-B2BE65D263A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B7F0A1A-4A93-4988-80A8-B2BE65D263A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {911B56ED-500A-4EE6-B0C1-BE5BAFF2E0D8}
EndGlobalSection
EndGlobal