-
Notifications
You must be signed in to change notification settings - Fork 17
/
Egnyte.Api.sln
31 lines (31 loc) · 1.56 KB
/
Egnyte.Api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Egnyte.Api", "Egnyte.Api\Egnyte.Api.csproj", "{A87EA96F-ED93-4D61-BD4C-6AB3029EF2E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Egnyte.Api.Tests", "Egnyte.Api.Tests\Egnyte.Api.Tests.csproj", "{A2B13ED0-A42E-44B2-9721-88E2B523CAA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A87EA96F-ED93-4D61-BD4C-6AB3029EF2E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A87EA96F-ED93-4D61-BD4C-6AB3029EF2E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A87EA96F-ED93-4D61-BD4C-6AB3029EF2E0}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{A87EA96F-ED93-4D61-BD4C-6AB3029EF2E0}.Release|Any CPU.Build.0 = Debug|Any CPU
{A2B13ED0-A42E-44B2-9721-88E2B523CAA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2B13ED0-A42E-44B2-9721-88E2B523CAA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2B13ED0-A42E-44B2-9721-88E2B523CAA6}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{A2B13ED0-A42E-44B2-9721-88E2B523CAA6}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D2ECFF2-3081-4F27-9550-BBBF94BD15BD}
EndGlobalSection
EndGlobal