-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathTekla.Mods.sln
42 lines (42 loc) · 2.47 KB
/
Tekla.Mods.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Areas", "~Areas\Areas.csproj", "{45BA58B0-1778-41D8-8E57-AC931A2A0009}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoRepair", "~AutoRepair\AutoRepair.csproj", "{9C03D122-CA5F-446A-AEFF-1D08D6698593}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildingUnleashed", "~BuildingUnleashed\BuildingUnleashed.csproj", "{5FB5B223-BB70-4F2C-9792-999A734E7F5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QoLPins", "~QoLPins\QoLPins.csproj", "{025E211A-86B6-4449-9F94-FA7C24A8A3D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorfulSigns", "~ColorfulSigns\ColorfulSigns.csproj", "{BC7EA33E-FD75-4825-BFA4-9A92900617F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DungeonReset", "~DungeonReset\DungeonReset.csproj", "{03F34726-ACB1-48AC-BFDF-FEAD74AB6569}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45BA58B0-1778-41D8-8E57-AC931A2A0009}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45BA58B0-1778-41D8-8E57-AC931A2A0009}.Release|Any CPU.Build.0 = Release|Any CPU
{9C03D122-CA5F-446A-AEFF-1D08D6698593}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C03D122-CA5F-446A-AEFF-1D08D6698593}.Release|Any CPU.Build.0 = Release|Any CPU
{5FB5B223-BB70-4F2C-9792-999A734E7F5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FB5B223-BB70-4F2C-9792-999A734E7F5C}.Release|Any CPU.Build.0 = Release|Any CPU
{025E211A-86B6-4449-9F94-FA7C24A8A3D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{025E211A-86B6-4449-9F94-FA7C24A8A3D7}.Release|Any CPU.Build.0 = Release|Any CPU
{BC7EA33E-FD75-4825-BFA4-9A92900617F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC7EA33E-FD75-4825-BFA4-9A92900617F1}.Release|Any CPU.Build.0 = Release|Any CPU
{03F34726-ACB1-48AC-BFDF-FEAD74AB6569}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03F34726-ACB1-48AC-BFDF-FEAD74AB6569}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D521BDC3-6864-4D40-B5B0-47D52AA825FA}
EndGlobalSection
EndGlobal