-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatdocs.sln
45 lines (45 loc) · 2.59 KB
/
catdocs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1A79F16E-4574-4E51-96AE-4B53296499F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Catdocs.Lib", "src\Catdocs.Lib\Catdocs.Lib.csproj", "{F8521AAD-412E-4191-98FF-D966A2D682C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Catdocs", "src\Catdocs\Catdocs.csproj", "{CD177B38-6B14-47E6-BA26-B85237D6C36B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{35E4E345-9F1E-43AF-8787-1EE286CB4121}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Catdocs.Tests", "tests\Catdocs.Tests\Catdocs.Tests.csproj", "{5F9F9E68-A2B5-40ED-8D52-714E2C881746}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample-pipeline", "sample-pipeline", "{42E21B1F-ECE3-4126-8131-01D36E137624}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F8521AAD-412E-4191-98FF-D966A2D682C3} = {1A79F16E-4574-4E51-96AE-4B53296499F6}
{CD177B38-6B14-47E6-BA26-B85237D6C36B} = {1A79F16E-4574-4E51-96AE-4B53296499F6}
{5F9F9E68-A2B5-40ED-8D52-714E2C881746} = {35E4E345-9F1E-43AF-8787-1EE286CB4121}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8521AAD-412E-4191-98FF-D966A2D682C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8521AAD-412E-4191-98FF-D966A2D682C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8521AAD-412E-4191-98FF-D966A2D682C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8521AAD-412E-4191-98FF-D966A2D682C3}.Release|Any CPU.Build.0 = Release|Any CPU
{CD177B38-6B14-47E6-BA26-B85237D6C36B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD177B38-6B14-47E6-BA26-B85237D6C36B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD177B38-6B14-47E6-BA26-B85237D6C36B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD177B38-6B14-47E6-BA26-B85237D6C36B}.Release|Any CPU.Build.0 = Release|Any CPU
{5F9F9E68-A2B5-40ED-8D52-714E2C881746}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F9F9E68-A2B5-40ED-8D52-714E2C881746}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F9F9E68-A2B5-40ED-8D52-714E2C881746}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F9F9E68-A2B5-40ED-8D52-714E2C881746}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal