-
Notifications
You must be signed in to change notification settings - Fork 0
/
DocumentProcessingAPI.sln
36 lines (36 loc) · 1.9 KB
/
DocumentProcessingAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentProcessingAPI", "DocumentProcessingAPI\DocumentProcessingAPI.csproj", "{AFC23865-047E-484C-93DD-29F435976D64}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_tests", "_tests", "{C2656C66-EAE3-4A99-B21C-9CA7369CA638}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocumentProcessingAPI.tests", "DocumentProcessingAPI.tests\DocumentProcessingAPI.tests.csproj", "{5DECEAC6-41AF-445E-82E1-EBA797006E26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFC23865-047E-484C-93DD-29F435976D64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFC23865-047E-484C-93DD-29F435976D64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFC23865-047E-484C-93DD-29F435976D64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFC23865-047E-484C-93DD-29F435976D64}.Release|Any CPU.Build.0 = Release|Any CPU
{5DECEAC6-41AF-445E-82E1-EBA797006E26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DECEAC6-41AF-445E-82E1-EBA797006E26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DECEAC6-41AF-445E-82E1-EBA797006E26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DECEAC6-41AF-445E-82E1-EBA797006E26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5DECEAC6-41AF-445E-82E1-EBA797006E26} = {C2656C66-EAE3-4A99-B21C-9CA7369CA638}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12E75B78-6AD9-47AF-930D-844073D45CCD}
EndGlobalSection
EndGlobal