forked from sgrassie/csharp-github-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsharp-github-api.2008.sln
More file actions
38 lines (38 loc) · 2.42 KB
/
csharp-github-api.2008.sln
File metadata and controls
38 lines (38 loc) · 2.42 KB
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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp-github-api", "csharp-github-api\csharp-github-api.csproj", "{AC8795CC-BDFF-4D37-85EE-E17A7D5A8A59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp-github-api.Tests", "csharp-github-api.Tests\csharp-github-api.Tests.csproj", "{16450E56-7802-4E7B-9F01-6A4824175B15}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp-github-api.IntegrationTests", "csharp-github-api.IntegrationTests\csharp-github-api.IntegrationTests.csproj", "{77E78A72-17B3-436F-8F26-B2910F3101DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp", "RestSharp\RestSharp\RestSharp.csproj", "{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC8795CC-BDFF-4D37-85EE-E17A7D5A8A59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC8795CC-BDFF-4D37-85EE-E17A7D5A8A59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC8795CC-BDFF-4D37-85EE-E17A7D5A8A59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC8795CC-BDFF-4D37-85EE-E17A7D5A8A59}.Release|Any CPU.Build.0 = Release|Any CPU
{16450E56-7802-4E7B-9F01-6A4824175B15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16450E56-7802-4E7B-9F01-6A4824175B15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16450E56-7802-4E7B-9F01-6A4824175B15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16450E56-7802-4E7B-9F01-6A4824175B15}.Release|Any CPU.Build.0 = Release|Any CPU
{77E78A72-17B3-436F-8F26-B2910F3101DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77E78A72-17B3-436F-8F26-B2910F3101DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77E78A72-17B3-436F-8F26-B2910F3101DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77E78A72-17B3-436F-8F26-B2910F3101DE}.Release|Any CPU.Build.0 = Release|Any CPU
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal