-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathNNanomsg.sln
86 lines (86 loc) · 5.64 KB
/
NNanomsg.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NNanomsg", "NNanomsg\NNanomsg.csproj", "{771786BF-42FA-491E-9FB3-29910F15CC5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{5F61AEF2-26D6-42EF-9057-C43BCF09D506}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{2B391151-505A-4607-B624-35FD5E566B0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{CE1E3C5E-890D-4099-9799-88EE20745BBB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{68E450C0-0479-455A-BB13-F42AAD47FA18}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
NNanomsg.vsmdi = NNanomsg.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = NNanomsg.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{771786BF-42FA-491E-9FB3-29910F15CC5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{771786BF-42FA-491E-9FB3-29910F15CC5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{771786BF-42FA-491E-9FB3-29910F15CC5E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{771786BF-42FA-491E-9FB3-29910F15CC5E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{771786BF-42FA-491E-9FB3-29910F15CC5E}.Debug|Win32.ActiveCfg = Debug|Any CPU
{771786BF-42FA-491E-9FB3-29910F15CC5E}.Debug|x64.ActiveCfg = Debug|Any CPU
{771786BF-42FA-491E-9FB3-29910F15CC5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{771786BF-42FA-491E-9FB3-29910F15CC5E}.Release|Any CPU.Build.0 = Release|Any CPU
{771786BF-42FA-491E-9FB3-29910F15CC5E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{771786BF-42FA-491E-9FB3-29910F15CC5E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{771786BF-42FA-491E-9FB3-29910F15CC5E}.Release|Win32.ActiveCfg = Release|Any CPU
{771786BF-42FA-491E-9FB3-29910F15CC5E}.Release|x64.ActiveCfg = Release|Any CPU
{5F61AEF2-26D6-42EF-9057-C43BCF09D506}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F61AEF2-26D6-42EF-9057-C43BCF09D506}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F61AEF2-26D6-42EF-9057-C43BCF09D506}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5F61AEF2-26D6-42EF-9057-C43BCF09D506}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5F61AEF2-26D6-42EF-9057-C43BCF09D506}.Debug|Win32.ActiveCfg = Debug|Any CPU
{5F61AEF2-26D6-42EF-9057-C43BCF09D506}.Debug|x64.ActiveCfg = Debug|Any CPU
{5F61AEF2-26D6-42EF-9057-C43BCF09D506}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F61AEF2-26D6-42EF-9057-C43BCF09D506}.Release|Any CPU.Build.0 = Release|Any CPU
{5F61AEF2-26D6-42EF-9057-C43BCF09D506}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5F61AEF2-26D6-42EF-9057-C43BCF09D506}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5F61AEF2-26D6-42EF-9057-C43BCF09D506}.Release|Win32.ActiveCfg = Release|Any CPU
{5F61AEF2-26D6-42EF-9057-C43BCF09D506}.Release|x64.ActiveCfg = Release|Any CPU
{2B391151-505A-4607-B624-35FD5E566B0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B391151-505A-4607-B624-35FD5E566B0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B391151-505A-4607-B624-35FD5E566B0C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2B391151-505A-4607-B624-35FD5E566B0C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2B391151-505A-4607-B624-35FD5E566B0C}.Debug|Win32.ActiveCfg = Debug|Any CPU
{2B391151-505A-4607-B624-35FD5E566B0C}.Debug|x64.ActiveCfg = Debug|Any CPU
{2B391151-505A-4607-B624-35FD5E566B0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B391151-505A-4607-B624-35FD5E566B0C}.Release|Any CPU.Build.0 = Release|Any CPU
{2B391151-505A-4607-B624-35FD5E566B0C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2B391151-505A-4607-B624-35FD5E566B0C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{2B391151-505A-4607-B624-35FD5E566B0C}.Release|Win32.ActiveCfg = Release|Any CPU
{2B391151-505A-4607-B624-35FD5E566B0C}.Release|x64.ActiveCfg = Release|Any CPU
{CE1E3C5E-890D-4099-9799-88EE20745BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE1E3C5E-890D-4099-9799-88EE20745BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE1E3C5E-890D-4099-9799-88EE20745BBB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CE1E3C5E-890D-4099-9799-88EE20745BBB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CE1E3C5E-890D-4099-9799-88EE20745BBB}.Debug|Win32.ActiveCfg = Debug|Any CPU
{CE1E3C5E-890D-4099-9799-88EE20745BBB}.Debug|x64.ActiveCfg = Debug|Any CPU
{CE1E3C5E-890D-4099-9799-88EE20745BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE1E3C5E-890D-4099-9799-88EE20745BBB}.Release|Any CPU.Build.0 = Release|Any CPU
{CE1E3C5E-890D-4099-9799-88EE20745BBB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CE1E3C5E-890D-4099-9799-88EE20745BBB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CE1E3C5E-890D-4099-9799-88EE20745BBB}.Release|Win32.ActiveCfg = Release|Any CPU
{CE1E3C5E-890D-4099-9799-88EE20745BBB}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal