-
Notifications
You must be signed in to change notification settings - Fork 2
/
CxImageLite.sln
55 lines (55 loc) · 3.31 KB
/
CxImageLite.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CxImage", "CxImage\cximage.vcproj", "{C739151F-5384-41DF-A1A6-F089E2C1AD56}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo3", "demo3\demo3.vcproj", "{EB9C9392-A767-45CC-8319-7F95A1AF1772}"
ProjectSection(ProjectDependencies) = postProject
{C739151F-5384-41DF-A1A6-F089E2C1AD56} = {C739151F-5384-41DF-A1A6-F089E2C1AD56}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
Unicode Debug|Win32 = Unicode Debug|Win32
Unicode Debug|x64 = Unicode Debug|x64
Unicode Release|Win32 = Unicode Release|Win32
Unicode Release|x64 = Unicode Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Debug|Win32.ActiveCfg = Debug|Win32
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Debug|Win32.Build.0 = Debug|Win32
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Debug|x64.ActiveCfg = Debug|x64
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Debug|x64.Build.0 = Debug|x64
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Release|Win32.ActiveCfg = Release|Win32
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Release|Win32.Build.0 = Release|Win32
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Release|x64.ActiveCfg = Release|x64
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Release|x64.Build.0 = Release|x64
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Unicode Debug|x64.ActiveCfg = Unicode Debug|x64
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Unicode Debug|x64.Build.0 = Unicode Debug|x64
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Unicode Release|Win32.Build.0 = Unicode Release|Win32
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Unicode Release|x64.ActiveCfg = Unicode Release|x64
{C739151F-5384-41DF-A1A6-F089E2C1AD56}.Unicode Release|x64.Build.0 = Unicode Release|x64
{EB9C9392-A767-45CC-8319-7F95A1AF1772}.Debug|Win32.ActiveCfg = Debug|Win32
{EB9C9392-A767-45CC-8319-7F95A1AF1772}.Debug|Win32.Build.0 = Debug|Win32
{EB9C9392-A767-45CC-8319-7F95A1AF1772}.Debug|x64.ActiveCfg = Debug|Win32
{EB9C9392-A767-45CC-8319-7F95A1AF1772}.Release|Win32.ActiveCfg = Release|Win32
{EB9C9392-A767-45CC-8319-7F95A1AF1772}.Release|Win32.Build.0 = Release|Win32
{EB9C9392-A767-45CC-8319-7F95A1AF1772}.Release|x64.ActiveCfg = Release|Win32
{EB9C9392-A767-45CC-8319-7F95A1AF1772}.Unicode Debug|Win32.ActiveCfg = Debug|Win32
{EB9C9392-A767-45CC-8319-7F95A1AF1772}.Unicode Debug|Win32.Build.0 = Debug|Win32
{EB9C9392-A767-45CC-8319-7F95A1AF1772}.Unicode Debug|x64.ActiveCfg = Debug|Win32
{EB9C9392-A767-45CC-8319-7F95A1AF1772}.Unicode Release|Win32.ActiveCfg = Release|Win32
{EB9C9392-A767-45CC-8319-7F95A1AF1772}.Unicode Release|Win32.Build.0 = Release|Win32
{EB9C9392-A767-45CC-8319-7F95A1AF1772}.Unicode Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal