forked from jltaylor-us/StardewToDew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStardewToDew.sln
62 lines (62 loc) · 2.33 KB
/
StardewToDew.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.808.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToDew", "ToDew\ToDew.csproj", "{1F068A35-79EE-4BEC-B551-E929949F25D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|anycpu = Debug|anycpu
Release|anycpu = Release|anycpu
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F068A35-79EE-4BEC-B551-E929949F25D8}.Debug|anycpu.ActiveCfg = Debug|anycpu
{1F068A35-79EE-4BEC-B551-E929949F25D8}.Debug|anycpu.Build.0 = Debug|anycpu
{1F068A35-79EE-4BEC-B551-E929949F25D8}.Release|anycpu.ActiveCfg = Release|anycpu
{1F068A35-79EE-4BEC-B551-E929949F25D8}.Release|anycpu.Build.0 = Release|anycpu
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6174251-F4C9-44D8-8B38-5FA7A5852699}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.NewLinesForBracesInTypes = False
$3.NewLinesForBracesInMethods = False
$3.NewLinesForBracesInProperties = False
$3.NewLinesForBracesInAccessors = False
$3.NewLinesForBracesInAnonymousMethods = False
$3.NewLinesForBracesInControlBlocks = False
$3.NewLinesForBracesInAnonymousTypes = False
$3.NewLinesForBracesInObjectCollectionArrayInitializers = False
$3.NewLinesForBracesInLambdaExpressionBody = False
$3.NewLineForElse = False
$3.NewLineForCatch = False
$3.NewLineForFinally = False
$3.scope = text/x-csharp
$0.TextStylePolicy = $4
$4.FileWidth = 80
$4.TabsToSpaces = True
$4.scope = text/plain
$0.StandardHeader = $5
$5.Text = Copyright ${Year} ${AuthorName}
$0.VersionControlPolicy = $6
$0.TextStylePolicy = $7
$7.inheritsSet = null
$7.scope = text/x-json
$0.JSONFormattingPolicy = $8
$8.AutoStructureCompletion = True
$8.BracePositions = SemiExpanded
$8.FormatOnPaste = True
$8.scope = text/x-json
EndGlobalSection
EndGlobal