-
-
Notifications
You must be signed in to change notification settings - Fork 84
/
KeraLua.net8.0.sln
51 lines (50 loc) · 2.75 KB
/
KeraLua.net8.0.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
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.net8.0", "build\net8.0\KeraLua.net8.0.csproj", "{078D8C1B-0CD3-4500-9400-687609C1299C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{2AF69FF8-83DC-4BBF-8C13-C034C23B0EBA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeraLuaTest.net8.0", "tests\build\net8.0\KeraLuaTest.net8.0.csproj", "{B915B26F-5B5B-441A-A9BF-565B67891F2F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0BB3C48C-2EA8-4E26-BBB7-7B13BDE86841}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\KeraLua.Core.projitems*{078d8c1b-0cd3-4500-9400-687609c1299c}*SharedItemsImports = 5
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
{B915B26F-5B5B-441A-A9BF-565B67891F2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B915B26F-5B5B-441A-A9BF-565B67891F2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B915B26F-5B5B-441A-A9BF-565B67891F2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B915B26F-5B5B-441A-A9BF-565B67891F2F}.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}
{B915B26F-5B5B-441A-A9BF-565B67891F2F} = {2AF69FF8-83DC-4BBF-8C13-C034C23B0EBA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4720E610-698B-48DD-BBD7-03AC99E9BC90}
EndGlobalSection
EndGlobal