-
Notifications
You must be signed in to change notification settings - Fork 0
/
OpenMcdf.sln
63 lines (63 loc) · 3.62 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6C619B4F-100F-4D60-BEF1-60B770D24E5E}"
ProjectSection(SolutionItems) = preProject
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
OpenMcdf.vsmdi = OpenMcdf.vsmdi
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestFiles", "TestFiles", "{AC082D72-85BB-4FE8-AE0A-DB12A5729317}"
ProjectSection(SolutionItems) = preProject
TestFiles\CorruptedDoc_bug3547815.doc = TestFiles\CorruptedDoc_bug3547815.doc
TestFiles\CorruptedDoc_bug3547815_B.doc = TestFiles\CorruptedDoc_bug3547815_B.doc
TestFiles\CyclicFAT.cfs = TestFiles\CyclicFAT.cfs
TestFiles\MultipleStorage.cfs = TestFiles\MultipleStorage.cfs
TestFiles\MultipleStorage2.cfs = TestFiles\MultipleStorage2.cfs
TestFiles\MultipleStorage3.cfs = TestFiles\MultipleStorage3.cfs
TestFiles\MultipleStorage4.cfs = TestFiles\MultipleStorage4.cfs
TestFiles\report.xls = TestFiles\report.xls
TestFiles\report_name_fix.xls = TestFiles\report_name_fix.xls
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdf", "OLECompoundFileStorage\OpenMcdf.csproj", "{56E15D4A-8A37-4C7C-BB44-FD59AFF220C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdfTest", "OLECFSTest\OpenMcdfTest.csproj", "{FD339266-8842-40B4-9230-F8E84FC42AC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdfMemTest", "OleCfsMemoryTest\OpenMcdfMemTest.csproj", "{E2BAD82D-3040-462B-BAA2-6E608A9054F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdfPerfTest", "OpenMcdfPerfTest\OpenMcdfPerfTest.csproj", "{7077508F-B313-4DF6-8855-4764911BE161}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = OpenMcdf.vsmdi
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
{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
{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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AC082D72-85BB-4FE8-AE0A-DB12A5729317} = {6C619B4F-100F-4D60-BEF1-60B770D24E5E}
EndGlobalSection
EndGlobal