This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
tom-swifty.sln
111 lines (110 loc) · 6.76 KB
/
tom-swifty.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "tom-swifty", "tom-swifty\tom-swifty.csproj", "{8CAC7366-9650-440D-A3C5-36D880285DD5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SwiftReflector", "SwiftReflector\SwiftReflector.csproj", "{65E8BE11-4D82-4EA5-9D14-3CA044D443EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SwiftRuntimeLibrary", "SwiftRuntimeLibrary\SwiftRuntimeLibrary.csproj", "{B7E6CF5A-B836-41CF-988C-A83607AF5445}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "plist-swifty", "plist-swifty\plist-swifty.csproj", "{74C4FF75-6D3A-4F58-8D8D-562610E1A40D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dynamo", "Dynamo\Dynamo.csproj", "{D0E2964B-34C9-4FEE-A638-A10E2E4A0917}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "tom-swifty-test", "tests\tom-swifty-test\tom-swifty-test.csproj", "{F565616E-274E-44FA-9F6E-8095308FD80A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "swift-copy-libs", "swift-copy-libs\swift-copy-libs.csproj", "{11F5D3B2-AC30-47A9-A4FF-998835C5CF9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "leaktest", "leaktest\leaktest.csproj", "{33D1E7E3-A123-43F0-B047-163C6E75D3BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "type-o-matic", "type-o-matic\type-o-matic.csproj", "{AB8D0455-7DB1-43ED-ACD3-4DB10350E762}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DylibBinder", "DylibBinder\DylibBinder.csproj", "{2BB83AA6-D9DB-432F-8FC1-7AC83E7FE97B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwiftRuntimeLibrary.Mac", "SwiftRuntimeLibrary.Mac\SwiftRuntimeLibrary.Mac.csproj", "{25AEC965-2332-4AD0-AF67-A18B5B432E62}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwiftRuntimeLibrary.iOS", "SwiftRuntimeLibrary.iOS\SwiftRuntimeLibrary.iOS.csproj", "{7774864E-0E6B-4F0F-B690-3A095F8D60E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65E8BE11-4D82-4EA5-9D14-3CA044D443EF}.Debug|x86.ActiveCfg = Debug|Any CPU
{65E8BE11-4D82-4EA5-9D14-3CA044D443EF}.Debug|x86.Build.0 = Debug|Any CPU
{65E8BE11-4D82-4EA5-9D14-3CA044D443EF}.Release|x86.ActiveCfg = Release|Any CPU
{65E8BE11-4D82-4EA5-9D14-3CA044D443EF}.Release|x86.Build.0 = Release|Any CPU
{8CAC7366-9650-440D-A3C5-36D880285DD5}.Debug|x86.ActiveCfg = Debug|x86
{8CAC7366-9650-440D-A3C5-36D880285DD5}.Debug|x86.Build.0 = Debug|x86
{8CAC7366-9650-440D-A3C5-36D880285DD5}.Release|x86.ActiveCfg = Release|x86
{8CAC7366-9650-440D-A3C5-36D880285DD5}.Release|x86.Build.0 = Release|x86
{B7E6CF5A-B836-41CF-988C-A83607AF5445}.Debug|x86.ActiveCfg = Debug|Any CPU
{B7E6CF5A-B836-41CF-988C-A83607AF5445}.Debug|x86.Build.0 = Debug|Any CPU
{B7E6CF5A-B836-41CF-988C-A83607AF5445}.Release|x86.ActiveCfg = Release|Any CPU
{B7E6CF5A-B836-41CF-988C-A83607AF5445}.Release|x86.Build.0 = Release|Any CPU
{74C4FF75-6D3A-4F58-8D8D-562610E1A40D}.Debug|x86.ActiveCfg = Debug|x86
{74C4FF75-6D3A-4F58-8D8D-562610E1A40D}.Debug|x86.Build.0 = Debug|x86
{74C4FF75-6D3A-4F58-8D8D-562610E1A40D}.Release|x86.ActiveCfg = Release|x86
{74C4FF75-6D3A-4F58-8D8D-562610E1A40D}.Release|x86.Build.0 = Release|x86
{D0E2964B-34C9-4FEE-A638-A10E2E4A0917}.Debug|x86.ActiveCfg = Debug|Any CPU
{D0E2964B-34C9-4FEE-A638-A10E2E4A0917}.Debug|x86.Build.0 = Debug|Any CPU
{D0E2964B-34C9-4FEE-A638-A10E2E4A0917}.Release|x86.ActiveCfg = Release|Any CPU
{D0E2964B-34C9-4FEE-A638-A10E2E4A0917}.Release|x86.Build.0 = Release|Any CPU
{F565616E-274E-44FA-9F6E-8095308FD80A}.Debug|x86.ActiveCfg = Debug|Any CPU
{F565616E-274E-44FA-9F6E-8095308FD80A}.Debug|x86.Build.0 = Debug|Any CPU
{F565616E-274E-44FA-9F6E-8095308FD80A}.Release|x86.ActiveCfg = Release|Any CPU
{F565616E-274E-44FA-9F6E-8095308FD80A}.Release|x86.Build.0 = Release|Any CPU
{11F5D3B2-AC30-47A9-A4FF-998835C5CF9D}.Debug|x86.ActiveCfg = Debug|x86
{11F5D3B2-AC30-47A9-A4FF-998835C5CF9D}.Debug|x86.Build.0 = Debug|x86
{11F5D3B2-AC30-47A9-A4FF-998835C5CF9D}.Release|x86.ActiveCfg = Release|x86
{11F5D3B2-AC30-47A9-A4FF-998835C5CF9D}.Release|x86.Build.0 = Release|x86
{33D1E7E3-A123-43F0-B047-163C6E75D3BF}.Debug|x86.ActiveCfg = Debug|x86
{33D1E7E3-A123-43F0-B047-163C6E75D3BF}.Debug|x86.Build.0 = Debug|x86
{33D1E7E3-A123-43F0-B047-163C6E75D3BF}.Release|x86.ActiveCfg = Release|x86
{33D1E7E3-A123-43F0-B047-163C6E75D3BF}.Release|x86.Build.0 = Release|x86
{AB8D0455-7DB1-43ED-ACD3-4DB10350E762}.Debug|x86.ActiveCfg = Debug|x86
{AB8D0455-7DB1-43ED-ACD3-4DB10350E762}.Debug|x86.Build.0 = Debug|x86
{AB8D0455-7DB1-43ED-ACD3-4DB10350E762}.Release|x86.ActiveCfg = Release|x86
{AB8D0455-7DB1-43ED-ACD3-4DB10350E762}.Release|x86.Build.0 = Release|x86
{2BB83AA6-D9DB-432F-8FC1-7AC83E7FE97B}.Debug|x86.ActiveCfg = Debug|x86
{2BB83AA6-D9DB-432F-8FC1-7AC83E7FE97B}.Debug|x86.Build.0 = Debug|x86
{2BB83AA6-D9DB-432F-8FC1-7AC83E7FE97B}.Release|x86.ActiveCfg = Release|x86
{2BB83AA6-D9DB-432F-8FC1-7AC83E7FE97B}.Release|x86.Build.0 = Release|x86
{25AEC965-2332-4AD0-AF67-A18B5B432E62}.Debug|x86.ActiveCfg = Debug|Any CPU
{25AEC965-2332-4AD0-AF67-A18B5B432E62}.Debug|x86.Build.0 = Debug|Any CPU
{25AEC965-2332-4AD0-AF67-A18B5B432E62}.Release|x86.ActiveCfg = Release|Any CPU
{25AEC965-2332-4AD0-AF67-A18B5B432E62}.Release|x86.Build.0 = Release|Any CPU
{7774864E-0E6B-4F0F-B690-3A095F8D60E9}.Debug|x86.ActiveCfg = Debug|Any CPU
{7774864E-0E6B-4F0F-B690-3A095F8D60E9}.Debug|x86.Build.0 = Debug|Any CPU
{7774864E-0E6B-4F0F-B690-3A095F8D60E9}.Release|x86.ActiveCfg = Release|Any CPU
{7774864E-0E6B-4F0F-B690-3A095F8D60E9}.Release|x86.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.NewLinesForBracesInTypes = 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