-
Notifications
You must be signed in to change notification settings - Fork 2
/
Mindee.sln
63 lines (63 loc) · 3.54 KB
/
Mindee.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5850441-EFCB-44FB-98ED-2524EA301461}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C018C686-8082-437A-9888-62F0B95B985A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4E2BEA7B-A744-4D1B-A5F0-87E9186BE0C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mindee.UnitTests", "tests\Mindee.UnitTests\Mindee.UnitTests.csproj", "{1228287D-8E16-4947-B821-25180A36F9F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mindee.Cli", "src\Mindee.Cli\Mindee.Cli.csproj", "{FAFCE7C5-4D8A-494C-979A-525DD3B421A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mindee", "src\Mindee\Mindee.csproj", "{27880558-4F4F-47E9-A097-CB076C101634}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mindee.IntegrationTests", "tests\Mindee.IntegrationTests\Mindee.IntegrationTests.csproj", "{FD8008ED-478D-4A88-BADB-7842C0A29636}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1228287D-8E16-4947-B821-25180A36F9F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1228287D-8E16-4947-B821-25180A36F9F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1228287D-8E16-4947-B821-25180A36F9F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1228287D-8E16-4947-B821-25180A36F9F3}.Release|Any CPU.Build.0 = Release|Any CPU
{FAFCE7C5-4D8A-494C-979A-525DD3B421A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAFCE7C5-4D8A-494C-979A-525DD3B421A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAFCE7C5-4D8A-494C-979A-525DD3B421A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAFCE7C5-4D8A-494C-979A-525DD3B421A2}.Release|Any CPU.Build.0 = Release|Any CPU
{27880558-4F4F-47E9-A097-CB076C101634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27880558-4F4F-47E9-A097-CB076C101634}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27880558-4F4F-47E9-A097-CB076C101634}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27880558-4F4F-47E9-A097-CB076C101634}.Release|Any CPU.Build.0 = Release|Any CPU
{FD8008ED-478D-4A88-BADB-7842C0A29636}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD8008ED-478D-4A88-BADB-7842C0A29636}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD8008ED-478D-4A88-BADB-7842C0A29636}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD8008ED-478D-4A88-BADB-7842C0A29636}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1228287D-8E16-4947-B821-25180A36F9F3} = {C018C686-8082-437A-9888-62F0B95B985A}
{FAFCE7C5-4D8A-494C-979A-525DD3B421A2} = {4E2BEA7B-A744-4D1B-A5F0-87E9186BE0C0}
{27880558-4F4F-47E9-A097-CB076C101634} = {4E2BEA7B-A744-4D1B-A5F0-87E9186BE0C0}
{FD8008ED-478D-4A88-BADB-7842C0A29636} = {C018C686-8082-437A-9888-62F0B95B985A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A4CA814-44CB-4687-86AF-9230DD686585}
EndGlobalSection
EndGlobal