forked from Khairex/ValheimMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathValheimMods.sln
37 lines (37 loc) · 2.05 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InfiniteTorchMod", "InfiniteTorchMod\InfiniteTorchMod.csproj", "{FBA93479-93AC-43D9-8EF2-CFB83BDB7B6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PvPNoSkillDrain", "PvPNoSkillDrain\PvPNoSkillDrain.csproj", "{1277EDA9-1915-44AB-91EE-37CD15F8673F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UsefulTrophies", "UsefulTrophies\UsefulTrophies.csproj", "{B924561B-3250-4173-A060-5460889046AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBA93479-93AC-43D9-8EF2-CFB83BDB7B6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBA93479-93AC-43D9-8EF2-CFB83BDB7B6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBA93479-93AC-43D9-8EF2-CFB83BDB7B6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBA93479-93AC-43D9-8EF2-CFB83BDB7B6D}.Release|Any CPU.Build.0 = Release|Any CPU
{1277EDA9-1915-44AB-91EE-37CD15F8673F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1277EDA9-1915-44AB-91EE-37CD15F8673F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1277EDA9-1915-44AB-91EE-37CD15F8673F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1277EDA9-1915-44AB-91EE-37CD15F8673F}.Release|Any CPU.Build.0 = Release|Any CPU
{B924561B-3250-4173-A060-5460889046AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B924561B-3250-4173-A060-5460889046AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B924561B-3250-4173-A060-5460889046AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B924561B-3250-4173-A060-5460889046AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B00AAEF-887B-42F6-97B7-BAE4913D9C3D}
EndGlobalSection
EndGlobal