-
Notifications
You must be signed in to change notification settings - Fork 108
/
Alexa.NET.sln
40 lines (40 loc) · 1.98 KB
/
Alexa.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31631.564
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF85BDE3-45A9-44DB-951B-960ADAA73ED7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\prbuild.yaml = .github\workflows\prbuild.yaml
README.md = README.md
testEnvironments.json = testEnvironments.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alexa.NET", "Alexa.NET\Alexa.NET.csproj", "{C5D40122-BB51-40D8-8934-0468BCC6C92B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alexa.NET.Tests", "Alexa.NET.Tests\Alexa.NET.Tests.csproj", "{42512CDE-5E06-4D24-9467-075B0287613D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5D40122-BB51-40D8-8934-0468BCC6C92B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5D40122-BB51-40D8-8934-0468BCC6C92B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5D40122-BB51-40D8-8934-0468BCC6C92B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5D40122-BB51-40D8-8934-0468BCC6C92B}.Release|Any CPU.Build.0 = Release|Any CPU
{42512CDE-5E06-4D24-9467-075B0287613D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42512CDE-5E06-4D24-9467-075B0287613D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42512CDE-5E06-4D24-9467-075B0287613D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42512CDE-5E06-4D24-9467-075B0287613D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DE2EBF3-D9EE-429E-9A7C-53C10298DB13}
EndGlobalSection
EndGlobal