-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathBonsai.ZeroMQ.sln
39 lines (39 loc) · 1.73 KB
/
Bonsai.ZeroMQ.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bonsai.ZeroMQ", "src\Bonsai.ZeroMQ\Bonsai.ZeroMQ.csproj", "{A618BF35-112E-41A6-881F-909AC6CFCAB7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C05953C-1B56-46BC-9FC0-2399FAB3373F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{3862A311-E383-49C7-A088-A8F34CDD9759}"
ProjectSection(SolutionItems) = preProject
build\Bonsai.props = build\Bonsai.props
build\Common.props = build\Common.props
build\Package.props = build\Package.props
build\Version.props = build\Version.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A618BF35-112E-41A6-881F-909AC6CFCAB7}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{A618BF35-112E-41A6-881F-909AC6CFCAB7}.Debug|Any CPU.Build.0 = Release|Any CPU
{A618BF35-112E-41A6-881F-909AC6CFCAB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A618BF35-112E-41A6-881F-909AC6CFCAB7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F87B47B3-725B-44A6-8E77-45C6B6B1763D}
EndGlobalSection
EndGlobal