-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFertilizer.sln
45 lines (45 loc) · 2.41 KB
/
Fertilizer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fertilizer", "Fertilizer\Fertilizer.csproj", "{134654AE-537E-4764-845E-D7D918CE7E08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fertilizer.Mod", "Fertilizer.Mod\Fertilizer.Mod.csproj", "{ECC370B0-9E26-4DE0-A785-F3B5599D54D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fertilizer.Injector", "Fertilizer.Injector\Fertilizer.Injector.csproj", "{F84CD73C-8F64-438C-8FBE-67F5DE630D3A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B05E896C-DA78-4E32-9399-A7D51342295C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Paths.user = Paths.user
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{134654AE-537E-4764-845E-D7D918CE7E08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{134654AE-537E-4764-845E-D7D918CE7E08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{134654AE-537E-4764-845E-D7D918CE7E08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{134654AE-537E-4764-845E-D7D918CE7E08}.Release|Any CPU.Build.0 = Release|Any CPU
{ECC370B0-9E26-4DE0-A785-F3B5599D54D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECC370B0-9E26-4DE0-A785-F3B5599D54D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECC370B0-9E26-4DE0-A785-F3B5599D54D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECC370B0-9E26-4DE0-A785-F3B5599D54D1}.Release|Any CPU.Build.0 = Release|Any CPU
{F84CD73C-8F64-438C-8FBE-67F5DE630D3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F84CD73C-8F64-438C-8FBE-67F5DE630D3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F84CD73C-8F64-438C-8FBE-67F5DE630D3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F84CD73C-8F64-438C-8FBE-67F5DE630D3A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D51D4B64-D3C7-4857-90C2-013518D2F47C}
EndGlobalSection
EndGlobal