-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathLibTessDotNet.sln
61 lines (61 loc) · 3.62 KB
/
LibTessDotNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{1E6E1C79-67C6-4979-A1D3-50A976ABB44E}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibTessDotNet", "LibTessDotNet\LibTessDotNet.csproj", "{5EE39029-873A-45A0-9259-2198BF8729F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TessBed", "TessBed\TessBed.csproj", "{AA3C13F4-2628-43D5-BAAE-751AE013C865}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TessExample", "TessExample\TessExample.csproj", "{BB1005DC-C911-4E65-B3B8-7316357FD254}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtess2", "TessBed\Externals\libtess2.vcxproj", "{D7396FE6-490B-4FDD-B61D-FB0BFBF5DF9E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
DebugDouble|x86 = DebugDouble|x86
Release|x86 = Release|x86
ReleaseDouble|x86 = ReleaseDouble|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5EE39029-873A-45A0-9259-2198BF8729F4}.Debug|x86.ActiveCfg = Debug|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.Debug|x86.Build.0 = Debug|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.DebugDouble|x86.ActiveCfg = DebugDouble|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.DebugDouble|x86.Build.0 = DebugDouble|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.Release|x86.ActiveCfg = Release|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.Release|x86.Build.0 = Release|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.ReleaseDouble|x86.ActiveCfg = ReleaseDouble|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.ReleaseDouble|x86.Build.0 = ReleaseDouble|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.Debug|x86.ActiveCfg = Debug|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.Debug|x86.Build.0 = Debug|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.DebugDouble|x86.ActiveCfg = Debug|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.Release|x86.ActiveCfg = Release|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.Release|x86.Build.0 = Release|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.ReleaseDouble|x86.ActiveCfg = Release|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.Debug|x86.ActiveCfg = Debug|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.Debug|x86.Build.0 = Debug|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.DebugDouble|x86.ActiveCfg = Debug|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.Release|x86.ActiveCfg = Release|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.Release|x86.Build.0 = Release|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.ReleaseDouble|x86.ActiveCfg = Release|Any CPU
{D7396FE6-490B-4FDD-B61D-FB0BFBF5DF9E}.Debug|x86.ActiveCfg = Debug|Win32
{D7396FE6-490B-4FDD-B61D-FB0BFBF5DF9E}.Debug|x86.Build.0 = Debug|Win32
{D7396FE6-490B-4FDD-B61D-FB0BFBF5DF9E}.DebugDouble|x86.ActiveCfg = Debug|Win32
{D7396FE6-490B-4FDD-B61D-FB0BFBF5DF9E}.DebugDouble|x86.Build.0 = Debug|Win32
{D7396FE6-490B-4FDD-B61D-FB0BFBF5DF9E}.Release|x86.ActiveCfg = Release|Win32
{D7396FE6-490B-4FDD-B61D-FB0BFBF5DF9E}.ReleaseDouble|x86.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {737946C7-E39E-4EF3-83BC-6A08CBAF4678}
EndGlobalSection
EndGlobal