-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGPGPU_Samples.sln
32 lines (32 loc) · 1.71 KB
/
GPGPU_Samples.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CmdLineRunner", "CmdLineRunner\CmdLineRunner.csproj", "{FC0F6F15-A795-4052-A256-4196CA77F554}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interfaces", "Interfaces\Interfaces.csproj", "{5FE7F410-E790-4E18-A3AB-743928B49C46}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CLISamples", "CLISamples\CLISamples.vcxproj", "{D08EB758-43A2-43B1-A937-15D487FA3480}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC0F6F15-A795-4052-A256-4196CA77F554}.Debug|x64.ActiveCfg = Debug|x64
{FC0F6F15-A795-4052-A256-4196CA77F554}.Debug|x64.Build.0 = Debug|x64
{FC0F6F15-A795-4052-A256-4196CA77F554}.Release|x64.ActiveCfg = Release|x64
{FC0F6F15-A795-4052-A256-4196CA77F554}.Release|x64.Build.0 = Release|x64
{5FE7F410-E790-4E18-A3AB-743928B49C46}.Debug|x64.ActiveCfg = Debug|x64
{5FE7F410-E790-4E18-A3AB-743928B49C46}.Debug|x64.Build.0 = Debug|x64
{5FE7F410-E790-4E18-A3AB-743928B49C46}.Release|x64.ActiveCfg = Release|x64
{5FE7F410-E790-4E18-A3AB-743928B49C46}.Release|x64.Build.0 = Release|x64
{D08EB758-43A2-43B1-A937-15D487FA3480}.Debug|x64.ActiveCfg = Debug|x64
{D08EB758-43A2-43B1-A937-15D487FA3480}.Debug|x64.Build.0 = Debug|x64
{D08EB758-43A2-43B1-A937-15D487FA3480}.Release|x64.ActiveCfg = Release|x64
{D08EB758-43A2-43B1-A937-15D487FA3480}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal