-
Notifications
You must be signed in to change notification settings - Fork 0
/
ls2ovr-cs.sln
57 lines (57 loc) · 3.35 KB
/
ls2ovr-cs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2041
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LS2OVR", "LS2OVR\LS2OVR.csproj", "{BCBEB484-6DB0-46BF-8D06-5D3AE51C4D44}"
ProjectSection(ProjectDependencies) = postProject
{BD0F6829-651D-43AD-9116-081839CAD8AE} = {BD0F6829-651D-43AD-9116-081839CAD8AE}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fNbt", "fNbt\fNbt.csproj", "{BD0F6829-651D-43AD-9116-081839CAD8AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LS2OVR.Pack", "LS2OVR.Pack\LS2OVR.Pack.csproj", "{F386B6C1-DD2F-4CF9-B7A7-4801A9E13A97}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8A8FF30C-15E0-40E0-B483-9590E48890A4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LS2OVR.Inspect", "LS2OVR.Inspect\LS2OVR.Inspect.csproj", "{D392B7BA-BFDC-43D3-8F72-2BC9C8B75E46}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LS2OVR.Unpack", "LS2OVR.Unpack\LS2OVR.Unpack.csproj", "{786EC396-1524-4C95-B6D0-AF6FD4C86488}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCBEB484-6DB0-46BF-8D06-5D3AE51C4D44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCBEB484-6DB0-46BF-8D06-5D3AE51C4D44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCBEB484-6DB0-46BF-8D06-5D3AE51C4D44}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{BCBEB484-6DB0-46BF-8D06-5D3AE51C4D44}.Release|Any CPU.Build.0 = Debug|Any CPU
{BD0F6829-651D-43AD-9116-081839CAD8AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD0F6829-651D-43AD-9116-081839CAD8AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD0F6829-651D-43AD-9116-081839CAD8AE}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{BD0F6829-651D-43AD-9116-081839CAD8AE}.Release|Any CPU.Build.0 = Debug|Any CPU
{F386B6C1-DD2F-4CF9-B7A7-4801A9E13A97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F386B6C1-DD2F-4CF9-B7A7-4801A9E13A97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F386B6C1-DD2F-4CF9-B7A7-4801A9E13A97}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{F386B6C1-DD2F-4CF9-B7A7-4801A9E13A97}.Release|Any CPU.Build.0 = Debug|Any CPU
{D392B7BA-BFDC-43D3-8F72-2BC9C8B75E46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D392B7BA-BFDC-43D3-8F72-2BC9C8B75E46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D392B7BA-BFDC-43D3-8F72-2BC9C8B75E46}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{D392B7BA-BFDC-43D3-8F72-2BC9C8B75E46}.Release|Any CPU.Build.0 = Debug|Any CPU
{786EC396-1524-4C95-B6D0-AF6FD4C86488}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{786EC396-1524-4C95-B6D0-AF6FD4C86488}.Debug|Any CPU.Build.0 = Debug|Any CPU
{786EC396-1524-4C95-B6D0-AF6FD4C86488}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{786EC396-1524-4C95-B6D0-AF6FD4C86488}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBD64CD1-364D-4BD1-8B7B-ACF6CDB2B976}
EndGlobalSection
EndGlobal