This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
HelloSign.sln
35 lines (35 loc) · 1.74 KB
/
HelloSign.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloSign", "src\HelloSign\HelloSign.csproj", "{DDBF5A27-A93C-4E6E-AA15-C0C102B9568B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloSignTestApp", "tests\HelloSignTestApp\HelloSignTestApp.csproj", "{99D13956-F763-4F4F-96B9-35B8C91AA836}"
ProjectSection(ProjectDependencies) = postProject
{DDBF5A27-A93C-4E6E-AA15-C0C102B9568B} = {DDBF5A27-A93C-4E6E-AA15-C0C102B9568B}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDBF5A27-A93C-4E6E-AA15-C0C102B9568B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDBF5A27-A93C-4E6E-AA15-C0C102B9568B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDBF5A27-A93C-4E6E-AA15-C0C102B9568B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDBF5A27-A93C-4E6E-AA15-C0C102B9568B}.Release|Any CPU.Build.0 = Release|Any CPU
{99D13956-F763-4F4F-96B9-35B8C91AA836}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99D13956-F763-4F4F-96B9-35B8C91AA836}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99D13956-F763-4F4F-96B9-35B8C91AA836}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99D13956-F763-4F4F-96B9-35B8C91AA836}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.VersionControlPolicy = $1
EndGlobalSection
EndGlobal