-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPaint.sln
32 lines (32 loc) · 1.79 KB
/
Paint.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paint", "Paint\Paint.csproj", "{DD85760E-B9B0-4234-8FED-E8C48116C7C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Default|Any CPU = Default|Any CPU
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD85760E-B9B0-4234-8FED-E8C48116C7C5}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{DD85760E-B9B0-4234-8FED-E8C48116C7C5}.AppStore|iPhone.Build.0 = AppStore|iPhone
{DD85760E-B9B0-4234-8FED-E8C48116C7C5}.Debug|iPhone.ActiveCfg = Debug|iPhone
{DD85760E-B9B0-4234-8FED-E8C48116C7C5}.Debug|iPhone.Build.0 = Debug|iPhone
{DD85760E-B9B0-4234-8FED-E8C48116C7C5}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{DD85760E-B9B0-4234-8FED-E8C48116C7C5}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{DD85760E-B9B0-4234-8FED-E8C48116C7C5}.Default|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{DD85760E-B9B0-4234-8FED-E8C48116C7C5}.Default|Any CPU.Build.0 = Debug|iPhoneSimulator
{DD85760E-B9B0-4234-8FED-E8C48116C7C5}.Release|iPhone.ActiveCfg = Release|iPhone
{DD85760E-B9B0-4234-8FED-E8C48116C7C5}.Release|iPhone.Build.0 = Release|iPhone
{DD85760E-B9B0-4234-8FED-E8C48116C7C5}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{DD85760E-B9B0-4234-8FED-E8C48116C7C5}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Paint\Paint.csproj
EndGlobalSection
EndGlobal