forked from LlamaMagic/RBtrust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RBTrust.sln
42 lines (42 loc) · 1.94 KB
/
RBTrust.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 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RBTrust", "RBTrust.csproj", "{5459F0C3-4FB6-44A4-AE1E-8CE9CBCA67F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1C19945B-B93E-4ED7-808E-718A2342DD02}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
README.zh.md = README.zh.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LlamaLibrary", "..\..\Quest Behaviors\__LlamaLibrary\LlamaLibrary.csproj", "{196EE308-0205-4CC4-B449-51064F7E9960}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5459F0C3-4FB6-44A4-AE1E-8CE9CBCA67F4}.Debug|x64.ActiveCfg = Debug|x64
{5459F0C3-4FB6-44A4-AE1E-8CE9CBCA67F4}.Debug|x64.Build.0 = Debug|x64
{5459F0C3-4FB6-44A4-AE1E-8CE9CBCA67F4}.Release|x64.ActiveCfg = Release|x64
{5459F0C3-4FB6-44A4-AE1E-8CE9CBCA67F4}.Release|x64.Build.0 = Release|x64
{196EE308-0205-4CC4-B449-51064F7E9960}.Debug|x64.ActiveCfg = Debug|Any CPU
{196EE308-0205-4CC4-B449-51064F7E9960}.Debug|x64.Build.0 = Debug|Any CPU
{196EE308-0205-4CC4-B449-51064F7E9960}.Release|x64.ActiveCfg = Release|x64
{196EE308-0205-4CC4-B449-51064F7E9960}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {86B48CFF-3D75-4F5B-A97D-79F0D1C58179}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{196EE308-0205-4CC4-B449-51064F7E9960} = {1C19945B-B93E-4ED7-808E-718A2342DD02}
EndGlobalSection
EndGlobal