forked from Speedygeek/ZendeskApi_v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZendeskApi_v2_vs2012.sln
47 lines (47 loc) · 2.77 KB
/
ZendeskApi_v2_vs2012.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
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZendeskApi_v2", "ZenDeskApi_v2\ZendeskApi_v2.csproj", "{D17BCC22-9561-4FC4-9C52-975808641ECE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{A80DB5E8-5D98-4256-9513-34E13A82D5EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8CFE6722-BBAA-4BE6-A634-C5039D9B91C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZendeskApi_v2_Mobile", "ZendeskApi_v2_Mobile\ZendeskApi_v2_Mobile.csproj", "{E7EABB17-E3EE-4509-B1FE-8AB87BA3C76E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CA0A343F-FD43-43D5-ACE1-FC6BEFA2C7E2}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZendeskApi_v2_Net35", "ZendeskApi_v2_Net35\ZendeskApi_v2_Net35.csproj", "{C1D27B49-4B9D-467D-98E7-3695F35EA400}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D17BCC22-9561-4FC4-9C52-975808641ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D17BCC22-9561-4FC4-9C52-975808641ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D17BCC22-9561-4FC4-9C52-975808641ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D17BCC22-9561-4FC4-9C52-975808641ECE}.Release|Any CPU.Build.0 = Release|Any CPU
{A80DB5E8-5D98-4256-9513-34E13A82D5EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A80DB5E8-5D98-4256-9513-34E13A82D5EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A80DB5E8-5D98-4256-9513-34E13A82D5EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A80DB5E8-5D98-4256-9513-34E13A82D5EE}.Release|Any CPU.Build.0 = Release|Any CPU
{E7EABB17-E3EE-4509-B1FE-8AB87BA3C76E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7EABB17-E3EE-4509-B1FE-8AB87BA3C76E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7EABB17-E3EE-4509-B1FE-8AB87BA3C76E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7EABB17-E3EE-4509-B1FE-8AB87BA3C76E}.Release|Any CPU.Build.0 = Release|Any CPU
{C1D27B49-4B9D-467D-98E7-3695F35EA400}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1D27B49-4B9D-467D-98E7-3695F35EA400}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1D27B49-4B9D-467D-98E7-3695F35EA400}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1D27B49-4B9D-467D-98E7-3695F35EA400}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal