This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
forked from efrederickson/KopiLua-v5.1.5
-
Notifications
You must be signed in to change notification settings - Fork 31
/
KopiLua.Net40.sln
38 lines (38 loc) · 2.33 KB
/
KopiLua.Net40.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}") = "KopiLua.Net40", "KopiLua\KopiLua.Net40.csproj", "{E8DDBC21-EF74-4ABA-9C49-BFC702BE25D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KopiLua.Tests.40", "KopiLua.Tests\KopiLua.Tests.40.csproj", "{9C7932E8-A045-4AE4-A3B4-9F4C44511087}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lua.40", "Lua\Lua.40.csproj", "{1F39043F-11B4-4202-9B0A-6606FA7BB355}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Luac.40", "Luac\Luac.40.csproj", "{6962DD1F-A32D-4827-B5C5-DB1742CB4D48}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F39043F-11B4-4202-9B0A-6606FA7BB355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F39043F-11B4-4202-9B0A-6606FA7BB355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F39043F-11B4-4202-9B0A-6606FA7BB355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F39043F-11B4-4202-9B0A-6606FA7BB355}.Release|Any CPU.Build.0 = Release|Any CPU
{6962DD1F-A32D-4827-B5C5-DB1742CB4D48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6962DD1F-A32D-4827-B5C5-DB1742CB4D48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6962DD1F-A32D-4827-B5C5-DB1742CB4D48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6962DD1F-A32D-4827-B5C5-DB1742CB4D48}.Release|Any CPU.Build.0 = Release|Any CPU
{9C7932E8-A045-4AE4-A3B4-9F4C44511087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C7932E8-A045-4AE4-A3B4-9F4C44511087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C7932E8-A045-4AE4-A3B4-9F4C44511087}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C7932E8-A045-4AE4-A3B4-9F4C44511087}.Release|Any CPU.Build.0 = Release|Any CPU
{E8DDBC21-EF74-4ABA-9C49-BFC702BE25D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8DDBC21-EF74-4ABA-9C49-BFC702BE25D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8DDBC21-EF74-4ABA-9C49-BFC702BE25D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8DDBC21-EF74-4ABA-9C49-BFC702BE25D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = KopiLua\KopiLua.Net40.csproj
EndGlobalSection
EndGlobal