This repository was archived by the owner on Aug 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTBModExtension.sln
More file actions
58 lines (58 loc) · 3.78 KB
/
TBModExtension.sln
File metadata and controls
58 lines (58 loc) · 3.78 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
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TBModExtensionHost", "TBModExtensionHost\TBModExtensionHost.csproj", "{40A7B1DB-4148-4B60-9E5A-025CC25A36A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TBModExtension_Inheritance", "TBModExtension_Inheritance\TBModExtension_Inheritance.csproj", "{393EF512-431C-4509-ACDE-9B75591B6B6A}"
ProjectSection(ProjectDependencies) = postProject
{40A7B1DB-4148-4B60-9E5A-025CC25A36A7} = {40A7B1DB-4148-4B60-9E5A-025CC25A36A7}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TBModExtensionPlugin", "TBModExtensionPlugin\TBModExtensionPlugin.csproj", "{990E4A99-1AC2-4620-AD25-9C561663CEC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TBModExtension_Network", "TBModExtension_Network\TBModExtension_Network.csproj", "{79DC52F9-1B8B-47F2-AE9E-97EA8765CC78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TBModExtension_Logging", "TBModExtension_Logging\TBModExtension_Logging.csproj", "{70F24E39-AF77-49D8-A8A0-0A77684BDE72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TBModExtension_Highlights", "TBModExtension_Highlights\TBModExtension_Highlights.csproj", "{B8BC96BB-1AB5-4460-A60E-95D4C649E8C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40A7B1DB-4148-4B60-9E5A-025CC25A36A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40A7B1DB-4148-4B60-9E5A-025CC25A36A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40A7B1DB-4148-4B60-9E5A-025CC25A36A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40A7B1DB-4148-4B60-9E5A-025CC25A36A7}.Release|Any CPU.Build.0 = Release|Any CPU
{393EF512-431C-4509-ACDE-9B75591B6B6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{393EF512-431C-4509-ACDE-9B75591B6B6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{393EF512-431C-4509-ACDE-9B75591B6B6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{393EF512-431C-4509-ACDE-9B75591B6B6A}.Release|Any CPU.Build.0 = Release|Any CPU
{990E4A99-1AC2-4620-AD25-9C561663CEC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{990E4A99-1AC2-4620-AD25-9C561663CEC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{990E4A99-1AC2-4620-AD25-9C561663CEC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{990E4A99-1AC2-4620-AD25-9C561663CEC6}.Release|Any CPU.Build.0 = Release|Any CPU
{79DC52F9-1B8B-47F2-AE9E-97EA8765CC78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79DC52F9-1B8B-47F2-AE9E-97EA8765CC78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79DC52F9-1B8B-47F2-AE9E-97EA8765CC78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79DC52F9-1B8B-47F2-AE9E-97EA8765CC78}.Release|Any CPU.Build.0 = Release|Any CPU
{70F24E39-AF77-49D8-A8A0-0A77684BDE72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70F24E39-AF77-49D8-A8A0-0A77684BDE72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70F24E39-AF77-49D8-A8A0-0A77684BDE72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70F24E39-AF77-49D8-A8A0-0A77684BDE72}.Release|Any CPU.Build.0 = Release|Any CPU
{B8BC96BB-1AB5-4460-A60E-95D4C649E8C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8BC96BB-1AB5-4460-A60E-95D4C649E8C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8BC96BB-1AB5-4460-A60E-95D4C649E8C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8BC96BB-1AB5-4460-A60E-95D4C649E8C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {022F2B2F-5D8B-487D-B667-15305855BDCC}
EndGlobalSection
EndGlobal