-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLuaPlugin.sln
40 lines (40 loc) · 2.13 KB
/
LuaPlugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuaPlugin", "LuaPlugin\LuaPlugin.csproj", "{10C51A09-F455-4087-A9F3-9B533CA5346E}"
ProjectSection(ProjectDependencies) = postProject
{7DC9F60C-E42F-4E26-BAE1-1382E051E083} = {7DC9F60C-E42F-4E26-BAE1-1382E051E083}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLuaTest", "NLuaTest\NLuaTest.csproj", "{6B27AB8A-924D-43E4-9FC3-42E764A815A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyLua", "MyLua\MyLua.csproj", "{7DC9F60C-E42F-4E26-BAE1-1382E051E083}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10C51A09-F455-4087-A9F3-9B533CA5346E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10C51A09-F455-4087-A9F3-9B533CA5346E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10C51A09-F455-4087-A9F3-9B533CA5346E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10C51A09-F455-4087-A9F3-9B533CA5346E}.Release|Any CPU.Build.0 = Release|Any CPU
{6B27AB8A-924D-43E4-9FC3-42E764A815A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B27AB8A-924D-43E4-9FC3-42E764A815A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B27AB8A-924D-43E4-9FC3-42E764A815A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B27AB8A-924D-43E4-9FC3-42E764A815A6}.Release|Any CPU.Build.0 = Release|Any CPU
{7DC9F60C-E42F-4E26-BAE1-1382E051E083}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DC9F60C-E42F-4E26-BAE1-1382E051E083}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DC9F60C-E42F-4E26-BAE1-1382E051E083}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DC9F60C-E42F-4E26-BAE1-1382E051E083}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {927EFDF7-218F-4E27-AEBE-DC283D866989}
EndGlobalSection
EndGlobal