forked from Miyuyami/MS2Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMS2Tools.sln
More file actions
55 lines (55 loc) · 3.33 KB
/
MS2Tools.sln
File metadata and controls
55 lines (55 loc) · 3.33 KB
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 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MS2Lib", "MS2Lib\MS2Lib\MS2Lib.csproj", "{64FFD6B6-8B3D-4889-B03A-0EB9514C992D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{2FA9D20E-2124-4A6F-A027-AD79F55E5C19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiscUtils", "MS2Lib\MiscUtils\MiscUtils\MiscUtils.csproj", "{904309AB-1D17-48F9-AF63-10833A6B1801}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MS2Create", "MS2Create\MS2Create.csproj", "{D1B2FEE0-6253-487A-8246-F9BC61B68B82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MS2Extract", "MS2Extract\MS2Extract.csproj", "{61AFA952-49CD-4D19-BA35-F11E4810C28F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MS2FileHeaderExporter", "MS2FileHeaderExporter\MS2FileHeaderExporter.csproj", "{5377D52A-5633-47EF-A0C4-2CB7595B0C4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64FFD6B6-8B3D-4889-B03A-0EB9514C992D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64FFD6B6-8B3D-4889-B03A-0EB9514C992D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64FFD6B6-8B3D-4889-B03A-0EB9514C992D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64FFD6B6-8B3D-4889-B03A-0EB9514C992D}.Release|Any CPU.Build.0 = Release|Any CPU
{904309AB-1D17-48F9-AF63-10833A6B1801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{904309AB-1D17-48F9-AF63-10833A6B1801}.Debug|Any CPU.Build.0 = Debug|Any CPU
{904309AB-1D17-48F9-AF63-10833A6B1801}.Release|Any CPU.ActiveCfg = Release|Any CPU
{904309AB-1D17-48F9-AF63-10833A6B1801}.Release|Any CPU.Build.0 = Release|Any CPU
{D1B2FEE0-6253-487A-8246-F9BC61B68B82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1B2FEE0-6253-487A-8246-F9BC61B68B82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1B2FEE0-6253-487A-8246-F9BC61B68B82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1B2FEE0-6253-487A-8246-F9BC61B68B82}.Release|Any CPU.Build.0 = Release|Any CPU
{61AFA952-49CD-4D19-BA35-F11E4810C28F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61AFA952-49CD-4D19-BA35-F11E4810C28F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61AFA952-49CD-4D19-BA35-F11E4810C28F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61AFA952-49CD-4D19-BA35-F11E4810C28F}.Release|Any CPU.Build.0 = Release|Any CPU
{5377D52A-5633-47EF-A0C4-2CB7595B0C4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5377D52A-5633-47EF-A0C4-2CB7595B0C4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5377D52A-5633-47EF-A0C4-2CB7595B0C4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5377D52A-5633-47EF-A0C4-2CB7595B0C4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{64FFD6B6-8B3D-4889-B03A-0EB9514C992D} = {2FA9D20E-2124-4A6F-A027-AD79F55E5C19}
{904309AB-1D17-48F9-AF63-10833A6B1801} = {2FA9D20E-2124-4A6F-A027-AD79F55E5C19}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C96CD25-77D1-4CA9-8B27-7AB1D6004F13}
EndGlobalSection
EndGlobal