forked from Forkk/MultiMC
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MultiMC.sln
81 lines (81 loc) · 3.34 KB
/
MultiMC.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiMC", "MultiMC\MultiMC.csproj", "{B90EE9BF-2892-41B3-BEA5-A43C99F1BB3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B90EE9BF-2892-41B3-BEA5-A43C99F1BB3F}.Debug|x86.ActiveCfg = Debug|x86
{B90EE9BF-2892-41B3-BEA5-A43C99F1BB3F}.Debug|x86.Build.0 = Debug|x86
{B90EE9BF-2892-41B3-BEA5-A43C99F1BB3F}.Release|x86.ActiveCfg = Release|x86
{B90EE9BF-2892-41B3-BEA5-A43C99F1BB3F}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = MultiMC\MultiMC.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.EolMarker = Windows
$1.inheritsSet = Mono
$1.inheritsScope = text/plain
$1.scope = text/plain
$0.XmlFormattingPolicy = $2
$2.inheritsSet = Mono
$2.inheritsScope = application/xml
$2.scope = application/xml
$0.VersionControlPolicy = $3
$3.CommitMessageStyle = $4
$4.FirstFilePrefix =
$4.FileSeparator = ", "
$4.LineAlign = 0
$3.inheritsSet = Mono
$0.ChangeLogPolicy = $5
$5.UpdateMode = ProjectRoot
$5.MessageStyle = $6
$6.FileSeparator = ", "
$5.inheritsSet = Mono
$0.CSharpFormattingPolicy = $7
$7.AnonymousMethodBraceStyle = NextLine
$7.PropertyBraceStyle = NextLine
$7.PropertyGetBraceStyle = NextLine
$7.PropertySetBraceStyle = NextLine
$7.EventBraceStyle = NextLine
$7.EventAddBraceStyle = NextLine
$7.EventRemoveBraceStyle = NextLine
$7.StatementBraceStyle = NextLine
$7.PlaceElseOnNewLine = True
$7.PlaceArrayInitializersOnNewLine = AlwaysNewLine
$7.BeforeMethodDeclarationParentheses = False
$7.BeforeMethodCallParentheses = False
$7.BeforeConstructorDeclarationParentheses = False
$7.BeforeIndexerDeclarationBracket = False
$7.BeforeDelegateDeclarationParentheses = False
$7.NewParentheses = False
$7.SpacesBeforeBrackets = False
$7.inheritsSet = Mono
$7.inheritsScope = text/x-csharp
$7.scope = text/x-csharp
$0.TextStylePolicy = $8
$8.TabWidth = 4
$8.EolMarker = Windows
$8.inheritsSet = Mono
$8.inheritsScope = text/plain
$8.scope = text/x-csharp
$0.StandardHeader = $9
$9.Text = @\n Copyright ${Year} ${CopyrightHolder}\n\n Licensed under the Apache License, Version 2.0 (the "License");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.
$9.IncludeInNewFiles = True
$0.TextStylePolicy = $10
$10.inheritsSet = Mono
$10.inheritsScope = text/plain
$10.scope = application/xml
$0.TextStylePolicy = $11
$11.inheritsSet = null
$11.scope = text/x-readme
$0.DotNetNamingPolicy = $12
$12.DirectoryNamespaceAssociation = None
$12.ResourceNamePolicy = FileFormatDefault
EndGlobalSection
EndGlobal