forked from ds5678/ModComponent
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathModComponent.sln
More file actions
50 lines (50 loc) · 2.82 KB
/
ModComponent.sln
File metadata and controls
50 lines (50 loc) · 2.82 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11312.151 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModComponent", "ModComponent\ModComponent.csproj", "{B809C688-2A3F-4573-821F-FB90EA433DAD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8050C64C-E317-4EE5-A693-DF9A8284B867}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CraftingRevisions", "CraftingRevisions\CraftingRevisions.csproj", "{5743E17B-84ED-9FC7-79F0-D96AABB0BC43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GearSpawner", "GearSpawner\GearSpawner.csproj", "{18CC61FA-18FA-3C02-464C-94794D2A3D87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalizationUtilities", "LocalizationUtilities\LocalizationUtilities.csproj", "{29DCE86B-6FBB-BB0E-8BB7-AB282F66AF62}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B809C688-2A3F-4573-821F-FB90EA433DAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B809C688-2A3F-4573-821F-FB90EA433DAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B809C688-2A3F-4573-821F-FB90EA433DAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B809C688-2A3F-4573-821F-FB90EA433DAD}.Release|Any CPU.Build.0 = Release|Any CPU
{5743E17B-84ED-9FC7-79F0-D96AABB0BC43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5743E17B-84ED-9FC7-79F0-D96AABB0BC43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5743E17B-84ED-9FC7-79F0-D96AABB0BC43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5743E17B-84ED-9FC7-79F0-D96AABB0BC43}.Release|Any CPU.Build.0 = Release|Any CPU
{18CC61FA-18FA-3C02-464C-94794D2A3D87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18CC61FA-18FA-3C02-464C-94794D2A3D87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18CC61FA-18FA-3C02-464C-94794D2A3D87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18CC61FA-18FA-3C02-464C-94794D2A3D87}.Release|Any CPU.Build.0 = Release|Any CPU
{29DCE86B-6FBB-BB0E-8BB7-AB282F66AF62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29DCE86B-6FBB-BB0E-8BB7-AB282F66AF62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29DCE86B-6FBB-BB0E-8BB7-AB282F66AF62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29DCE86B-6FBB-BB0E-8BB7-AB282F66AF62}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80809B13-DF2D-43FC-80AD-1202500C4F98}
EndGlobalSection
EndGlobal