This repository was archived by the owner on Sep 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi-csharp-sdk-win.sln
More file actions
33 lines (33 loc) · 1.57 KB
/
api-csharp-sdk-win.sln
File metadata and controls
33 lines (33 loc) · 1.57 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tor.Sample", "Tor.Sample\Tor.Sample.csproj", "{DA7154F9-FD87-4110-A144-EE6B4D2223E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tor.Api", "Tor.Api\Tor.Api.csproj", "{22C3B47A-C5E4-4627-AFDD-87DCD89B74CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{CFAD3A8C-831B-4B6D-BDD7-3BE0CB31E7DB}"
ProjectSection(SolutionItems) = preProject
Lib\RestSharp.dll = Lib\RestSharp.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22C3B47A-C5E4-4627-AFDD-87DCD89B74CE}.Debug|x86.ActiveCfg = Debug|Any CPU
{22C3B47A-C5E4-4627-AFDD-87DCD89B74CE}.Debug|x86.Build.0 = Debug|Any CPU
{22C3B47A-C5E4-4627-AFDD-87DCD89B74CE}.Release|x86.ActiveCfg = Release|Any CPU
{22C3B47A-C5E4-4627-AFDD-87DCD89B74CE}.Release|x86.Build.0 = Release|Any CPU
{DA7154F9-FD87-4110-A144-EE6B4D2223E3}.Debug|x86.ActiveCfg = Debug|x86
{DA7154F9-FD87-4110-A144-EE6B4D2223E3}.Debug|x86.Build.0 = Debug|x86
{DA7154F9-FD87-4110-A144-EE6B4D2223E3}.Release|x86.ActiveCfg = Release|x86
{DA7154F9-FD87-4110-A144-EE6B4D2223E3}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Tor.Sample\Tor.Sample.csproj
EndGlobalSection
EndGlobal