-
Notifications
You must be signed in to change notification settings - Fork 0
/
NLua.Android.sln
38 lines (38 loc) · 2.41 KB
/
NLua.Android.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua.Android", "Core\NLua\NLua.Android.csproj", "{92E4BB6F-130D-4EB6-9F0E-80CD213ACE81}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeraLua.Android", "Core\KeraLua\src\KeraLua.Android.csproj", "{7648657A-8012-49FE-B7BF-BC90F77AD742}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KopiLua.Android", "Core\KopiLua\KopiLua\KopiLua.Android.csproj", "{15166620-0EDC-4F70-8551-590818DF7C67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLuaTest.Android", "NLuaTests.Android\NLuaTest.Android.csproj", "{401B1795-0B7C-4F20-AE9D-F8685D15A825}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15166620-0EDC-4F70-8551-590818DF7C67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15166620-0EDC-4F70-8551-590818DF7C67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15166620-0EDC-4F70-8551-590818DF7C67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15166620-0EDC-4F70-8551-590818DF7C67}.Release|Any CPU.Build.0 = Release|Any CPU
{401B1795-0B7C-4F20-AE9D-F8685D15A825}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{401B1795-0B7C-4F20-AE9D-F8685D15A825}.Debug|Any CPU.Build.0 = Debug|Any CPU
{401B1795-0B7C-4F20-AE9D-F8685D15A825}.Release|Any CPU.ActiveCfg = Release|Any CPU
{401B1795-0B7C-4F20-AE9D-F8685D15A825}.Release|Any CPU.Build.0 = Release|Any CPU
{7648657A-8012-49FE-B7BF-BC90F77AD742}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7648657A-8012-49FE-B7BF-BC90F77AD742}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7648657A-8012-49FE-B7BF-BC90F77AD742}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7648657A-8012-49FE-B7BF-BC90F77AD742}.Release|Any CPU.Build.0 = Release|Any CPU
{92E4BB6F-130D-4EB6-9F0E-80CD213ACE81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92E4BB6F-130D-4EB6-9F0E-80CD213ACE81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92E4BB6F-130D-4EB6-9F0E-80CD213ACE81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92E4BB6F-130D-4EB6-9F0E-80CD213ACE81}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = NLuaTests.Android\NLuaTest.Android.csproj
EndGlobalSection
EndGlobal