forked from Jakosa/LuaInterface
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLuaInterface.sln
More file actions
51 lines (51 loc) · 2.74 KB
/
LuaInterface.sln
File metadata and controls
51 lines (51 loc) · 2.74 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Applications", "Applications", "{B13128D8-A4F3-4C53-A4C6-F2EA34F527BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{B8664957-CB71-4F11-A4DB-59E7514BC5F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KopiLua", "Core\KopiLua\KopiLua.csproj", "{4685AD89-1DC1-49CD-9026-A447C97D7D1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LuaInterface", "Core\LuaInterface\LuaInterface.csproj", "{8546E2B4-2394-4435-AADC-5FF7ED7AE47E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LuaRunner", "Applications\LuaRunner\LuaRunner.csproj", "{088416A8-EFFF-413A-8579-088D054EBC1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4685AD89-1DC1-49CD-9026-A447C97D7D1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4685AD89-1DC1-49CD-9026-A447C97D7D1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4685AD89-1DC1-49CD-9026-A447C97D7D1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4685AD89-1DC1-49CD-9026-A447C97D7D1C}.Release|Any CPU.Build.0 = Release|Any CPU
{8546E2B4-2394-4435-AADC-5FF7ED7AE47E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8546E2B4-2394-4435-AADC-5FF7ED7AE47E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8546E2B4-2394-4435-AADC-5FF7ED7AE47E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8546E2B4-2394-4435-AADC-5FF7ED7AE47E}.Release|Any CPU.Build.0 = Release|Any CPU
{088416A8-EFFF-413A-8579-088D054EBC1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{088416A8-EFFF-413A-8579-088D054EBC1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{088416A8-EFFF-413A-8579-088D054EBC1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{088416A8-EFFF-413A-8579-088D054EBC1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4685AD89-1DC1-49CD-9026-A447C97D7D1C} = {B8664957-CB71-4F11-A4DB-59E7514BC5F3}
{8546E2B4-2394-4435-AADC-5FF7ED7AE47E} = {B8664957-CB71-4F11-A4DB-59E7514BC5F3}
{088416A8-EFFF-413A-8579-088D054EBC1C} = {B13128D8-A4F3-4C53-A4C6-F2EA34F527BD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6CF0E425-DA66-4ABF-8682-2EB10C5A49AF}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Core\LuaInterface\LuaInterface.csproj
description = LuaInterface
version = 2.x
EndGlobalSection
EndGlobal