forked from teference/zoho-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zoho-dotnet.sln
44 lines (44 loc) · 2.18 KB
/
zoho-dotnet.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
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".solution", ".solution", "{D5C07298-7C11-4AA0-BBDB-19AF576BADBB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
zoho-logo.png = zoho-logo.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "source", "source", "{722FA4FA-8F87-4620-9FE9-8D08D3D28662}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3C9BB4EF-70B1-46E5-B57E-6A86148F4DF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zoho.Api", "source\Zoho.Api\Zoho.Api.csproj", "{04FBD287-9BFD-4441-A54D-B38296500154}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zoho.ApiTest", "test\Zoho.ApiTest\Zoho.ApiTest.csproj", "{44871871-3E0E-4C87-BEE3-419980B607BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04FBD287-9BFD-4441-A54D-B38296500154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04FBD287-9BFD-4441-A54D-B38296500154}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04FBD287-9BFD-4441-A54D-B38296500154}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04FBD287-9BFD-4441-A54D-B38296500154}.Release|Any CPU.Build.0 = Release|Any CPU
{44871871-3E0E-4C87-BEE3-419980B607BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44871871-3E0E-4C87-BEE3-419980B607BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44871871-3E0E-4C87-BEE3-419980B607BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44871871-3E0E-4C87-BEE3-419980B607BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{04FBD287-9BFD-4441-A54D-B38296500154} = {722FA4FA-8F87-4620-9FE9-8D08D3D28662}
{44871871-3E0E-4C87-BEE3-419980B607BC} = {3C9BB4EF-70B1-46E5-B57E-6A86148F4DF0}
EndGlobalSection
EndGlobal