-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLoxScriptExample.sln
31 lines (31 loc) · 1.55 KB
/
LoxScriptExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoxScriptExample", "LoxScriptExample\LoxScriptExample.csproj", "{BAACB847-DD68-4037-9D94-FB987397E01C}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XptScriptLib", "XptScriptLib\XptScriptLib.shproj", "{821F5BAD-D32C-4E09-BED2-2C39069F9E9C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAACB847-DD68-4037-9D94-FB987397E01C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAACB847-DD68-4037-9D94-FB987397E01C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAACB847-DD68-4037-9D94-FB987397E01C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAACB847-DD68-4037-9D94-FB987397E01C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C53A079C-C1C3-45D9-9DAF-694C42BB48B2}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
XptScriptLib\XptScriptLib.projitems*{821f5bad-d32c-4e09-bed2-2c39069f9e9c}*SharedItemsImports = 13
XptScriptLib\XptScriptLib.projitems*{baacb847-dd68-4037-9d94-fb987397e01c}*SharedItemsImports = 4
EndGlobalSection
EndGlobal