-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathValheimMods.sln
More file actions
55 lines (55 loc) · 3.51 KB
/
ValheimMods.sln
File metadata and controls
55 lines (55 loc) · 3.51 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
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExploreMap", "ExploreMap\ExploreMap.csproj", "{66BC22BC-FA62-4DFB-9413-49F780D331B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericObjectRemover", "GenericObjectRemover\GenericObjectRemover.csproj", "{215D162E-DEA6-4C04-B4FA-BFCC7D711102}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GlowingMushroomRemover", "GlowingMushroomRemover\GlowingMushroomRemover.csproj", "{5371BBC4-49EB-4358-94F5-D8F6541DA2E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeverEncumbered", "NeverEncumbered\NeverEncumbered.csproj", "{2C77D247-3BD3-4D1F-88BC-EE110E3C9FB3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoRoofWorkbench", "NoRoofWorkbench\NoRoofWorkbench.csproj", "{B1493CF9-884E-4C0E-A7FF-E1F3445A6F21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SafeDeath", "SafeDeath\SafeDeath.csproj", "{55A5B305-C345-4D4E-A1BB-39E4643FFFEF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66BC22BC-FA62-4DFB-9413-49F780D331B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66BC22BC-FA62-4DFB-9413-49F780D331B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66BC22BC-FA62-4DFB-9413-49F780D331B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66BC22BC-FA62-4DFB-9413-49F780D331B0}.Release|Any CPU.Build.0 = Release|Any CPU
{215D162E-DEA6-4C04-B4FA-BFCC7D711102}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{215D162E-DEA6-4C04-B4FA-BFCC7D711102}.Debug|Any CPU.Build.0 = Debug|Any CPU
{215D162E-DEA6-4C04-B4FA-BFCC7D711102}.Release|Any CPU.ActiveCfg = Release|Any CPU
{215D162E-DEA6-4C04-B4FA-BFCC7D711102}.Release|Any CPU.Build.0 = Release|Any CPU
{5371BBC4-49EB-4358-94F5-D8F6541DA2E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5371BBC4-49EB-4358-94F5-D8F6541DA2E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5371BBC4-49EB-4358-94F5-D8F6541DA2E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5371BBC4-49EB-4358-94F5-D8F6541DA2E6}.Release|Any CPU.Build.0 = Release|Any CPU
{2C77D247-3BD3-4D1F-88BC-EE110E3C9FB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C77D247-3BD3-4D1F-88BC-EE110E3C9FB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C77D247-3BD3-4D1F-88BC-EE110E3C9FB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C77D247-3BD3-4D1F-88BC-EE110E3C9FB3}.Release|Any CPU.Build.0 = Release|Any CPU
{B1493CF9-884E-4C0E-A7FF-E1F3445A6F21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1493CF9-884E-4C0E-A7FF-E1F3445A6F21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1493CF9-884E-4C0E-A7FF-E1F3445A6F21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1493CF9-884E-4C0E-A7FF-E1F3445A6F21}.Release|Any CPU.Build.0 = Release|Any CPU
{55A5B305-C345-4D4E-A1BB-39E4643FFFEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55A5B305-C345-4D4E-A1BB-39E4643FFFEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55A5B305-C345-4D4E-A1BB-39E4643FFFEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55A5B305-C345-4D4E-A1BB-39E4643FFFEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B7852B8-8207-49BF-AC4F-027F12A91B9B}
EndGlobalSection
EndGlobal