-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathSteamDatabaseBackend.sln
More file actions
73 lines (73 loc) · 2.71 KB
/
Copy pathSteamDatabaseBackend.sln
File metadata and controls
73 lines (73 loc) · 2.71 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29319.158
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteamDatabaseBackend", "SteamDatabaseBackend.csproj", "{1FDF0684-CAEF-4290-80C0-D86515063DB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FDF0684-CAEF-4290-80C0-D86515063DB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FDF0684-CAEF-4290-80C0-D86515063DB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FDF0684-CAEF-4290-80C0-D86515063DB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FDF0684-CAEF-4290-80C0-D86515063DB5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AEE16787-6601-4950-A2B9-219D135B4D00}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SteamDatabaseBackend.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = application/json
$2.inheritsScope = text/plain
$0.CSharpFormattingPolicy = $3
$3.AfterDelegateDeclarationParameterComma = True
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
$3.IndentSwitchSection = True
$3.NewLinesForBracesInProperties = True
$3.NewLinesForBracesInAccessors = True
$3.NewLinesForBracesInAnonymousMethods = True
$3.NewLinesForBracesInControlBlocks = True
$3.NewLinesForBracesInAnonymousTypes = True
$3.NewLinesForBracesInObjectCollectionArrayInitializers = True
$3.NewLinesForBracesInLambdaExpressionBody = True
$3.NewLineForElse = True
$3.NewLineForCatch = True
$3.NewLineForFinally = True
$3.NewLineForMembersInObjectInit = True
$3.NewLineForMembersInAnonymousTypes = True
$3.NewLineForClausesInQuery = True
$3.SpacingAfterMethodDeclarationName = False
$3.SpaceAfterMethodCallName = False
$3.SpaceBeforeOpenSquareBracket = False
$0.StandardHeader = $4
$4.Text =
$4.IncludeInNewFiles = True
$0.NameConventionPolicy = $5
$5.Rules = $6
$6.NamingRule = $26
$26.AffectedEntity = None
$26.VisibilityMask = VisibilityMask
$26.NamingStyle = None
$26.IncludeInstanceMembers = True
$26.IncludeStaticEntities = True
$0.XmlFormattingPolicy = $27
$27.inheritsSet = Mono
$27.scope = application/xml
$27.inheritsScope = application/xml
EndGlobalSection
EndGlobal