forked from ekudram/-cap-RimworldInteractiveChatServices
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSource.sln
More file actions
53 lines (53 loc) · 2.84 KB
/
Source.sln
File metadata and controls
53 lines (53 loc) · 2.84 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.2.11415.280 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "[CAP] Chat Interactive", "[CAP] Chat Interactive\[CAP] Chat Interactive.csproj", "{931E9D4D-3A8D-4B9F-8B45-55CB9267242A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
..\1.6\Defs\JobDefs\JobDefs.xml = ..\1.6\Defs\JobDefs\JobDefs.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "About", "About", "{0083D6CE-282C-4E30-BECE-19D430116E62}"
ProjectSection(SolutionItems) = preProject
..\About\about.xml = ..\About\about.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "[CAP] HAR Patch", "[CAP] HAR Patch\[CAP] HAR Patch.csproj", "{6A6186C9-4DC4-4098-B598-BAACF789CE32}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Languages", "Languages", "{3D07B92E-449F-4DD2-B323-83B0E2E269D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "English", "English", "{574CBD0D-4F52-4EE9-8D65-3CDA841A3D76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Keyed", "Keyed", "{B6C16C47-CCC0-4214-B9EF-45B1EE08AA29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{931E9D4D-3A8D-4B9F-8B45-55CB9267242A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{931E9D4D-3A8D-4B9F-8B45-55CB9267242A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{931E9D4D-3A8D-4B9F-8B45-55CB9267242A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{931E9D4D-3A8D-4B9F-8B45-55CB9267242A}.Release|Any CPU.Build.0 = Release|Any CPU
{6A6186C9-4DC4-4098-B598-BAACF789CE32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A6186C9-4DC4-4098-B598-BAACF789CE32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A6186C9-4DC4-4098-B598-BAACF789CE32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A6186C9-4DC4-4098-B598-BAACF789CE32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0083D6CE-282C-4E30-BECE-19D430116E62} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{3D07B92E-449F-4DD2-B323-83B0E2E269D5} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{574CBD0D-4F52-4EE9-8D65-3CDA841A3D76} = {3D07B92E-449F-4DD2-B323-83B0E2E269D5}
{B6C16C47-CCC0-4214-B9EF-45B1EE08AA29} = {574CBD0D-4F52-4EE9-8D65-3CDA841A3D76}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0130A430-4ED0-4CF4-A387-6AFDCFF9326F}
EndGlobalSection
EndGlobal