forked from CodeCavePro/OpenMCDF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenMcdf.sln
134 lines (134 loc) · 9.35 KB
/
OpenMcdf.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6C619B4F-100F-4D60-BEF1-60B770D24E5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestFiles", "TestFiles", "{8DC8730A-F254-4848-B272-BDFFCB5FDC00}"
ProjectSection(SolutionItems) = preProject
test\TestFiles\2_MB-W.ppt = test\TestFiles\2_MB-W.ppt
test\TestFiles\_thumbs_bug_24.db = test\TestFiles\_thumbs_bug_24.db
test\TestFiles\BUG_16_.xls = test\TestFiles\BUG_16_.xls
test\TestFiles\CorruptedDoc_bug3547815.doc = test\TestFiles\CorruptedDoc_bug3547815.doc
test\TestFiles\CorruptedDoc_bug3547815_B.doc = test\TestFiles\CorruptedDoc_bug3547815_B.doc
test\TestFiles\CyclicFAT.cfs = test\TestFiles\CyclicFAT.cfs
test\TestFiles\MultipleStorage.cfs = test\TestFiles\MultipleStorage.cfs
test\TestFiles\MultipleStorage2.cfs = test\TestFiles\MultipleStorage2.cfs
test\TestFiles\MultipleStorage3.cfs = test\TestFiles\MultipleStorage3.cfs
test\TestFiles\MultipleStorage4.cfs = test\TestFiles\MultipleStorage4.cfs
test\TestFiles\report.xls = test\TestFiles\report.xls
test\TestFiles\report_name_fix.xls = test\TestFiles\report_name_fix.xls
test\TestFiles\reportREAD.xls = test\TestFiles\reportREAD.xls
test\TestFiles\testbad.ole = test\TestFiles\testbad.ole
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdf", "src\OpenMcdf\OpenMcdf.csproj", "{56E15D4A-8A37-4C7C-BB44-FD59AFF220C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdf.Extensions", "src\OpenMcdf.Extensions\OpenMcdf.Extensions.csproj", "{DB748C1D-D71C-442B-832D-2E33BE816CBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StructuredStorageExplorer", "gui\Structured Storage Explorer\StructuredStorageExplorer.csproj", "{4F6323A8-9C06-4D94-808F-EBD69B8370D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{73814657-FC73-4066-AABD-86062F2A132E}"
ProjectSection(SolutionItems) = preProject
test\OpenMcdf.testrunconfig = test\OpenMcdf.testrunconfig
test\OpenMcdf.vsmdi = test\OpenMcdf.vsmdi
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdf.Extensions.Test", "test\OpenMcdf.Extensions.Test\OpenMcdf.Extensions.Test.csproj", "{B9CB103F-0AA3-486D-9C9C-672924B6169C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdf.MemTest", "test\OpenMcdf.MemTest\OpenMcdf.MemTest.csproj", "{E2BAD82D-3040-462B-BAA2-6E608A9054F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdf.PerfTest", "test\OpenMcdf.PerfTest\OpenMcdf.PerfTest.csproj", "{7077508F-B313-4DF6-8855-4764911BE161}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdf.Test", "test\OpenMcdf.Test\OpenMcdf.Test.csproj", "{FD339266-8842-40B4-9230-F8E84FC42AC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "gui", "gui", "{0CD4F076-FFBA-41D9-9B31-CD1CE4C3EF80}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "OpenMcdf.Shared", "src\OpenMcdf.Shared\OpenMcdf.Shared.shproj", "{E8C5B9B6-6AA3-4284-A4CF-0F2F788B8360}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "OpenMcdf.Extensions.Shared", "src\OpenMcdf.Extensions.Shared\OpenMcdf.Extensions.Shared.shproj", "{2AA71E5F-404E-42CE-A681-CF32693D079B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdf.Extensions.Portable", "src\OpenMcdf.Extensions.Portable\OpenMcdf.Extensions.Portable.csproj", "{DA2B58D7-7496-48A0-94EB-A248D2C7FB35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdf.Portable", "src\OpenMcdf.Portable\OpenMcdf.Portable.csproj", "{2CA16F2C-820B-43F1-83B4-1DACABBD4513}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdf.NuGet", "packaging\OpenMcdf.NuGet\OpenMcdf.NuGet.csproj", "{0451BAEF-DF2E-4B98-8644-94EE9415E389}"
ProjectSection(ProjectDependencies) = postProject
{DB748C1D-D71C-442B-832D-2E33BE816CBB} = {DB748C1D-D71C-442B-832D-2E33BE816CBB}
{2CA16F2C-820B-43F1-83B4-1DACABBD4513} = {2CA16F2C-820B-43F1-83B4-1DACABBD4513}
{56E15D4A-8A37-4C7C-BB44-FD59AFF220C1} = {56E15D4A-8A37-4C7C-BB44-FD59AFF220C1}
{DA2B58D7-7496-48A0-94EB-A248D2C7FB35} = {DA2B58D7-7496-48A0-94EB-A248D2C7FB35}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{63D28B53-A452-4B54-848C-F4DC853B9BDF}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\OpenMcdf.Extensions.Shared\OpenMcdf.Extensions.Shared.projitems*{2aa71e5f-404e-42ce-a681-cf32693d079b}*SharedItemsImports = 13
src\OpenMcdf.Shared\OpenMcdf.Shared.projitems*{2ca16f2c-820b-43f1-83b4-1dacabbd4513}*SharedItemsImports = 4
src\OpenMcdf.Shared\OpenMcdf.Shared.projitems*{56e15d4a-8a37-4c7c-bb44-fd59aff220c1}*SharedItemsImports = 4
src\OpenMcdf.Extensions.Shared\OpenMcdf.Extensions.Shared.projitems*{da2b58d7-7496-48a0-94eb-a248d2c7fb35}*SharedItemsImports = 4
src\OpenMcdf.Extensions.Shared\OpenMcdf.Extensions.Shared.projitems*{db748c1d-d71c-442b-832d-2e33be816cbb}*SharedItemsImports = 4
src\OpenMcdf.Shared\OpenMcdf.Shared.projitems*{e8c5b9b6-6aa3-4284-a4cf-0f2f788b8360}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56E15D4A-8A37-4C7C-BB44-FD59AFF220C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56E15D4A-8A37-4C7C-BB44-FD59AFF220C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56E15D4A-8A37-4C7C-BB44-FD59AFF220C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56E15D4A-8A37-4C7C-BB44-FD59AFF220C1}.Release|Any CPU.Build.0 = Release|Any CPU
{DB748C1D-D71C-442B-832D-2E33BE816CBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB748C1D-D71C-442B-832D-2E33BE816CBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB748C1D-D71C-442B-832D-2E33BE816CBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB748C1D-D71C-442B-832D-2E33BE816CBB}.Release|Any CPU.Build.0 = Release|Any CPU
{4F6323A8-9C06-4D94-808F-EBD69B8370D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F6323A8-9C06-4D94-808F-EBD69B8370D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F6323A8-9C06-4D94-808F-EBD69B8370D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9CB103F-0AA3-486D-9C9C-672924B6169C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9CB103F-0AA3-486D-9C9C-672924B6169C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9CB103F-0AA3-486D-9C9C-672924B6169C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9CB103F-0AA3-486D-9C9C-672924B6169C}.Release|Any CPU.Build.0 = Release|Any CPU
{E2BAD82D-3040-462B-BAA2-6E608A9054F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2BAD82D-3040-462B-BAA2-6E608A9054F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2BAD82D-3040-462B-BAA2-6E608A9054F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2BAD82D-3040-462B-BAA2-6E608A9054F4}.Release|Any CPU.Build.0 = Release|Any CPU
{7077508F-B313-4DF6-8855-4764911BE161}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7077508F-B313-4DF6-8855-4764911BE161}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7077508F-B313-4DF6-8855-4764911BE161}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7077508F-B313-4DF6-8855-4764911BE161}.Release|Any CPU.Build.0 = Release|Any CPU
{FD339266-8842-40B4-9230-F8E84FC42AC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD339266-8842-40B4-9230-F8E84FC42AC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD339266-8842-40B4-9230-F8E84FC42AC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD339266-8842-40B4-9230-F8E84FC42AC2}.Release|Any CPU.Build.0 = Release|Any CPU
{DA2B58D7-7496-48A0-94EB-A248D2C7FB35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA2B58D7-7496-48A0-94EB-A248D2C7FB35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA2B58D7-7496-48A0-94EB-A248D2C7FB35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA2B58D7-7496-48A0-94EB-A248D2C7FB35}.Release|Any CPU.Build.0 = Release|Any CPU
{2CA16F2C-820B-43F1-83B4-1DACABBD4513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CA16F2C-820B-43F1-83B4-1DACABBD4513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CA16F2C-820B-43F1-83B4-1DACABBD4513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CA16F2C-820B-43F1-83B4-1DACABBD4513}.Release|Any CPU.Build.0 = Release|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8DC8730A-F254-4848-B272-BDFFCB5FDC00} = {73814657-FC73-4066-AABD-86062F2A132E}
{4F6323A8-9C06-4D94-808F-EBD69B8370D7} = {0CD4F076-FFBA-41D9-9B31-CD1CE4C3EF80}
{B9CB103F-0AA3-486D-9C9C-672924B6169C} = {73814657-FC73-4066-AABD-86062F2A132E}
{E2BAD82D-3040-462B-BAA2-6E608A9054F4} = {73814657-FC73-4066-AABD-86062F2A132E}
{7077508F-B313-4DF6-8855-4764911BE161} = {73814657-FC73-4066-AABD-86062F2A132E}
{FD339266-8842-40B4-9230-F8E84FC42AC2} = {73814657-FC73-4066-AABD-86062F2A132E}
{0451BAEF-DF2E-4B98-8644-94EE9415E389} = {63D28B53-A452-4B54-848C-F4DC853B9BDF}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = OpenMcdf2.vsmdi
EndGlobalSection
EndGlobal