This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
sysdrawing-coregraphics.sln
69 lines (69 loc) · 3.64 KB
/
sysdrawing-coregraphics.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iOS", "iOS.csproj", "{B0192C07-5968-491F-8525-D1E2F71780E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XamarinMac", "XamarinMac.csproj", "{D08BBD20-EF4A-4921-9F24-29E56F7A6628}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Shared", "Shared.shproj", "{1A376FEB-C2F1-4105-B3A9-DF1C6EC54573}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "MacShared", "MacShared.shproj", "{9886DCCF-0B4E-404A-A0EE-D64FD9A87D85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0192C07-5968-491F-8525-D1E2F71780E8}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B0192C07-5968-491F-8525-D1E2F71780E8}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{B0192C07-5968-491F-8525-D1E2F71780E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0192C07-5968-491F-8525-D1E2F71780E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0192C07-5968-491F-8525-D1E2F71780E8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B0192C07-5968-491F-8525-D1E2F71780E8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{B0192C07-5968-491F-8525-D1E2F71780E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0192C07-5968-491F-8525-D1E2F71780E8}.Release|Any CPU.Build.0 = Release|Any CPU
{B0192C07-5968-491F-8525-D1E2F71780E8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{B0192C07-5968-491F-8525-D1E2F71780E8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{D08BBD20-EF4A-4921-9F24-29E56F7A6628}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D08BBD20-EF4A-4921-9F24-29E56F7A6628}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{D08BBD20-EF4A-4921-9F24-29E56F7A6628}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D08BBD20-EF4A-4921-9F24-29E56F7A6628}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D08BBD20-EF4A-4921-9F24-29E56F7A6628}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D08BBD20-EF4A-4921-9F24-29E56F7A6628}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{D08BBD20-EF4A-4921-9F24-29E56F7A6628}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D08BBD20-EF4A-4921-9F24-29E56F7A6628}.Release|Any CPU.Build.0 = Release|Any CPU
{D08BBD20-EF4A-4921-9F24-29E56F7A6628}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D08BBD20-EF4A-4921-9F24-29E56F7A6628}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 80
$1.TabWidth = 8
$1.IndentWidth = 8
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchSection = False
$2.NewLinesForBracesInProperties = False
$2.NewLinesForBracesInAccessors = False
$2.NewLinesForBracesInAnonymousMethods = False
$2.NewLinesForBracesInControlBlocks = False
$2.NewLinesForBracesInAnonymousTypes = False
$2.NewLinesForBracesInObjectCollectionArrayInitializers = False
$2.NewLinesForBracesInLambdaExpressionBody = False
$2.NewLineForElse = False
$2.NewLineForCatch = False
$2.NewLineForFinally = False
$2.NewLineForMembersInObjectInit = False
$2.NewLineForMembersInAnonymousTypes = False
$2.NewLineForClausesInQuery = False
$2.SpacingAfterMethodDeclarationName = True
$2.SpaceAfterMethodCallName = True
$2.SpaceBeforeOpenSquareBracket = True
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal