-
Notifications
You must be signed in to change notification settings - Fork 5
/
v8file.net.sln
55 lines (55 loc) · 3.54 KB
/
v8file.net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "v8file.net", "v8file.net\v8file.net.csproj", "{C217FA61-5739-4AAF-83D1-BCBE30C48DB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentCommandLineParser", "FluentCommandLineParser\FluentCommandLineParser.csproj", "{DCD0D422-C6DE-4127-BE17-6D2F15FAC8EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DumpV8File.net", "DumpV8File.net\DumpV8File.net.csproj", "{4B824A2A-6DB3-48DF-BCC8-0D64CDAA02ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreateV8File.net", "CreateV8File.net\CreateV8File.net.csproj", "{9B213912-C54F-42E9-B081-CC6B995C3095}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DumpV8FileParts.net", "DumpV8FileParts.net\DumpV8FileParts.net.csproj", "{F5608506-3A4F-404F-96D1-C0CC0A2555C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenMcdf.Extensions", "OpenMcdf.Extensions\OpenMcdf.Extensions.csproj", "{DB748C1D-D71C-442B-832D-2E33BE816CBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C217FA61-5739-4AAF-83D1-BCBE30C48DB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C217FA61-5739-4AAF-83D1-BCBE30C48DB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C217FA61-5739-4AAF-83D1-BCBE30C48DB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C217FA61-5739-4AAF-83D1-BCBE30C48DB8}.Release|Any CPU.Build.0 = Release|Any CPU
{DCD0D422-C6DE-4127-BE17-6D2F15FAC8EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCD0D422-C6DE-4127-BE17-6D2F15FAC8EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCD0D422-C6DE-4127-BE17-6D2F15FAC8EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCD0D422-C6DE-4127-BE17-6D2F15FAC8EF}.Release|Any CPU.Build.0 = Release|Any CPU
{4B824A2A-6DB3-48DF-BCC8-0D64CDAA02ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B824A2A-6DB3-48DF-BCC8-0D64CDAA02ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B824A2A-6DB3-48DF-BCC8-0D64CDAA02ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B824A2A-6DB3-48DF-BCC8-0D64CDAA02ED}.Release|Any CPU.Build.0 = Release|Any CPU
{9B213912-C54F-42E9-B081-CC6B995C3095}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B213912-C54F-42E9-B081-CC6B995C3095}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B213912-C54F-42E9-B081-CC6B995C3095}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B213912-C54F-42E9-B081-CC6B995C3095}.Release|Any CPU.Build.0 = Release|Any CPU
{F5608506-3A4F-404F-96D1-C0CC0A2555C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5608506-3A4F-404F-96D1-C0CC0A2555C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5608506-3A4F-404F-96D1-C0CC0A2555C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5608506-3A4F-404F-96D1-C0CC0A2555C8}.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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {209C5436-51DE-4ABF-A4F7-C955A6F481CD}
EndGlobalSection
EndGlobal