-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathSignNow.Net.sln
44 lines (43 loc) · 2.23 KB
/
SignNow.Net.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 Version 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SignNow.Net", "SignNow.Net\SignNow.Net.csproj", "{1CFF2900-B024-4203-B5EF-DBD67956F119}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SignNow.Net.Test", "SignNow.Net.Test\SignNow.Net.Test.csproj", "{C6C13EEA-D7E3-451A-8F01-8D330F864198}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignNow.Net.Examples", "SignNow.Net.Examples\SignNow.Net.Examples.csproj", "{16A5A361-A231-45AF-8E97-ACD075474354}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1CFF2900-B024-4203-B5EF-DBD67956F119}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CFF2900-B024-4203-B5EF-DBD67956F119}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CFF2900-B024-4203-B5EF-DBD67956F119}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CFF2900-B024-4203-B5EF-DBD67956F119}.Release|Any CPU.Build.0 = Release|Any CPU
{C6C13EEA-D7E3-451A-8F01-8D330F864198}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6C13EEA-D7E3-451A-8F01-8D330F864198}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6C13EEA-D7E3-451A-8F01-8D330F864198}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16A5A361-A231-45AF-8E97-ACD075474354}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16A5A361-A231-45AF-8E97-ACD075474354}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16A5A361-A231-45AF-8E97-ACD075474354}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16A5A361-A231-45AF-8E97-ACD075474354}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3017FCB-C057-45C2-907C-F975980A2E9F}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.StandardHeader = $2
$0.VersionControlPolicy = $3
version = 0.5.2-beta
EndGlobalSection
EndGlobal