-
Notifications
You must be signed in to change notification settings - Fork 18
/
Synthesis.Bethesda.sln
78 lines (78 loc) · 4.91 KB
/
Synthesis.Bethesda.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synthesis.Bethesda.Execution", "Synthesis.Bethesda.Execution\Synthesis.Bethesda.Execution.csproj", "{C914D28A-3D7D-40D4-8D77-B0FA0F3D95FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synthesis.Bethesda.GUI", "Synthesis.Bethesda.GUI\Synthesis.Bethesda.GUI.csproj", "{E874B0E8-1FB6-44A9-8544-253AB18DAA92}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synthesis.Bethesda.CLI", "Synthesis.Bethesda.CLI\Synthesis.Bethesda.CLI.csproj", "{4C12BCB9-C5C4-4CE2-AD73-BD92DD5F5908}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synthesis.Bethesda.UnitTests", "Synthesis.Bethesda.UnitTests\Synthesis.Bethesda.UnitTests.csproj", "{2AA63A56-A418-4B0C-AECC-170BF0CB0256}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synthesis.Bethesda", "Synthesis.Bethesda\Synthesis.Bethesda.csproj", "{0549DAD2-D147-4BF6-82DD-A7B366E2324D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mutagen.Bethesda.Synthesis", "Mutagen.Bethesda.Synthesis\Mutagen.Bethesda.Synthesis.csproj", "{B2C800E7-CE97-4EE5-A7F4-2807994C73FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{487B63F9-C71B-4553-A5E9-101FAD9541A3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mutagen.Bethesda.Synthesis.WPF", "Mutagen.Bethesda.Synthesis.WPF\Mutagen.Bethesda.Synthesis.WPF.csproj", "{3FBBEC4B-36AA-46FB-8ADD-F0028EC8E00E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synthesis.Bethesda.ImpactTester", "Synthesis.Bethesda.ImpactTester\Synthesis.Bethesda.ImpactTester.csproj", "{DDA7FB0E-ACD8-4ED6-8C6B-5F8CD575A7DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C914D28A-3D7D-40D4-8D77-B0FA0F3D95FD}.Debug|x64.ActiveCfg = Debug|x64
{C914D28A-3D7D-40D4-8D77-B0FA0F3D95FD}.Debug|x64.Build.0 = Debug|x64
{C914D28A-3D7D-40D4-8D77-B0FA0F3D95FD}.Release|x64.ActiveCfg = Release|x64
{C914D28A-3D7D-40D4-8D77-B0FA0F3D95FD}.Release|x64.Build.0 = Release|x64
{E874B0E8-1FB6-44A9-8544-253AB18DAA92}.Debug|x64.ActiveCfg = Debug|x64
{E874B0E8-1FB6-44A9-8544-253AB18DAA92}.Debug|x64.Build.0 = Debug|x64
{E874B0E8-1FB6-44A9-8544-253AB18DAA92}.Release|x64.ActiveCfg = Release|x64
{E874B0E8-1FB6-44A9-8544-253AB18DAA92}.Release|x64.Build.0 = Release|x64
{4C12BCB9-C5C4-4CE2-AD73-BD92DD5F5908}.Debug|x64.ActiveCfg = Debug|x64
{4C12BCB9-C5C4-4CE2-AD73-BD92DD5F5908}.Debug|x64.Build.0 = Debug|x64
{4C12BCB9-C5C4-4CE2-AD73-BD92DD5F5908}.Release|x64.ActiveCfg = Release|x64
{4C12BCB9-C5C4-4CE2-AD73-BD92DD5F5908}.Release|x64.Build.0 = Release|x64
{2AA63A56-A418-4B0C-AECC-170BF0CB0256}.Debug|x64.ActiveCfg = Debug|x64
{2AA63A56-A418-4B0C-AECC-170BF0CB0256}.Debug|x64.Build.0 = Debug|x64
{2AA63A56-A418-4B0C-AECC-170BF0CB0256}.Release|x64.ActiveCfg = Release|x64
{2AA63A56-A418-4B0C-AECC-170BF0CB0256}.Release|x64.Build.0 = Release|x64
{0549DAD2-D147-4BF6-82DD-A7B366E2324D}.Debug|x64.ActiveCfg = Debug|x64
{0549DAD2-D147-4BF6-82DD-A7B366E2324D}.Debug|x64.Build.0 = Debug|x64
{0549DAD2-D147-4BF6-82DD-A7B366E2324D}.Release|x64.ActiveCfg = Release|x64
{0549DAD2-D147-4BF6-82DD-A7B366E2324D}.Release|x64.Build.0 = Release|x64
{B2C800E7-CE97-4EE5-A7F4-2807994C73FB}.Debug|x64.ActiveCfg = Debug|x64
{B2C800E7-CE97-4EE5-A7F4-2807994C73FB}.Debug|x64.Build.0 = Debug|x64
{B2C800E7-CE97-4EE5-A7F4-2807994C73FB}.Release|x64.ActiveCfg = Release|x64
{B2C800E7-CE97-4EE5-A7F4-2807994C73FB}.Release|x64.Build.0 = Release|x64
{3FBBEC4B-36AA-46FB-8ADD-F0028EC8E00E}.Debug|x64.ActiveCfg = Debug|x64
{3FBBEC4B-36AA-46FB-8ADD-F0028EC8E00E}.Debug|x64.Build.0 = Debug|x64
{3FBBEC4B-36AA-46FB-8ADD-F0028EC8E00E}.Release|x64.ActiveCfg = Release|x64
{3FBBEC4B-36AA-46FB-8ADD-F0028EC8E00E}.Release|x64.Build.0 = Release|x64
{DDA7FB0E-ACD8-4ED6-8C6B-5F8CD575A7DC}.Debug|x64.ActiveCfg = Debug|x64
{DDA7FB0E-ACD8-4ED6-8C6B-5F8CD575A7DC}.Debug|x64.Build.0 = Debug|x64
{DDA7FB0E-ACD8-4ED6-8C6B-5F8CD575A7DC}.Release|x64.ActiveCfg = Release|x64
{DDA7FB0E-ACD8-4ED6-8C6B-5F8CD575A7DC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07FB5280-9F93-4B40-AE0B-B75310ED6A78}
EndGlobalSection
EndGlobal