-
Notifications
You must be signed in to change notification settings - Fork 11
/
ETGMod.Installer.sln
38 lines (38 loc) · 1.43 KB
/
ETGMod.Installer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ETGMod.Installer", "ETGMod.Installer.csproj", "{ABB09CCC-D5A8-42A9-A1EB-2ECFD4024528}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABB09CCC-D5A8-42A9-A1EB-2ECFD4024528}.Debug|x86.ActiveCfg = Debug|x86
{ABB09CCC-D5A8-42A9-A1EB-2ECFD4024528}.Debug|x86.Build.0 = Debug|x86
{ABB09CCC-D5A8-42A9-A1EB-2ECFD4024528}.Release|x86.ActiveCfg = Release|x86
{ABB09CCC-D5A8-42A9-A1EB-2ECFD4024528}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchSection = True
$2.NewLinesForBracesInTypes = False
$2.NewLinesForBracesInMethods = False
$2.NewLineForMembersInObjectInit = True
$2.NewLineForMembersInAnonymousTypes = True
$2.NewLineForClausesInQuery = True
$2.SpacingAfterMethodDeclarationName = False
$2.SpaceAfterMethodCallName = False
$2.SpaceBeforeOpenSquareBracket = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal