-
-
Notifications
You must be signed in to change notification settings - Fork 84
/
KeraLua.UWP.sln
39 lines (39 loc) · 1.95 KB
/
KeraLua.UWP.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
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("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{B3EAA632-D2D7-4272-9DB9-11F46C99DAE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeraLua.UWP", "build\uap10.0\KeraLua.UWP.csproj", "{8E903752-A674-467B-AB4F-112206A46140}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\KeraLua.Core.projitems*{8e903752-a674-467b-ab4f-112206a46140}*SharedItemsImports = 4
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
{8E903752-A674-467B-AB4F-112206A46140}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E903752-A674-467B-AB4F-112206A46140}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E903752-A674-467B-AB4F-112206A46140}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E903752-A674-467B-AB4F-112206A46140}.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}
{8E903752-A674-467B-AB4F-112206A46140} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4720E610-698B-48DD-BBD7-03AC99E9BC90}
EndGlobalSection
EndGlobal