-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGpGpuViaCs.sln
43 lines (43 loc) · 1.99 KB
/
GpGpuViaCs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageProcessor", "ImageProcessor\ImageProcessor.csproj", "{4F74B8D5-10B8-4E83-97F9-34139C364AEA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{FF40D766-C845-4DE6-9D21-68963A326C2C}"
ProjectSection(SolutionItems) = preProject
Images\1.bmp = Images\1.bmp
Images\2.bmp = Images\2.bmp
Images\3.bmp = Images\3.bmp
Images\4.bmp = Images\4.bmp
Images\5.bmp = Images\5.bmp
Images\6.bmp = Images\6.bmp
Images\7.bmp = Images\7.bmp
Images\8.bmp = Images\8.bmp
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SequenceProcessor", "SequenceProcessor\SequenceProcessor.csproj", "{9C62D982-F4CC-4723-9C11-3F992A2CC909}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F74B8D5-10B8-4E83-97F9-34139C364AEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F74B8D5-10B8-4E83-97F9-34139C364AEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F74B8D5-10B8-4E83-97F9-34139C364AEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F74B8D5-10B8-4E83-97F9-34139C364AEA}.Release|Any CPU.Build.0 = Release|Any CPU
{9C62D982-F4CC-4723-9C11-3F992A2CC909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C62D982-F4CC-4723-9C11-3F992A2CC909}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C62D982-F4CC-4723-9C11-3F992A2CC909}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C62D982-F4CC-4723-9C11-3F992A2CC909}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3565E361-9C0A-48E2-8D81-72252A2B5B56}
EndGlobalSection
EndGlobal