-
Notifications
You must be signed in to change notification settings - Fork 16
/
NetLicensingClient.sln
32 lines (31 loc) · 1.64 KB
/
NetLicensingClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetLicensingClient", "NetLicensingClient\NetLicensingClient.csproj", "{9DFE4568-2F98-4384-874F-0F1BDF937690}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetLicensingClient-demo", "NetLicensingClient-demo\NetLicensingClient-demo.csproj", "{B4DC58C5-CAEB-4359-8019-F789095F3D5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DFE4568-2F98-4384-874F-0F1BDF937690}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DFE4568-2F98-4384-874F-0F1BDF937690}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DFE4568-2F98-4384-874F-0F1BDF937690}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DFE4568-2F98-4384-874F-0F1BDF937690}.Release|Any CPU.Build.0 = Release|Any CPU
{B4DC58C5-CAEB-4359-8019-F789095F3D5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4DC58C5-CAEB-4359-8019-F789095F3D5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4DC58C5-CAEB-4359-8019-F789095F3D5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4DC58C5-CAEB-4359-8019-F789095F3D5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.StandardHeader = $2
$0.VersionControlPolicy = $3
description = C# wrapper for Labs64 NetLicensing RESTful API
version = 2.x
EndGlobalSection
EndGlobal