-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLicenseInspector.sln
81 lines (81 loc) · 5.3 KB
/
LicenseInspector.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.138
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LicenseInspector.Core", "src\Core\Core\LicenseInspector.Core.csproj", "{D77A40A9-AAB0-4603-98FE-91127D0E93B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{C7C29135-36E2-4E68-A5CD-318F6EE6E956}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LicenseInspector.Core.Tests", "src\Core\Core.Tests\LicenseInspector.Core.Tests.csproj", "{3CDE933B-1593-4985-9B9A-8C696A41750C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LicenseInspector.DotNet", "src\DotNet\DotNet\LicenseInspector.DotNet.csproj", "{2656BF41-A352-4E3C-BD6B-5EA00B4AB082}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LicenseInspector.DotNet.Tests", "src\DotNet\Tests\LicenseInspector.DotNet.Tests.csproj", "{D9E0315E-AE11-4EFE-BD52-294A0297ADDE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DotNet", "DotNet", "{8C7CB057-B81B-4AF9-BCFA-6336B26EB035}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LicenseInspector.Main", "src\Main\LicenseInspector.Main.csproj", "{4C2BBEA5-D28C-4A5B-98C9-427DBC07772E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F00C55B-8136-4B1D-91B6-C1451DAC2BFF}"
ProjectSection(SolutionItems) = preProject
Config.md = Config.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "JavaScript", "JavaScript", "{15981DA8-8E9B-43BF-9102-FF0000A9B691}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LicenseInspector.JavaScript", "src\JavaScript\JavaScript\LicenseInspector.JavaScript.csproj", "{079A7CB7-4AB1-4B72-A616-6474719EC4BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LicenseInspector.JavaScript.Tests", "src\JavaScript\Tests\LicenseInspector.JavaScript.Tests.csproj", "{3AECD1A6-C3E4-4895-BBFB-B76C6D810FA1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D77A40A9-AAB0-4603-98FE-91127D0E93B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D77A40A9-AAB0-4603-98FE-91127D0E93B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D77A40A9-AAB0-4603-98FE-91127D0E93B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D77A40A9-AAB0-4603-98FE-91127D0E93B3}.Release|Any CPU.Build.0 = Release|Any CPU
{3CDE933B-1593-4985-9B9A-8C696A41750C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CDE933B-1593-4985-9B9A-8C696A41750C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CDE933B-1593-4985-9B9A-8C696A41750C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CDE933B-1593-4985-9B9A-8C696A41750C}.Release|Any CPU.Build.0 = Release|Any CPU
{2656BF41-A352-4E3C-BD6B-5EA00B4AB082}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2656BF41-A352-4E3C-BD6B-5EA00B4AB082}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2656BF41-A352-4E3C-BD6B-5EA00B4AB082}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2656BF41-A352-4E3C-BD6B-5EA00B4AB082}.Release|Any CPU.Build.0 = Release|Any CPU
{D9E0315E-AE11-4EFE-BD52-294A0297ADDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9E0315E-AE11-4EFE-BD52-294A0297ADDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9E0315E-AE11-4EFE-BD52-294A0297ADDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9E0315E-AE11-4EFE-BD52-294A0297ADDE}.Release|Any CPU.Build.0 = Release|Any CPU
{4C2BBEA5-D28C-4A5B-98C9-427DBC07772E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C2BBEA5-D28C-4A5B-98C9-427DBC07772E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C2BBEA5-D28C-4A5B-98C9-427DBC07772E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C2BBEA5-D28C-4A5B-98C9-427DBC07772E}.Release|Any CPU.Build.0 = Release|Any CPU
{079A7CB7-4AB1-4B72-A616-6474719EC4BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{079A7CB7-4AB1-4B72-A616-6474719EC4BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{079A7CB7-4AB1-4B72-A616-6474719EC4BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{079A7CB7-4AB1-4B72-A616-6474719EC4BB}.Release|Any CPU.Build.0 = Release|Any CPU
{3AECD1A6-C3E4-4895-BBFB-B76C6D810FA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AECD1A6-C3E4-4895-BBFB-B76C6D810FA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AECD1A6-C3E4-4895-BBFB-B76C6D810FA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AECD1A6-C3E4-4895-BBFB-B76C6D810FA1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D77A40A9-AAB0-4603-98FE-91127D0E93B3} = {C7C29135-36E2-4E68-A5CD-318F6EE6E956}
{3CDE933B-1593-4985-9B9A-8C696A41750C} = {C7C29135-36E2-4E68-A5CD-318F6EE6E956}
{2656BF41-A352-4E3C-BD6B-5EA00B4AB082} = {8C7CB057-B81B-4AF9-BCFA-6336B26EB035}
{D9E0315E-AE11-4EFE-BD52-294A0297ADDE} = {8C7CB057-B81B-4AF9-BCFA-6336B26EB035}
{079A7CB7-4AB1-4B72-A616-6474719EC4BB} = {15981DA8-8E9B-43BF-9102-FF0000A9B691}
{3AECD1A6-C3E4-4895-BBFB-B76C6D810FA1} = {15981DA8-8E9B-43BF-9102-FF0000A9B691}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C515C99-6680-47DD-878A-E4A1DDFCCE0A}
EndGlobalSection
EndGlobal