This repository has been archived by the owner on Apr 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
OpenMcdf.sln
64 lines (64 loc) · 3.31 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6C619B4F-100F-4D60-BEF1-60B770D24E5E}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{8DC8730A-F254-4848-B272-BDFFCB5FDC00}"
ProjectSection(SolutionItems) = preProject
tests\assets\2_MB-W.ppt = tests\assets\2_MB-W.ppt
tests\assets\_thumbs_bug_24.db = tests\assets\_thumbs_bug_24.db
tests\assets\BUG_16_.xls = tests\assets\BUG_16_.xls
tests\assets\CorruptedDoc_bug3547815.doc = tests\assets\CorruptedDoc_bug3547815.doc
tests\assets\CorruptedDoc_bug3547815_B.doc = tests\assets\CorruptedDoc_bug3547815_B.doc
tests\assets\CyclicFAT.cfs = tests\assets\CyclicFAT.cfs
tests\assets\MultipleStorage.cfs = tests\assets\MultipleStorage.cfs
tests\assets\MultipleStorage2.cfs = tests\assets\MultipleStorage2.cfs
tests\assets\MultipleStorage3.cfs = tests\assets\MultipleStorage3.cfs
tests\assets\MultipleStorage4.cfs = tests\assets\MultipleStorage4.cfs
tests\assets\report.xls = tests\assets\report.xls
tests\assets\report_name_fix.xls = tests\assets\report_name_fix.xls
tests\assets\reportREAD.xls = tests\assets\reportREAD.xls
tests\assets\testbad.ole = tests\assets\testbad.ole
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{73814657-FC73-4066-AABD-86062F2A132E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMcdf.Test", "tests\OpenMcdf.Test\OpenMcdf.Test.csproj", "{FD339266-8842-40B4-9230-F8E84FC42AC2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenMcdf", "src\OpenMcdf.csproj", "{9128CCC3-88DF-4F31-883E-47A04825276F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{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
{9128CCC3-88DF-4F31-883E-47A04825276F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9128CCC3-88DF-4F31-883E-47A04825276F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9128CCC3-88DF-4F31-883E-47A04825276F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9128CCC3-88DF-4F31-883E-47A04825276F}.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}
{FD339266-8842-40B4-9230-F8E84FC42AC2} = {73814657-FC73-4066-AABD-86062F2A132E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C391C94D-1FBE-4F24-9E09-AB72A6FE9F7B}
EndGlobalSection
EndGlobal