-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHeterogeneousComponentSystem.sln
More file actions
38 lines (38 loc) · 2.33 KB
/
HeterogeneousComponentSystem.sln
File metadata and controls
38 lines (38 loc) · 2.33 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Platform", "Platform\Platform.csproj", "{57872008-9E9C-4AAF-9B75-F0C8310F33C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComponentContract", "ComponentContract\ComponentContract.csproj", "{68D4AA52-B71F-4720-BC98-56927D97D8F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TransformationGPU", "TransformationGPU\TransformationGPU.csproj", "{F7429F84-43A7-41D6-B872-819E1E5C8C6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TransformationCPU", "TransformationCPU\TransformationCPU.csproj", "{179109C1-F34A-4B1B-964B-F46D452CB43D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57872008-9E9C-4AAF-9B75-F0C8310F33C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57872008-9E9C-4AAF-9B75-F0C8310F33C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57872008-9E9C-4AAF-9B75-F0C8310F33C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57872008-9E9C-4AAF-9B75-F0C8310F33C5}.Release|Any CPU.Build.0 = Release|Any CPU
{68D4AA52-B71F-4720-BC98-56927D97D8F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68D4AA52-B71F-4720-BC98-56927D97D8F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68D4AA52-B71F-4720-BC98-56927D97D8F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68D4AA52-B71F-4720-BC98-56927D97D8F5}.Release|Any CPU.Build.0 = Release|Any CPU
{F7429F84-43A7-41D6-B872-819E1E5C8C6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7429F84-43A7-41D6-B872-819E1E5C8C6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7429F84-43A7-41D6-B872-819E1E5C8C6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7429F84-43A7-41D6-B872-819E1E5C8C6D}.Release|Any CPU.Build.0 = Release|Any CPU
{179109C1-F34A-4B1B-964B-F46D452CB43D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{179109C1-F34A-4B1B-964B-F46D452CB43D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{179109C1-F34A-4B1B-964B-F46D452CB43D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{179109C1-F34A-4B1B-964B-F46D452CB43D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal