-
Notifications
You must be signed in to change notification settings - Fork 7
/
EcoDataExporter.sln
51 lines (51 loc) · 2.48 KB
/
EcoDataExporter.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 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FZM.Wiki.CORE", "FZM.Wiki.CORE\FZM.Wiki.CORE.csproj", "{CF3932EF-11F2-4EA5-96CA-CB60C055A422}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{17BE3C58-2490-42A7-8F1B-56C1C06BBEE6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{3B1F960F-4154-48F4-98B4-6D313D86A348}"
ProjectSection(SolutionItems) = preProject
Dependancies\Eco.Core.dll = Dependancies\Eco.Core.dll
Dependancies\Eco.Gameplay.dll = Dependancies\Eco.Gameplay.dll
Dependancies\Eco.ModKit.dll = Dependancies\Eco.ModKit.dll
Dependancies\Eco.Mods.dll = Dependancies\Eco.Mods.dll
Dependancies\Eco.Networking.ENet.dll = Dependancies\Eco.Networking.ENet.dll
Dependancies\Eco.Plugins.dll = Dependancies\Eco.Plugins.dll
Dependancies\Eco.Shared.dll = Dependancies\Eco.Shared.dll
Dependancies\Eco.Simulation.dll = Dependancies\Eco.Simulation.dll
Dependancies\Eco.Stats.dll = Dependancies\Eco.Stats.dll
Dependancies\Eco.WebServer.dll = Dependancies\Eco.WebServer.dll
Dependancies\Eco.World.dll = Dependancies\Eco.World.dll
Dependancies\Eco.WorldGenerator.dll = Dependancies\Eco.WorldGenerator.dll
Dependancies\EcoServer.dll = Dependancies\EcoServer.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF3932EF-11F2-4EA5-96CA-CB60C055A422}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF3932EF-11F2-4EA5-96CA-CB60C055A422}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF3932EF-11F2-4EA5-96CA-CB60C055A422}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF3932EF-11F2-4EA5-96CA-CB60C055A422}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3B1F960F-4154-48F4-98B4-6D313D86A348} = {17BE3C58-2490-42A7-8F1B-56C1C06BBEE6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E7EEEDAD-C1CB-42C2-B48A-7DCF1EFE8489}
EndGlobalSection
EndGlobal