-
Notifications
You must be signed in to change notification settings - Fork 5
/
ExtractText.sln
79 lines (79 loc) · 5.64 KB
/
ExtractText.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExtractText", "ExtractText.vcproj", "{57786EB8-1BB1-4535-8B6C-48CA004A6573}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TestExtractTester", "Tester.NET\TestExtractTester.vbproj", "{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs01.codeplex.com/
SccLocalPath0 = .
SccProjectUniqueName1 = ExtractText.vcproj
SccLocalPath1 = .
SccProjectUniqueName2 = Tester.NET\\TestExtractTester.vbproj
SccProjectName2 = Tester.NET
SccLocalPath2 = Tester.NET
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Unicode Debug|Any CPU = Unicode Debug|Any CPU
Unicode Debug|Mixed Platforms = Unicode Debug|Mixed Platforms
Unicode Debug|Win32 = Unicode Debug|Win32
Unicode Release MinDependency|Any CPU = Unicode Release MinDependency|Any CPU
Unicode Release MinDependency|Mixed Platforms = Unicode Release MinDependency|Mixed Platforms
Unicode Release MinDependency|Win32 = Unicode Release MinDependency|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Debug|Any CPU.ActiveCfg = Unicode Release MinDependency|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Debug|Mixed Platforms.ActiveCfg = Unicode Debug|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Debug|Mixed Platforms.Build.0 = Unicode Debug|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Debug|Win32.ActiveCfg = Unicode Debug|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Debug|Win32.Build.0 = Unicode Debug|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Release|Any CPU.ActiveCfg = Unicode Release MinDependency|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Release|Mixed Platforms.ActiveCfg = Unicode Release MinDependency|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Release|Mixed Platforms.Build.0 = Unicode Release MinDependency|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Release|Win32.ActiveCfg = Unicode Release MinDependency|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Release|Win32.Build.0 = Unicode Release MinDependency|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Unicode Debug|Any CPU.ActiveCfg = Unicode Debug|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Unicode Debug|Mixed Platforms.ActiveCfg = Unicode Debug|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Unicode Debug|Mixed Platforms.Build.0 = Unicode Debug|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Unicode Release MinDependency|Any CPU.ActiveCfg = Unicode Release MinDependency|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Unicode Release MinDependency|Mixed Platforms.ActiveCfg = Unicode Release MinDependency|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Unicode Release MinDependency|Mixed Platforms.Build.0 = Unicode Release MinDependency|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Unicode Release MinDependency|Win32.ActiveCfg = Unicode Release MinDependency|Win32
{57786EB8-1BB1-4535-8B6C-48CA004A6573}.Unicode Release MinDependency|Win32.Build.0 = Unicode Release MinDependency|Win32
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Debug|Win32.ActiveCfg = Debug|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Release|Any CPU.Build.0 = Release|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Release|Win32.ActiveCfg = Release|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Unicode Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Unicode Debug|Any CPU.Build.0 = Debug|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Unicode Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Unicode Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Unicode Debug|Win32.ActiveCfg = Debug|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Unicode Release MinDependency|Any CPU.ActiveCfg = Release|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Unicode Release MinDependency|Any CPU.Build.0 = Release|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Unicode Release MinDependency|Mixed Platforms.ActiveCfg = Release|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Unicode Release MinDependency|Mixed Platforms.Build.0 = Release|Any CPU
{9CB57AD8-5FCD-45F2-8F60-E38CE3E4F28B}.Unicode Release MinDependency|Win32.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal