-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAirlyAPI.sln
30 lines (30 loc) · 1.59 KB
/
AirlyAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31321.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Airly.Net", "Airly.Net\Airly.Net.csproj", "{05977F05-4D06-4A1D-8477-DDF91D6E7B95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Airly.Net.Test", "Airly.Net.Test\Airly.Net.Test.csproj", "{77B1DED9-4D02-48E1-A651-A1F19583333E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05977F05-4D06-4A1D-8477-DDF91D6E7B95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05977F05-4D06-4A1D-8477-DDF91D6E7B95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05977F05-4D06-4A1D-8477-DDF91D6E7B95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05977F05-4D06-4A1D-8477-DDF91D6E7B95}.Release|Any CPU.Build.0 = Release|Any CPU
{77B1DED9-4D02-48E1-A651-A1F19583333E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77B1DED9-4D02-48E1-A651-A1F19583333E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77B1DED9-4D02-48E1-A651-A1F19583333E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77B1DED9-4D02-48E1-A651-A1F19583333E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8391433D-1E7B-4445-8DB5-FD36710D3B20}
EndGlobalSection
EndGlobal