This repository has been archived by the owner on Feb 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathImageCL.sln
41 lines (41 loc) · 1.89 KB
/
ImageCL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageCL", "ImageCL\ImageCL.vcxproj", "{2360046F-0BED-4820-AB5A-2BB8BE7D3282}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{C64AE0D4-A02C-4BAA-9086-784FDAFA4408}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SciLexer", "Scintilla\win32\SciLexer.vcxproj", "{FBE04237-9C7B-4973-9C60-505975998B39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7C507FB2-1655-4156-9F47-44BF42E698C7}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2360046F-0BED-4820-AB5A-2BB8BE7D3282}.Debug|x64.ActiveCfg = Debug|x64
{2360046F-0BED-4820-AB5A-2BB8BE7D3282}.Debug|x64.Build.0 = Debug|x64
{2360046F-0BED-4820-AB5A-2BB8BE7D3282}.Release|x64.ActiveCfg = Release|x64
{2360046F-0BED-4820-AB5A-2BB8BE7D3282}.Release|x64.Build.0 = Release|x64
{FBE04237-9C7B-4973-9C60-505975998B39}.Debug|x64.ActiveCfg = Debug|x64
{FBE04237-9C7B-4973-9C60-505975998B39}.Debug|x64.Build.0 = Debug|x64
{FBE04237-9C7B-4973-9C60-505975998B39}.Release|x64.ActiveCfg = Release|x64
{FBE04237-9C7B-4973-9C60-505975998B39}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FBE04237-9C7B-4973-9C60-505975998B39} = {C64AE0D4-A02C-4BAA-9086-784FDAFA4408}
EndGlobalSection
EndGlobal