forked from abearcodes/Valheim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ABearCodes.Valheim.sln
35 lines (35 loc) · 2.59 KB
/
ABearCodes.Valheim.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ABearCodes.Valheim.CraftingWithContainers", "ABearCodes.Valheim.CraftingWithContainers\ABearCodes.Valheim.CraftingWithContainers.csproj", "{9A6448B7-AF54-423C-A162-281293225599}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ABearCodes.Valheim.SimpleAutoGameStart", "ABearCodes.Valheim.SimpleAutoGameStart\ABearCodes.Valheim.SimpleAutoGameStart.csproj", "{C764F590-96E0-4221-A2D5-3AFD213B423B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ABearCodes.Valheim.Recycler", "ABearCodes.Valheim.SimpleRecycling\ABearCodes.Valheim.SimpleRecycling.csproj", "{C764F590-96E0-4221-A2D5-3AFD213B423D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ABearCodes.Valheim.ThinkingWithPortals", "ABearCodes.Valheim.ThinkingWithPortals\ABearCodes.Valheim.ThinkingWithPortals.csproj", "{C75F034F-2EE8-4CED-95F9-ABDF93B9F2D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A6448B7-AF54-423C-A162-281293225599}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A6448B7-AF54-423C-A162-281293225599}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A6448B7-AF54-423C-A162-281293225599}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A6448B7-AF54-423C-A162-281293225599}.Release|Any CPU.Build.0 = Release|Any CPU
{9A6448B7-AF54-423C-A162-281293225599}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C764F590-96E0-4221-A2D5-3AFD213B423B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C764F590-96E0-4221-A2D5-3AFD213B423B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C764F590-96E0-4221-A2D5-3AFD213B423B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C764F590-96E0-4221-A2D5-3AFD213B423B}.Release|Any CPU.Build.0 = Release|Any CPU
{C764F590-96E0-4221-A2D5-3AFD213B423D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C764F590-96E0-4221-A2D5-3AFD213B423D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C764F590-96E0-4221-A2D5-3AFD213B423D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C764F590-96E0-4221-A2D5-3AFD213B423D}.Release|Any CPU.Build.0 = Release|Any CPU
{C75F034F-2EE8-4CED-95F9-ABDF93B9F2D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C75F034F-2EE8-4CED-95F9-ABDF93B9F2D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C75F034F-2EE8-4CED-95F9-ABDF93B9F2D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C75F034F-2EE8-4CED-95F9-ABDF93B9F2D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal