-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathKInspector.sln
49 lines (49 loc) · 3.1 KB
/
KInspector.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.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KInspector.Blazor", "src\KInspector.Blazor\KInspector.Blazor.csproj", "{CB4EB16C-D1EB-4CF7-BBBF-80CD7EFB71D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KInspector.Core", "src\KInspector.Core\KInspector.Core.csproj", "{E4687562-9C81-499D-B413-C2212500A8F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KInspector.Infrastructure", "src\KInspector.Infrastructure\KInspector.Infrastructure.csproj", "{7D2BC8C1-D4E1-4FB2-B74D-E31D0B6854D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KInspector.Reports", "src\KInspector.Reports\KInspector.Reports.csproj", "{87834840-0776-4C9D-BB29-4FA93E00E1C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KInspector.Actions", "src\KInspector.Actions\KInspector.Actions.csproj", "{CFBDF275-BB6A-4285-BC63-56274A3C4411}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB4EB16C-D1EB-4CF7-BBBF-80CD7EFB71D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB4EB16C-D1EB-4CF7-BBBF-80CD7EFB71D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB4EB16C-D1EB-4CF7-BBBF-80CD7EFB71D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB4EB16C-D1EB-4CF7-BBBF-80CD7EFB71D6}.Release|Any CPU.Build.0 = Release|Any CPU
{E4687562-9C81-499D-B413-C2212500A8F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4687562-9C81-499D-B413-C2212500A8F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4687562-9C81-499D-B413-C2212500A8F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4687562-9C81-499D-B413-C2212500A8F0}.Release|Any CPU.Build.0 = Release|Any CPU
{7D2BC8C1-D4E1-4FB2-B74D-E31D0B6854D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D2BC8C1-D4E1-4FB2-B74D-E31D0B6854D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D2BC8C1-D4E1-4FB2-B74D-E31D0B6854D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D2BC8C1-D4E1-4FB2-B74D-E31D0B6854D2}.Release|Any CPU.Build.0 = Release|Any CPU
{87834840-0776-4C9D-BB29-4FA93E00E1C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87834840-0776-4C9D-BB29-4FA93E00E1C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87834840-0776-4C9D-BB29-4FA93E00E1C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87834840-0776-4C9D-BB29-4FA93E00E1C3}.Release|Any CPU.Build.0 = Release|Any CPU
{CFBDF275-BB6A-4285-BC63-56274A3C4411}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFBDF275-BB6A-4285-BC63-56274A3C4411}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFBDF275-BB6A-4285-BC63-56274A3C4411}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFBDF275-BB6A-4285-BC63-56274A3C4411}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6438B52-220A-4264-9EFE-ADDACDEA3ED5}
EndGlobalSection
EndGlobal