-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
BL3SaveEditor.sln
51 lines (51 loc) · 2.86 KB
/
BL3SaveEditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BL3SaveEditor", "BL3SaveEditor\BL3SaveEditor.csproj", "{A363B5AB-89B8-40F7-85A9-6A7341E183EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BL3Tools", "BL3Tools\BL3Tools.csproj", "{EEFEAB45-B558-4D33-9C74-D68660E26921}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IOTools", "IOTools\IOTools.csproj", "{B93FF5DB-FFEF-4F81-812E-F5FDF8CDFBBE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{83376407-428A-4A92-B64D-F5956CCEA666}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Single File|Any CPU = Single File|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A363B5AB-89B8-40F7-85A9-6A7341E183EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A363B5AB-89B8-40F7-85A9-6A7341E183EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A363B5AB-89B8-40F7-85A9-6A7341E183EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A363B5AB-89B8-40F7-85A9-6A7341E183EF}.Release|Any CPU.Build.0 = Release|Any CPU
{A363B5AB-89B8-40F7-85A9-6A7341E183EF}.Single File|Any CPU.ActiveCfg = Single File|Any CPU
{A363B5AB-89B8-40F7-85A9-6A7341E183EF}.Single File|Any CPU.Build.0 = Single File|Any CPU
{EEFEAB45-B558-4D33-9C74-D68660E26921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEFEAB45-B558-4D33-9C74-D68660E26921}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEFEAB45-B558-4D33-9C74-D68660E26921}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEFEAB45-B558-4D33-9C74-D68660E26921}.Release|Any CPU.Build.0 = Release|Any CPU
{EEFEAB45-B558-4D33-9C74-D68660E26921}.Single File|Any CPU.ActiveCfg = Release|Any CPU
{EEFEAB45-B558-4D33-9C74-D68660E26921}.Single File|Any CPU.Build.0 = Release|Any CPU
{B93FF5DB-FFEF-4F81-812E-F5FDF8CDFBBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B93FF5DB-FFEF-4F81-812E-F5FDF8CDFBBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B93FF5DB-FFEF-4F81-812E-F5FDF8CDFBBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B93FF5DB-FFEF-4F81-812E-F5FDF8CDFBBE}.Release|Any CPU.Build.0 = Release|Any CPU
{B93FF5DB-FFEF-4F81-812E-F5FDF8CDFBBE}.Single File|Any CPU.ActiveCfg = Release|Any CPU
{B93FF5DB-FFEF-4F81-812E-F5FDF8CDFBBE}.Single File|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BCA67F01-673D-4452-BB34-56C5F207DE42}
EndGlobalSection
EndGlobal