-
Notifications
You must be signed in to change notification settings - Fork 6
/
KountSdk.sln
51 lines (51 loc) · 2.75 KB
/
KountSdk.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
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.645
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KountRisSdk", "SDK\KountRisSdk.csproj", "{136CADD7-FACD-458D-BB59-908819CEF3DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A3B099B0-AA9B-4414-95F5-B687556CB610}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "builds", "builds", "{B01ED076-3231-4E0D-B9F1-14DDE0DE065F}"
ProjectSection(SolutionItems) = preProject
builds\build_sdk.bat = builds\build_sdk.bat
builds\buildSdk.ps1 = builds\buildSdk.ps1
builds\create_nuGet_package.bat = builds\create_nuGet_package.bat
builds\docFX_run.bat = builds\docFX_run.bat
builds\Get-DotNet-Version.ps1 = builds\Get-DotNet-Version.ps1
builds\nuget.exe = builds\nuget.exe
builds\Test-ServerSSLSupport.ps1 = builds\Test-ServerSSLSupport.ps1
builds\zipBuild.ps1 = builds\zipBuild.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KountRisTest", "KountRisTest\KountRisTest.csproj", "{2FFA458C-091B-464A-9665-89F9E4F5AE4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KountRisConfigTest", "KountRisConfigTest\KountRisConfigTest.csproj", "{9884199E-2F26-47AC-9D1D-665AA765E811}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{136CADD7-FACD-458D-BB59-908819CEF3DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{136CADD7-FACD-458D-BB59-908819CEF3DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{136CADD7-FACD-458D-BB59-908819CEF3DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{136CADD7-FACD-458D-BB59-908819CEF3DD}.Release|Any CPU.Build.0 = Release|Any CPU
{2FFA458C-091B-464A-9665-89F9E4F5AE4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FFA458C-091B-464A-9665-89F9E4F5AE4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FFA458C-091B-464A-9665-89F9E4F5AE4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FFA458C-091B-464A-9665-89F9E4F5AE4E}.Release|Any CPU.Build.0 = Release|Any CPU
{9884199E-2F26-47AC-9D1D-665AA765E811}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9884199E-2F26-47AC-9D1D-665AA765E811}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9884199E-2F26-47AC-9D1D-665AA765E811}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9884199E-2F26-47AC-9D1D-665AA765E811}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52764E1C-43C4-4C7C-8D28-045B0D658306}
EndGlobalSection
EndGlobal