-
Notifications
You must be signed in to change notification settings - Fork 9
/
AdvancedColorPickerDemo.sln
46 lines (46 loc) · 3.02 KB
/
AdvancedColorPickerDemo.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedColorPickerDemo", "AdvancedColorPickerDemo\AdvancedColorPickerDemo.csproj", "{35183A50-D9CD-4D32-A46C-2FA58A81E78B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedColorPicker", "AdvancedColorPicker\AdvancedColorPicker.csproj", "{AC4519F9-F624-4562-8E36-23B22C1E92D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35183A50-D9CD-4D32-A46C-2FA58A81E78B}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{35183A50-D9CD-4D32-A46C-2FA58A81E78B}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{35183A50-D9CD-4D32-A46C-2FA58A81E78B}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{35183A50-D9CD-4D32-A46C-2FA58A81E78B}.AppStore|iPhone.Build.0 = AppStore|iPhone
{35183A50-D9CD-4D32-A46C-2FA58A81E78B}.Debug|iPhone.ActiveCfg = Debug|iPhone
{35183A50-D9CD-4D32-A46C-2FA58A81E78B}.Debug|iPhone.Build.0 = Debug|iPhone
{35183A50-D9CD-4D32-A46C-2FA58A81E78B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{35183A50-D9CD-4D32-A46C-2FA58A81E78B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{35183A50-D9CD-4D32-A46C-2FA58A81E78B}.Release|iPhone.ActiveCfg = Release|iPhone
{35183A50-D9CD-4D32-A46C-2FA58A81E78B}.Release|iPhone.Build.0 = Release|iPhone
{35183A50-D9CD-4D32-A46C-2FA58A81E78B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{35183A50-D9CD-4D32-A46C-2FA58A81E78B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{AC4519F9-F624-4562-8E36-23B22C1E92D9}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{AC4519F9-F624-4562-8E36-23B22C1E92D9}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{AC4519F9-F624-4562-8E36-23B22C1E92D9}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{AC4519F9-F624-4562-8E36-23B22C1E92D9}.AppStore|iPhone.Build.0 = Debug|Any CPU
{AC4519F9-F624-4562-8E36-23B22C1E92D9}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{AC4519F9-F624-4562-8E36-23B22C1E92D9}.Debug|iPhone.Build.0 = Debug|Any CPU
{AC4519F9-F624-4562-8E36-23B22C1E92D9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{AC4519F9-F624-4562-8E36-23B22C1E92D9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{AC4519F9-F624-4562-8E36-23B22C1E92D9}.Release|iPhone.ActiveCfg = Release|Any CPU
{AC4519F9-F624-4562-8E36-23B22C1E92D9}.Release|iPhone.Build.0 = Release|Any CPU
{AC4519F9-F624-4562-8E36-23B22C1E92D9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{AC4519F9-F624-4562-8E36-23B22C1E92D9}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = AdvancedColorPickerDemo\AdvancedColorPickerDemo.csproj
EndGlobalSection
EndGlobal