This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
RoCrateValidator.sln
43 lines (43 loc) · 2.58 KB
/
RoCrateValidator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RoCrateValidatorConsole", "RoCrateValidatorConsole\RoCrateValidatorConsole.csproj", "{9D5DD73D-2B72-4D7C-BB08-96112DE70528}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RoCrateValidator", "RoCrateValidator\RoCrateValidator.csproj", "{801B8AAE-B062-4145-BBFC-BC6DFB7B9056}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SevenZip", "SevenZipSharp\SevenZip\SevenZip.csproj", "{CFAC882C-DD5E-414D-AE0D-F61E7777562B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoCrateValidatorTest", "RoCrateValidatorTest\RoCrateValidatorTest.csproj", "{7FA48617-70A8-4B32-8669-FC01614D91D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D5DD73D-2B72-4D7C-BB08-96112DE70528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D5DD73D-2B72-4D7C-BB08-96112DE70528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D5DD73D-2B72-4D7C-BB08-96112DE70528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D5DD73D-2B72-4D7C-BB08-96112DE70528}.Release|Any CPU.Build.0 = Release|Any CPU
{801B8AAE-B062-4145-BBFC-BC6DFB7B9056}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{801B8AAE-B062-4145-BBFC-BC6DFB7B9056}.Debug|Any CPU.Build.0 = Debug|Any CPU
{801B8AAE-B062-4145-BBFC-BC6DFB7B9056}.Release|Any CPU.ActiveCfg = Release|Any CPU
{801B8AAE-B062-4145-BBFC-BC6DFB7B9056}.Release|Any CPU.Build.0 = Release|Any CPU
{CFAC882C-DD5E-414D-AE0D-F61E7777562B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFAC882C-DD5E-414D-AE0D-F61E7777562B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFAC882C-DD5E-414D-AE0D-F61E7777562B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFAC882C-DD5E-414D-AE0D-F61E7777562B}.Release|Any CPU.Build.0 = Release|Any CPU
{7FA48617-70A8-4B32-8669-FC01614D91D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FA48617-70A8-4B32-8669-FC01614D91D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FA48617-70A8-4B32-8669-FC01614D91D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FA48617-70A8-4B32-8669-FC01614D91D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBAF8C2D-C961-4190-8D7E-525AD3366160}
EndGlobalSection
EndGlobal