-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathLuaon.NET.sln
More file actions
37 lines (37 loc) · 2.03 KB
/
Luaon.NET.sln
File metadata and controls
37 lines (37 loc) · 2.03 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Luaon.NET", "Luaon.NET\Luaon.NET.csproj", "{F66E9544-0E44-4CE5-BB73-E75FC5309D87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XUnitTestProject1", "XUnitTestProject1\XUnitTestProject1.csproj", "{FD89F406-277A-4B08-A955-779F89F2871E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Luaon.Json", "Luaon.Json\Luaon.Json.csproj", "{08518B9C-4362-4A24-939C-6AE9776E84E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F66E9544-0E44-4CE5-BB73-E75FC5309D87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F66E9544-0E44-4CE5-BB73-E75FC5309D87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F66E9544-0E44-4CE5-BB73-E75FC5309D87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F66E9544-0E44-4CE5-BB73-E75FC5309D87}.Release|Any CPU.Build.0 = Release|Any CPU
{FD89F406-277A-4B08-A955-779F89F2871E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD89F406-277A-4B08-A955-779F89F2871E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD89F406-277A-4B08-A955-779F89F2871E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD89F406-277A-4B08-A955-779F89F2871E}.Release|Any CPU.Build.0 = Release|Any CPU
{08518B9C-4362-4A24-939C-6AE9776E84E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08518B9C-4362-4A24-939C-6AE9776E84E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08518B9C-4362-4A24-939C-6AE9776E84E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08518B9C-4362-4A24-939C-6AE9776E84E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {22570FBB-E5DF-4DDB-9B47-70C320EBE4BF}
EndGlobalSection
EndGlobal