-
Notifications
You must be signed in to change notification settings - Fork 3
/
Kuna.Net.sln
41 lines (41 loc) · 2.36 KB
/
Kuna.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kuna.Net", "Kuna.Net\Kuna.Net.csproj", "{03156530-1770-4B98-8CBF-DF541B7DB393}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kuna.Net.Tests", "Kuna.Net.Tests\Kuna.Net.Tests.csproj", "{533C5141-B222-445F-B010-2D7A4859FAAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kuna.Net.Example", "Kuna.Net.Example\Kuna.Net.Example.csproj", "{7BC9A28F-6877-4AD6-9E81-F84175AB0B08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03156530-1770-4B98-8CBF-DF541B7DB393}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03156530-1770-4B98-8CBF-DF541B7DB393}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03156530-1770-4B98-8CBF-DF541B7DB393}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03156530-1770-4B98-8CBF-DF541B7DB393}.Release|Any CPU.Build.0 = Release|Any CPU
{533C5141-B222-445F-B010-2D7A4859FAAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{533C5141-B222-445F-B010-2D7A4859FAAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{533C5141-B222-445F-B010-2D7A4859FAAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{533C5141-B222-445F-B010-2D7A4859FAAB}.Release|Any CPU.Build.0 = Release|Any CPU
{7BC9A28F-6877-4AD6-9E81-F84175AB0B08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BC9A28F-6877-4AD6-9E81-F84175AB0B08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BC9A28F-6877-4AD6-9E81-F84175AB0B08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BC9A28F-6877-4AD6-9E81-F84175AB0B08}.Release|Any CPU.Build.0 = Release|Any CPU
{CC27389B-26F8-4970-BDB6-F37AD291D1D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC27389B-26F8-4970-BDB6-F37AD291D1D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC27389B-26F8-4970-BDB6-F37AD291D1D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC27389B-26F8-4970-BDB6-F37AD291D1D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A3E373E-EEF0-4589-BD50-2AC2FD2E1FFB}
EndGlobalSection
EndGlobal