forked from CoreTweet/CoreTweet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCoreTweet-Mono.sln
87 lines (87 loc) · 4.2 KB
/
CoreTweet-Mono.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreTweet.net40", "CoreTweet.net40\CoreTweet.net40.csproj", "{B8237636-EC72-47BD-887B-E66D4123F422}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9781AAC6-F2C8-4DAA-9922-46B937854383}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreTweet.net35", "CoreTweet.net35\CoreTweet.net35.csproj", "{CD5D0F3D-6520-4EA9-9B22-710EBC2558B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreTweet.net45", "CoreTweet.net45\CoreTweet.net45.csproj", "{5AE5A341-5E2B-42AF-946A-7043BAD12817}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CoreTweet.Shared", "CoreTweet.Shared\CoreTweet.Shared.shproj", "{0143F454-1D66-48D0-AA28-7BA7A2502EA5}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
CoreTweet.Shared\CoreTweet.Shared.projitems*{b8237636-ec72-47bd-887b-e66d4123f422}*SharedItemsImports = 4
CoreTweet.Shared\CoreTweet.Shared.projitems*{cd5d0f3d-6520-4ea9-9b22-710ebc2558b9}*SharedItemsImports = 4
CoreTweet.Shared\CoreTweet.Shared.projitems*{0143f454-1d66-48d0-aa28-7ba7a2502ea5}*SharedItemsImports = 13
CoreTweet.Shared\CoreTweet.Shared.projitems*{5ae5a341-5e2b-42af-946a-7043bad12817}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8237636-EC72-47BD-887B-E66D4123F422}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8237636-EC72-47BD-887B-E66D4123F422}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8237636-EC72-47BD-887B-E66D4123F422}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8237636-EC72-47BD-887B-E66D4123F422}.Release|Any CPU.Build.0 = Release|Any CPU
{CD5D0F3D-6520-4EA9-9B22-710EBC2558B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD5D0F3D-6520-4EA9-9B22-710EBC2558B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD5D0F3D-6520-4EA9-9B22-710EBC2558B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD5D0F3D-6520-4EA9-9B22-710EBC2558B9}.Release|Any CPU.Build.0 = Release|Any CPU
{5AE5A341-5E2B-42AF-946A-7043BAD12817}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AE5A341-5E2B-42AF-946A-7043BAD12817}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AE5A341-5E2B-42AF-946A-7043BAD12817}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AE5A341-5E2B-42AF-946A-7043BAD12817}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = CoreTweet\CoreTweet.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 999
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.AnonymousMethodBraceStyle = NextLine
$2.PropertyBraceStyle = NextLine
$2.PropertyGetBraceStyle = NextLine
$2.PropertySetBraceStyle = NextLine
$2.EventBraceStyle = NextLine
$2.EventAddBraceStyle = NextLine
$2.EventRemoveBraceStyle = NextLine
$2.StatementBraceStyle = NextLine
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.IfParentheses = False
$2.WhileParentheses = False
$2.ForParentheses = False
$2.ForeachParentheses = False
$2.CatchParentheses = False
$2.SwitchParentheses = False
$2.LockParentheses = False
$2.UsingParentheses = False
$2.SpacesBeforeBrackets = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.DotNetNamingPolicy = $3
$3.DirectoryNamespaceAssociation = None
$3.ResourceNamePolicy = FileFormatDefault
EndGlobalSection
EndGlobal