-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLuasAPI.NET.sln
More file actions
48 lines (48 loc) · 2.8 KB
/
LuasAPI.NET.sln
File metadata and controls
48 lines (48 loc) · 2.8 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
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LuasAPI.NET.Tests", "LuasAPI.NET.Tests\LuasAPI.NET.Tests.csproj", "{57C53DD4-D3AC-4B6E-8D47-B6BB8613EA02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LuasAPI.NET.Example", "LuasAPI.NET.Example\LuasAPI.NET.Example.csproj", "{AAE2491D-B691-4AAC-9FDD-04858112A26E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LuasAPI.NET", "LuasAPI.NET\LuasAPI.NET.csproj", "{92129F06-30FE-40A1-B509-B20BF72867ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuasAPI.AzureFunction", "LuasAPI.AzureFunction\LuasAPI.AzureFunction.csproj", "{1BBF5024-B0FC-4F61-8617-15437F7FC9DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6B498492-7008-4A14-A5F5-EC40EC24550F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57C53DD4-D3AC-4B6E-8D47-B6BB8613EA02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57C53DD4-D3AC-4B6E-8D47-B6BB8613EA02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57C53DD4-D3AC-4B6E-8D47-B6BB8613EA02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57C53DD4-D3AC-4B6E-8D47-B6BB8613EA02}.Release|Any CPU.Build.0 = Release|Any CPU
{AAE2491D-B691-4AAC-9FDD-04858112A26E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAE2491D-B691-4AAC-9FDD-04858112A26E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAE2491D-B691-4AAC-9FDD-04858112A26E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAE2491D-B691-4AAC-9FDD-04858112A26E}.Release|Any CPU.Build.0 = Release|Any CPU
{92129F06-30FE-40A1-B509-B20BF72867ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92129F06-30FE-40A1-B509-B20BF72867ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92129F06-30FE-40A1-B509-B20BF72867ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92129F06-30FE-40A1-B509-B20BF72867ED}.Release|Any CPU.Build.0 = Release|Any CPU
{1BBF5024-B0FC-4F61-8617-15437F7FC9DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BBF5024-B0FC-4F61-8617-15437F7FC9DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BBF5024-B0FC-4F61-8617-15437F7FC9DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BBF5024-B0FC-4F61-8617-15437F7FC9DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A7E8076-9976-4A55-804F-14BFD15F16E7}
EndGlobalSection
EndGlobal