-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAdaptor.sln
27 lines (27 loc) · 1.55 KB
/
Adaptor.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunctionHandler", "src\FunctionHandler\FunctionHandler.csproj", "{409A58AD-CCB2-4973-BCDA-9007ABB868D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{05044408-21D1-436F-86D3-70ABBFDC6A4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunctionHandler.Tests", "tests\FunctionHandler.Tests\FunctionHandler.Tests.csproj", "{B085FF51-5F4C-4A20-8D2D-1F261528A31D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{409A58AD-CCB2-4973-BCDA-9007ABB868D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{409A58AD-CCB2-4973-BCDA-9007ABB868D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{409A58AD-CCB2-4973-BCDA-9007ABB868D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{409A58AD-CCB2-4973-BCDA-9007ABB868D0}.Release|Any CPU.Build.0 = Release|Any CPU
{B085FF51-5F4C-4A20-8D2D-1F261528A31D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B085FF51-5F4C-4A20-8D2D-1F261528A31D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B085FF51-5F4C-4A20-8D2D-1F261528A31D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B085FF51-5F4C-4A20-8D2D-1F261528A31D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B085FF51-5F4C-4A20-8D2D-1F261528A31D} = {05044408-21D1-436F-86D3-70ABBFDC6A4E}
EndGlobalSection
EndGlobal