forked from NLua/KeraLua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KeraLua.Core.sln
52 lines (52 loc) · 3.01 KB
/
KeraLua.Core.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
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "KeraLua", "KeraLua", "{4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "KeraLua.Shared", "src\KeraLua.Shared.shproj", "{BD205AD6-760E-48F3-BAB2-21447396BD17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeraLua.NetCore", "build\netcore\KeraLua.NetCore.csproj", "{078D8C1B-0CD3-4500-9400-687609C1299C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{B3EAA632-D2D7-4272-9DB9-11F46C99DAE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeraLua.NetStandard20", "build\netstandard2.0\KeraLua.NetStandard20.csproj", "{23F44CC0-64E4-4E29-8A99-1A6DADB4BBB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeraLuaTest.Core", "tests\build\netcore\KeraLuaTest.Core.csproj", "{BA8AC268-775C-4A50-9EAE-F30595AC9105}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\KeraLua.Core.projitems*{bd205ad6-760e-48f3-bab2-21447396bd17}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{078D8C1B-0CD3-4500-9400-687609C1299C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{078D8C1B-0CD3-4500-9400-687609C1299C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{078D8C1B-0CD3-4500-9400-687609C1299C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{078D8C1B-0CD3-4500-9400-687609C1299C}.Release|Any CPU.Build.0 = Release|Any CPU
{23F44CC0-64E4-4E29-8A99-1A6DADB4BBB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23F44CC0-64E4-4E29-8A99-1A6DADB4BBB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23F44CC0-64E4-4E29-8A99-1A6DADB4BBB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23F44CC0-64E4-4E29-8A99-1A6DADB4BBB4}.Release|Any CPU.Build.0 = Release|Any CPU
{BA8AC268-775C-4A50-9EAE-F30595AC9105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA8AC268-775C-4A50-9EAE-F30595AC9105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA8AC268-775C-4A50-9EAE-F30595AC9105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA8AC268-775C-4A50-9EAE-F30595AC9105}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BD205AD6-760E-48F3-BAB2-21447396BD17} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{078D8C1B-0CD3-4500-9400-687609C1299C} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{23F44CC0-64E4-4E29-8A99-1A6DADB4BBB4} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{BA8AC268-775C-4A50-9EAE-F30595AC9105} = {B3EAA632-D2D7-4272-9DB9-11F46C99DAE9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4720E610-698B-48DD-BBD7-03AC99E9BC90}
EndGlobalSection
EndGlobal