forked from Digitalroot-Valheim/bakaspaceman-ValheimMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ValheimMods.sln
57 lines (57 loc) · 3.65 KB
/
ValheimMods.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayerMapBlipToggle", "PlayerMapBlipToggle\PlayerMapBlipToggle.csproj", "{62551AF9-6DA8-4040-BE55-5D517749CF24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LastUsedWeapons", "LastUsedWeapons\LastUsedWeapons.csproj", "{840EEFBF-ED22-45A8-9DB3-B7E50D11D3FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetterStamina", "BetterStamina\BetterStamina.csproj", "{C78B697C-0617-40B5-B559-88D31B5ED1A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WetAndCold", "WetAndCold\WetAndCold.csproj", "{71E1016A-9C8B-4494-9A25-554145562E44}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "UnityUtils", "UnityUtils\UnityUtils.shproj", "{E4EC132F-1A8D-45B3-BF09-78144FF68BCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoCraftingStationRestrictions", "NoWorkbenchRestrictions\NoCraftingStationRestrictions.csproj", "{282EEC54-798D-482C-8772-596EF9A70C5C}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
UnityUtils\UnityUtils.projitems*{282eec54-798d-482c-8772-596ef9a70c5c}*SharedItemsImports = 4
UnityUtils\UnityUtils.projitems*{840eefbf-ed22-45a8-9db3-b7e50d11d3fa}*SharedItemsImports = 4
UnityUtils\UnityUtils.projitems*{c78b697c-0617-40b5-b559-88d31b5ed1a8}*SharedItemsImports = 4
UnityUtils\UnityUtils.projitems*{e4ec132f-1a8d-45b3-bf09-78144ff68bca}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62551AF9-6DA8-4040-BE55-5D517749CF24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62551AF9-6DA8-4040-BE55-5D517749CF24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62551AF9-6DA8-4040-BE55-5D517749CF24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62551AF9-6DA8-4040-BE55-5D517749CF24}.Release|Any CPU.Build.0 = Release|Any CPU
{840EEFBF-ED22-45A8-9DB3-B7E50D11D3FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{840EEFBF-ED22-45A8-9DB3-B7E50D11D3FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{840EEFBF-ED22-45A8-9DB3-B7E50D11D3FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{840EEFBF-ED22-45A8-9DB3-B7E50D11D3FA}.Release|Any CPU.Build.0 = Release|Any CPU
{C78B697C-0617-40B5-B559-88D31B5ED1A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C78B697C-0617-40B5-B559-88D31B5ED1A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C78B697C-0617-40B5-B559-88D31B5ED1A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C78B697C-0617-40B5-B559-88D31B5ED1A8}.Release|Any CPU.Build.0 = Release|Any CPU
{71E1016A-9C8B-4494-9A25-554145562E44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71E1016A-9C8B-4494-9A25-554145562E44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71E1016A-9C8B-4494-9A25-554145562E44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71E1016A-9C8B-4494-9A25-554145562E44}.Release|Any CPU.Build.0 = Release|Any CPU
{282EEC54-798D-482C-8772-596EF9A70C5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{282EEC54-798D-482C-8772-596EF9A70C5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{282EEC54-798D-482C-8772-596EF9A70C5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{282EEC54-798D-482C-8772-596EF9A70C5C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E8F666CE-1C07-4D66-9E8D-43CBC94CA263}
EndGlobalSection
EndGlobal