forked from stoiveyp/Alexa.NET.APL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Alexa.NET.APL.sln
36 lines (36 loc) · 1.81 KB
/
Alexa.NET.APL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alexa.NET.APL", "Alexa.NET.APL\Alexa.NET.APL.csproj", "{3A4D0DAA-35D0-477C-8BDF-A7442347B1EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alexa.NET.APL.Tests", "Alexa.NET.APL.Tests\Alexa.NET.APL.Tests.csproj", "{C0052F73-B094-42B0-B529-5D5937B03382}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3904BEF6-7C9C-4E43-B51C-8D03A013CFA7}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A4D0DAA-35D0-477C-8BDF-A7442347B1EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A4D0DAA-35D0-477C-8BDF-A7442347B1EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A4D0DAA-35D0-477C-8BDF-A7442347B1EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A4D0DAA-35D0-477C-8BDF-A7442347B1EB}.Release|Any CPU.Build.0 = Release|Any CPU
{C0052F73-B094-42B0-B529-5D5937B03382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0052F73-B094-42B0-B529-5D5937B03382}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0052F73-B094-42B0-B529-5D5937B03382}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0052F73-B094-42B0-B529-5D5937B03382}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D793B34-988E-484D-9005-412967151EE4}
EndGlobalSection
EndGlobal