-
Notifications
You must be signed in to change notification settings - Fork 57
/
genn.sln
98 lines (98 loc) · 6.18 KB
/
genn.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
87
88
89
90
91
92
93
94
95
96
97
98
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genn", "src\genn\genn\genn.vcxproj", "{A793E397-1D2F-4E81-8D10-0776A1EBA6DB}"
ProjectSection(ProjectDependencies) = postProject
{20B1EFDE-150B-4BF5-988F-C1299D492D5D} = {20B1EFDE-150B-4BF5-988F-C1299D492D5D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "single_threaded_cpu_backend", "src\genn\backends\single_threaded_cpu\single_threaded_cpu_backend.vcxproj", "{14E2399B-B5DB-4F3F-AFF5-8CB4E92E5C21}"
ProjectSection(ProjectDependencies) = postProject
{A793E397-1D2F-4E81-8D10-0776A1EBA6DB} = {A793E397-1D2F-4E81-8D10-0776A1EBA6DB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cuda_backend", "src\genn\backends\cuda\cuda_backend.vcxproj", "{F7026BD9-7181-4F28-A2F0-41C41FAC1018}"
ProjectSection(ProjectDependencies) = postProject
{A793E397-1D2F-4E81-8D10-0776A1EBA6DB} = {A793E397-1D2F-4E81-8D10-0776A1EBA6DB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opencl_backend", "src\genn\backends\opencl\opencl_backend.vcxproj", "{10E3EBC9-618C-4598-9B38-84144C1BD1A9}"
ProjectSection(ProjectDependencies) = postProject
{A793E397-1D2F-4E81-8D10-0776A1EBA6DB} = {A793E397-1D2F-4E81-8D10-0776A1EBA6DB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit", "tests\unit\unit.vcxproj", "{A202469A-9380-4F7E-B2A9-6FD1B52F2F91}"
ProjectSection(ProjectDependencies) = postProject
{14E2399B-B5DB-4F3F-AFF5-8CB4E92E5C21} = {14E2399B-B5DB-4F3F-AFF5-8CB4E92E5C21}
{20B1EFDE-150B-4BF5-988F-C1299D492D5D} = {20B1EFDE-150B-4BF5-988F-C1299D492D5D}
{A793E397-1D2F-4E81-8D10-0776A1EBA6DB} = {A793E397-1D2F-4E81-8D10-0776A1EBA6DB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libffi", "src\genn\third_party\libffi\libffi.vcxproj", "{20B1EFDE-150B-4BF5-988F-C1299D492D5D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_DLL|x64 = Debug_DLL|x64
Debug|x64 = Debug|x64
Release_DLL|x64 = Release_DLL|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A793E397-1D2F-4E81-8D10-0776A1EBA6DB}.Debug_DLL|x64.ActiveCfg = Debug_DLL|x64
{A793E397-1D2F-4E81-8D10-0776A1EBA6DB}.Debug_DLL|x64.Build.0 = Debug_DLL|x64
{A793E397-1D2F-4E81-8D10-0776A1EBA6DB}.Debug|x64.ActiveCfg = Debug|x64
{A793E397-1D2F-4E81-8D10-0776A1EBA6DB}.Debug|x64.Build.0 = Debug|x64
{A793E397-1D2F-4E81-8D10-0776A1EBA6DB}.Release_DLL|x64.ActiveCfg = Release_DLL|x64
{A793E397-1D2F-4E81-8D10-0776A1EBA6DB}.Release_DLL|x64.Build.0 = Release_DLL|x64
{A793E397-1D2F-4E81-8D10-0776A1EBA6DB}.Release|x64.ActiveCfg = Release|x64
{A793E397-1D2F-4E81-8D10-0776A1EBA6DB}.Release|x64.Build.0 = Release|x64
{14E2399B-B5DB-4F3F-AFF5-8CB4E92E5C21}.Debug_DLL|x64.ActiveCfg = Debug_DLL|x64
{14E2399B-B5DB-4F3F-AFF5-8CB4E92E5C21}.Debug_DLL|x64.Build.0 = Debug_DLL|x64
{14E2399B-B5DB-4F3F-AFF5-8CB4E92E5C21}.Debug|x64.ActiveCfg = Debug|x64
{14E2399B-B5DB-4F3F-AFF5-8CB4E92E5C21}.Debug|x64.Build.0 = Debug|x64
{14E2399B-B5DB-4F3F-AFF5-8CB4E92E5C21}.Release_DLL|x64.ActiveCfg = Release_DLL|x64
{14E2399B-B5DB-4F3F-AFF5-8CB4E92E5C21}.Release_DLL|x64.Build.0 = Release_DLL|x64
{14E2399B-B5DB-4F3F-AFF5-8CB4E92E5C21}.Release|x64.ActiveCfg = Release|x64
{14E2399B-B5DB-4F3F-AFF5-8CB4E92E5C21}.Release|x64.Build.0 = Release|x64
{F7026BD9-7181-4F28-A2F0-41C41FAC1018}.Debug_DLL|x64.ActiveCfg = Debug_DLL|x64
{F7026BD9-7181-4F28-A2F0-41C41FAC1018}.Debug_DLL|x64.Build.0 = Debug_DLL|x64
{F7026BD9-7181-4F28-A2F0-41C41FAC1018}.Debug|x64.ActiveCfg = Debug|x64
{F7026BD9-7181-4F28-A2F0-41C41FAC1018}.Debug|x64.Build.0 = Debug|x64
{F7026BD9-7181-4F28-A2F0-41C41FAC1018}.Release_DLL|x64.ActiveCfg = Release_DLL|x64
{F7026BD9-7181-4F28-A2F0-41C41FAC1018}.Release_DLL|x64.Build.0 = Release_DLL|x64
{F7026BD9-7181-4F28-A2F0-41C41FAC1018}.Release|x64.ActiveCfg = Release|x64
{F7026BD9-7181-4F28-A2F0-41C41FAC1018}.Release|x64.Build.0 = Release|x64
{10E3EBC9-618C-4598-9B38-84144C1BD1A9}.Debug_DLL|x64.ActiveCfg = Debug_DLL|x64
{10E3EBC9-618C-4598-9B38-84144C1BD1A9}.Debug_DLL|x64.Build.0 = Debug_DLL|x64
{10E3EBC9-618C-4598-9B38-84144C1BD1A9}.Debug|x64.ActiveCfg = Debug|x64
{10E3EBC9-618C-4598-9B38-84144C1BD1A9}.Debug|x64.Build.0 = Debug|x64
{10E3EBC9-618C-4598-9B38-84144C1BD1A9}.Release_DLL|x64.ActiveCfg = Release_DLL|x64
{10E3EBC9-618C-4598-9B38-84144C1BD1A9}.Release_DLL|x64.Build.0 = Release_DLL|x64
{10E3EBC9-618C-4598-9B38-84144C1BD1A9}.Release|x64.ActiveCfg = Release|x64
{10E3EBC9-618C-4598-9B38-84144C1BD1A9}.Release|x64.Build.0 = Release|x64
{A202469A-9380-4F7E-B2A9-6FD1B52F2F91}.Debug_DLL|x64.ActiveCfg = Debug|x64
{A202469A-9380-4F7E-B2A9-6FD1B52F2F91}.Debug_DLL|x64.Build.0 = Debug|x64
{A202469A-9380-4F7E-B2A9-6FD1B52F2F91}.Debug|x64.ActiveCfg = Debug|x64
{A202469A-9380-4F7E-B2A9-6FD1B52F2F91}.Debug|x64.Build.0 = Debug|x64
{A202469A-9380-4F7E-B2A9-6FD1B52F2F91}.Release_DLL|x64.ActiveCfg = Release|x64
{A202469A-9380-4F7E-B2A9-6FD1B52F2F91}.Release_DLL|x64.Build.0 = Release|x64
{A202469A-9380-4F7E-B2A9-6FD1B52F2F91}.Release|x64.ActiveCfg = Release|x64
{A202469A-9380-4F7E-B2A9-6FD1B52F2F91}.Release|x64.Build.0 = Release|x64
{20B1EFDE-150B-4BF5-988F-C1299D492D5D}.Debug_DLL|x64.ActiveCfg = Debug_DLL|x64
{20B1EFDE-150B-4BF5-988F-C1299D492D5D}.Debug_DLL|x64.Build.0 = Debug_DLL|x64
{20B1EFDE-150B-4BF5-988F-C1299D492D5D}.Debug|x64.ActiveCfg = Debug|x64
{20B1EFDE-150B-4BF5-988F-C1299D492D5D}.Debug|x64.Build.0 = Debug|x64
{20B1EFDE-150B-4BF5-988F-C1299D492D5D}.Release_DLL|x64.ActiveCfg = Release_DLL|x64
{20B1EFDE-150B-4BF5-988F-C1299D492D5D}.Release_DLL|x64.Build.0 = Release_DLL|x64
{20B1EFDE-150B-4BF5-988F-C1299D492D5D}.Release|x64.ActiveCfg = Release|x64
{20B1EFDE-150B-4BF5-988F-C1299D492D5D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAE78054-3906-4195-8123-FAE9C36DB2E3}
EndGlobalSection
EndGlobal