-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrightWire.Standard.sln
More file actions
45 lines (45 loc) · 2.66 KB
/
BrightWire.Standard.sln
File metadata and controls
45 lines (45 loc) · 2.66 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "BrightWire.Source", "BrightWire.Source\BrightWire.Source.shproj", "{8EE466C6-A1DA-4C24-AE39-F82559BE16E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BrightWire.Standard", "BrightWire.Standard\BrightWire.Standard.csproj", "{3476A0B1-6FE8-4E84-A827-9178AC1E923D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BrightWire.CUDA.Standard", "BrightWire.CUDA.Standard\BrightWire.CUDA.Standard.csproj", "{A1A4444F-A1FF-4F63-9388-C144B8126CD9}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "BrightWire.CUDA.Source", "BrightWire.CUDA.Source\BrightWire.CUDA.Source.shproj", "{ED0E6BC8-9242-4396-AD05-668F70A511A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.SampleCode", "Core.SampleCode\Core.SampleCode.csproj", "{1599960B-7D1B-4553-81D8-289D3D93E89C}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
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
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3476A0B1-6FE8-4E84-A827-9178AC1E923D}.Debug|x64.ActiveCfg = Debug|x64
{3476A0B1-6FE8-4E84-A827-9178AC1E923D}.Debug|x64.Build.0 = Debug|x64
{3476A0B1-6FE8-4E84-A827-9178AC1E923D}.Release|x64.ActiveCfg = Release|Any CPU
{3476A0B1-6FE8-4E84-A827-9178AC1E923D}.Release|x64.Build.0 = Release|Any CPU
{A1A4444F-A1FF-4F63-9388-C144B8126CD9}.Debug|x64.ActiveCfg = Debug|Any CPU
{A1A4444F-A1FF-4F63-9388-C144B8126CD9}.Debug|x64.Build.0 = Debug|Any CPU
{A1A4444F-A1FF-4F63-9388-C144B8126CD9}.Release|x64.ActiveCfg = Release|x64
{A1A4444F-A1FF-4F63-9388-C144B8126CD9}.Release|x64.Build.0 = Release|x64
{1599960B-7D1B-4553-81D8-289D3D93E89C}.Debug|x64.ActiveCfg = Debug|Any CPU
{1599960B-7D1B-4553-81D8-289D3D93E89C}.Debug|x64.Build.0 = Debug|Any CPU
{1599960B-7D1B-4553-81D8-289D3D93E89C}.Release|x64.ActiveCfg = Release|x64
{1599960B-7D1B-4553-81D8-289D3D93E89C}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43D31B3B-5F46-4280-899D-B3593C20894C}
EndGlobalSection
EndGlobal