-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMutagen.Bethesda.FormKeys.sln
63 lines (63 loc) · 4.23 KB
/
Mutagen.Bethesda.FormKeys.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
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mutagen.Bethesda.FormKeys.Generator", "Mutagen.Bethesda.FormKeys.Generator\Mutagen.Bethesda.FormKeys.Generator.csproj", "{9A0FE98B-A8FB-46D7-8E8D-8D7DB119B299}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mutagen.Bethesda.FormKeys.SkyrimSE", "Mutagen.Bethesda.FormKeys.SkyrimSE\Mutagen.Bethesda.FormKeys.SkyrimSE.csproj", "{9807033E-C19E-46C1-B6EE-AA4ABD64587C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mutagen.Bethesda.FormKeys.SkyrimLE", "Mutagen.Bethesda.FormKeys.SkyrimLE\Mutagen.Bethesda.FormKeys.SkyrimLE.csproj", "{1EB73CA0-70B4-43E0-9DEE-FEDAD4C3F73B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mutagen.Bethesda.FormKeys.Oblivion", "Mutagen.Bethesda.FormKeys.Oblivion\Mutagen.Bethesda.FormKeys.Oblivion.csproj", "{3BF16939-EC72-4FDE-8276-FC542E22BC37}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{A1B4C3FA-0D01-40B6-82C8-1D1D3ED4F333}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mutagen.Bethesda.FormKeys.Fallout4", "Mutagen.Bethesda.FormKeys.Fallout4\Mutagen.Bethesda.FormKeys.Fallout4.csproj", "{12AA04F4-2BD0-489A-867C-A3F44A92A515}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mutagen.Bethesda.FormKeys.Starfield", "Mutagen.Bethesda.FormKeys.Starfield\Mutagen.Bethesda.FormKeys.Starfield.csproj", "{3DE5A489-B7B3-4B7A-94E9-9314B8A9C849}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A0FE98B-A8FB-46D7-8E8D-8D7DB119B299}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A0FE98B-A8FB-46D7-8E8D-8D7DB119B299}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A0FE98B-A8FB-46D7-8E8D-8D7DB119B299}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A0FE98B-A8FB-46D7-8E8D-8D7DB119B299}.Release|Any CPU.Build.0 = Release|Any CPU
{9807033E-C19E-46C1-B6EE-AA4ABD64587C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9807033E-C19E-46C1-B6EE-AA4ABD64587C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9807033E-C19E-46C1-B6EE-AA4ABD64587C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9807033E-C19E-46C1-B6EE-AA4ABD64587C}.Release|Any CPU.Build.0 = Release|Any CPU
{1EB73CA0-70B4-43E0-9DEE-FEDAD4C3F73B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EB73CA0-70B4-43E0-9DEE-FEDAD4C3F73B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EB73CA0-70B4-43E0-9DEE-FEDAD4C3F73B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EB73CA0-70B4-43E0-9DEE-FEDAD4C3F73B}.Release|Any CPU.Build.0 = Release|Any CPU
{3BF16939-EC72-4FDE-8276-FC542E22BC37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BF16939-EC72-4FDE-8276-FC542E22BC37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BF16939-EC72-4FDE-8276-FC542E22BC37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BF16939-EC72-4FDE-8276-FC542E22BC37}.Release|Any CPU.Build.0 = Release|Any CPU
{12AA04F4-2BD0-489A-867C-A3F44A92A515}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12AA04F4-2BD0-489A-867C-A3F44A92A515}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12AA04F4-2BD0-489A-867C-A3F44A92A515}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12AA04F4-2BD0-489A-867C-A3F44A92A515}.Release|Any CPU.Build.0 = Release|Any CPU
{3DE5A489-B7B3-4B7A-94E9-9314B8A9C849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DE5A489-B7B3-4B7A-94E9-9314B8A9C849}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DE5A489-B7B3-4B7A-94E9-9314B8A9C849}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DE5A489-B7B3-4B7A-94E9-9314B8A9C849}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58AF855E-11E4-4491-AD57-CCFE9FF084E9}
EndGlobalSection
EndGlobal