forked from jdermody/brightwire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnitTests.sln
More file actions
59 lines (59 loc) · 3.69 KB
/
Copy pathUnitTests.sln
File metadata and controls
59 lines (59 loc) · 3.69 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{FECA7495-B22E-48E3-B50F-4BA68811B7EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrightWire.Net4", "BrightWire.Net4\BrightWire.Net4.csproj", "{FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "BrightWire.Source", "BrightWire.Source\BrightWire.Source.shproj", "{8EE466C6-A1DA-4C24-AE39-F82559BE16E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrightWire.CUDA.Net4.x64", "BrightWire.CUDA.Net4.x64\BrightWire.CUDA.Net4.x64.csproj", "{50BCB2AB-E8CA-4974-B136-49A98D5E34CB}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "BrightWire.CUDA.Source", "BrightWire.CUDA.Source\BrightWire.CUDA.Source.shproj", "{ED0E6BC8-9242-4396-AD05-668F70A511A5}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
BrightWire.CUDA.Source\BrightWire.CUDA.Source.projitems*{50bcb2ab-e8ca-4974-b136-49a98d5e34cb}*SharedItemsImports = 4
BrightWire.Source\BrightWire.Source.projitems*{8ee466c6-a1da-4c24-ae39-f82559be16e9}*SharedItemsImports = 13
BrightWire.CUDA.Source\BrightWire.CUDA.Source.projitems*{ed0e6bc8-9242-4396-ad05-668f70a511a5}*SharedItemsImports = 13
BrightWire.Source\BrightWire.Source.projitems*{fd8aaef6-2edb-446c-bb19-5ebee5cde982}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FECA7495-B22E-48E3-B50F-4BA68811B7EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FECA7495-B22E-48E3-B50F-4BA68811B7EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FECA7495-B22E-48E3-B50F-4BA68811B7EE}.Debug|x64.ActiveCfg = Debug|x64
{FECA7495-B22E-48E3-B50F-4BA68811B7EE}.Debug|x64.Build.0 = Debug|x64
{FECA7495-B22E-48E3-B50F-4BA68811B7EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FECA7495-B22E-48E3-B50F-4BA68811B7EE}.Release|Any CPU.Build.0 = Release|Any CPU
{FECA7495-B22E-48E3-B50F-4BA68811B7EE}.Release|x64.ActiveCfg = Release|x64
{FECA7495-B22E-48E3-B50F-4BA68811B7EE}.Release|x64.Build.0 = Release|x64
{FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Debug|x64.ActiveCfg = Debug|x64
{FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Debug|x64.Build.0 = Debug|x64
{FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Release|Any CPU.Build.0 = Release|Any CPU
{FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Release|x64.ActiveCfg = Release|x64
{FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Release|x64.Build.0 = Release|x64
{50BCB2AB-E8CA-4974-B136-49A98D5E34CB}.Debug|Any CPU.ActiveCfg = Debug|x64
{50BCB2AB-E8CA-4974-B136-49A98D5E34CB}.Debug|x64.ActiveCfg = Debug|x64
{50BCB2AB-E8CA-4974-B136-49A98D5E34CB}.Debug|x64.Build.0 = Debug|x64
{50BCB2AB-E8CA-4974-B136-49A98D5E34CB}.Release|Any CPU.ActiveCfg = Release|x64
{50BCB2AB-E8CA-4974-B136-49A98D5E34CB}.Release|x64.ActiveCfg = Release|x64
{50BCB2AB-E8CA-4974-B136-49A98D5E34CB}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD612108-9EAE-4B5F-A30B-9DCE2F9DFC6B}
EndGlobalSection
EndGlobal