This repository was archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCudafy.sln
72 lines (72 loc) · 4.4 KB
/
Cudafy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cudafy", "Cudafy\Cudafy.csproj", "{E628D6AE-2A4A-462A-A2E2-B12DF7BD46DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{FF0FBCF0-8AAC-48A3-B350-B5CCCFCF8822}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{877CF0FA-1119-49E2-AE3D-6A1F404DF6A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CUDA.NET", "External\CUDA.NET\CUDA.NET.csproj", "{D19FC633-ED54-46B6-AF6E-640B6330FFCC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cloo", "External\Cloo\Cloo.csproj", "{0CACE165-7900-442C-B9B2-53A5720E239F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cudafy.Host", "Modules\Cudafy.Host\Cudafy.Host.csproj", "{8B83002C-6CBB-4B3A-9CED-F59FEB06A218}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cudafy.Math", "Modules\Cudafy.Math\Cudafy.Math.csproj", "{9F25A9E9-5B3B-4576-9749-078B44DC71EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cudafy.Translator", "Modules\Cudafy.Translator\Cudafy.Translator.csproj", "{2DF6A270-D7AB-471F-8C82-42896255413A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cudafy.Demo", "Cudafy.Demo\Cudafy.Demo.csproj", "{8E2423ED-200B-4221-9BB6-E8124BC20465}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E628D6AE-2A4A-462A-A2E2-B12DF7BD46DF}.Debug|x64.ActiveCfg = Debug|x64
{E628D6AE-2A4A-462A-A2E2-B12DF7BD46DF}.Debug|x64.Build.0 = Debug|x64
{E628D6AE-2A4A-462A-A2E2-B12DF7BD46DF}.Release|x64.ActiveCfg = Release|x64
{E628D6AE-2A4A-462A-A2E2-B12DF7BD46DF}.Release|x64.Build.0 = Release|x64
{D19FC633-ED54-46B6-AF6E-640B6330FFCC}.Debug|x64.ActiveCfg = Debug|x64
{D19FC633-ED54-46B6-AF6E-640B6330FFCC}.Debug|x64.Build.0 = Debug|x64
{D19FC633-ED54-46B6-AF6E-640B6330FFCC}.Release|x64.ActiveCfg = Release|x64
{D19FC633-ED54-46B6-AF6E-640B6330FFCC}.Release|x64.Build.0 = Release|x64
{0CACE165-7900-442C-B9B2-53A5720E239F}.Debug|x64.ActiveCfg = Debug|x64
{0CACE165-7900-442C-B9B2-53A5720E239F}.Debug|x64.Build.0 = Debug|x64
{0CACE165-7900-442C-B9B2-53A5720E239F}.Release|x64.ActiveCfg = Release|x64
{0CACE165-7900-442C-B9B2-53A5720E239F}.Release|x64.Build.0 = Release|x64
{8B83002C-6CBB-4B3A-9CED-F59FEB06A218}.Debug|x64.ActiveCfg = Debug|x64
{8B83002C-6CBB-4B3A-9CED-F59FEB06A218}.Debug|x64.Build.0 = Debug|x64
{8B83002C-6CBB-4B3A-9CED-F59FEB06A218}.Release|x64.ActiveCfg = Release|x64
{8B83002C-6CBB-4B3A-9CED-F59FEB06A218}.Release|x64.Build.0 = Release|x64
{9F25A9E9-5B3B-4576-9749-078B44DC71EF}.Debug|x64.ActiveCfg = Debug|x64
{9F25A9E9-5B3B-4576-9749-078B44DC71EF}.Debug|x64.Build.0 = Debug|x64
{9F25A9E9-5B3B-4576-9749-078B44DC71EF}.Release|x64.ActiveCfg = Release|x64
{9F25A9E9-5B3B-4576-9749-078B44DC71EF}.Release|x64.Build.0 = Release|x64
{2DF6A270-D7AB-471F-8C82-42896255413A}.Debug|x64.ActiveCfg = Debug|x64
{2DF6A270-D7AB-471F-8C82-42896255413A}.Debug|x64.Build.0 = Debug|x64
{2DF6A270-D7AB-471F-8C82-42896255413A}.Release|x64.ActiveCfg = Release|x64
{2DF6A270-D7AB-471F-8C82-42896255413A}.Release|x64.Build.0 = Release|x64
{8E2423ED-200B-4221-9BB6-E8124BC20465}.Debug|x64.ActiveCfg = Debug|x64
{8E2423ED-200B-4221-9BB6-E8124BC20465}.Debug|x64.Build.0 = Debug|x64
{8E2423ED-200B-4221-9BB6-E8124BC20465}.Release|x64.ActiveCfg = Release|x64
{8E2423ED-200B-4221-9BB6-E8124BC20465}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D19FC633-ED54-46B6-AF6E-640B6330FFCC} = {877CF0FA-1119-49E2-AE3D-6A1F404DF6A1}
{0CACE165-7900-442C-B9B2-53A5720E239F} = {877CF0FA-1119-49E2-AE3D-6A1F404DF6A1}
{8B83002C-6CBB-4B3A-9CED-F59FEB06A218} = {FF0FBCF0-8AAC-48A3-B350-B5CCCFCF8822}
{9F25A9E9-5B3B-4576-9749-078B44DC71EF} = {FF0FBCF0-8AAC-48A3-B350-B5CCCFCF8822}
{2DF6A270-D7AB-471F-8C82-42896255413A} = {FF0FBCF0-8AAC-48A3-B350-B5CCCFCF8822}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D137292-68B2-403B-B73B-90250B96656C}
EndGlobalSection
EndGlobal