forked from oozcitak/imagelistview
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathImageListView.sln
49 lines (49 loc) · 3.27 KB
/
ImageListView.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageListView", "ImageListView\ImageListView.csproj", "{0C295FB8-C6C6-4A40-9F19-05A43F353A04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageListViewDemo", "ImageListViewDemo\ImageListViewDemo.csproj", "{A4FCA838-02E1-4C57-B0C0-8A6734657C47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageListViewTests", "ImageListViewTests\ImageListViewTests.csproj", "{4FA5D0DA-8D80-49FE-BC54-299CC9A47ACA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Designer|Any CPU = Debug Designer|Any CPU
Debug|Any CPU = Debug|Any CPU
Release without WIC|Any CPU = Release without WIC|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C295FB8-C6C6-4A40-9F19-05A43F353A04}.Debug Designer|Any CPU.ActiveCfg = Debug Designer|Any CPU
{0C295FB8-C6C6-4A40-9F19-05A43F353A04}.Debug Designer|Any CPU.Build.0 = Debug Designer|Any CPU
{0C295FB8-C6C6-4A40-9F19-05A43F353A04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C295FB8-C6C6-4A40-9F19-05A43F353A04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C295FB8-C6C6-4A40-9F19-05A43F353A04}.Release without WIC|Any CPU.ActiveCfg = Release without WIC|Any CPU
{0C295FB8-C6C6-4A40-9F19-05A43F353A04}.Release without WIC|Any CPU.Build.0 = Release without WIC|Any CPU
{0C295FB8-C6C6-4A40-9F19-05A43F353A04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C295FB8-C6C6-4A40-9F19-05A43F353A04}.Release|Any CPU.Build.0 = Release|Any CPU
{A4FCA838-02E1-4C57-B0C0-8A6734657C47}.Debug Designer|Any CPU.ActiveCfg = Debug|Any CPU
{A4FCA838-02E1-4C57-B0C0-8A6734657C47}.Debug Designer|Any CPU.Build.0 = Debug|Any CPU
{A4FCA838-02E1-4C57-B0C0-8A6734657C47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4FCA838-02E1-4C57-B0C0-8A6734657C47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4FCA838-02E1-4C57-B0C0-8A6734657C47}.Release without WIC|Any CPU.ActiveCfg = Release|Any CPU
{A4FCA838-02E1-4C57-B0C0-8A6734657C47}.Release without WIC|Any CPU.Build.0 = Release|Any CPU
{A4FCA838-02E1-4C57-B0C0-8A6734657C47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4FCA838-02E1-4C57-B0C0-8A6734657C47}.Release|Any CPU.Build.0 = Release|Any CPU
{4FA5D0DA-8D80-49FE-BC54-299CC9A47ACA}.Debug Designer|Any CPU.ActiveCfg = Debug|Any CPU
{4FA5D0DA-8D80-49FE-BC54-299CC9A47ACA}.Debug Designer|Any CPU.Build.0 = Debug|Any CPU
{4FA5D0DA-8D80-49FE-BC54-299CC9A47ACA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FA5D0DA-8D80-49FE-BC54-299CC9A47ACA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FA5D0DA-8D80-49FE-BC54-299CC9A47ACA}.Release without WIC|Any CPU.ActiveCfg = Release|Any CPU
{4FA5D0DA-8D80-49FE-BC54-299CC9A47ACA}.Release without WIC|Any CPU.Build.0 = Release|Any CPU
{4FA5D0DA-8D80-49FE-BC54-299CC9A47ACA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FA5D0DA-8D80-49FE-BC54-299CC9A47ACA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = ImageListViewTests\ImageListViewTests.csproj
EndGlobalSection
EndGlobal