-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathZoraGenWpf.sln
81 lines (81 loc) · 3.55 KB
/
ZoraGenWpf.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 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 14.0.23107.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZoraSharp", "ZoraSharp\src\ZoraSharp.csproj", "{E40D4A82-F5F3-4712-A8E2-AD3C77B1E5A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZoraGenWpf", "ZoraGenWpf\ZoraGenWpf.csproj", "{ED9EED55-66D8-4B76-888D-A4FF3A3670C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E40D4A82-F5F3-4712-A8E2-AD3C77B1E5A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E40D4A82-F5F3-4712-A8E2-AD3C77B1E5A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E40D4A82-F5F3-4712-A8E2-AD3C77B1E5A8}.Debug|x86.ActiveCfg = Debug|Any CPU
{E40D4A82-F5F3-4712-A8E2-AD3C77B1E5A8}.Debug|x86.Build.0 = Debug|Any CPU
{E40D4A82-F5F3-4712-A8E2-AD3C77B1E5A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E40D4A82-F5F3-4712-A8E2-AD3C77B1E5A8}.Release|Any CPU.Build.0 = Release|Any CPU
{E40D4A82-F5F3-4712-A8E2-AD3C77B1E5A8}.Release|x86.ActiveCfg = Release|Any CPU
{E40D4A82-F5F3-4712-A8E2-AD3C77B1E5A8}.Release|x86.Build.0 = Release|Any CPU
{ED9EED55-66D8-4B76-888D-A4FF3A3670C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED9EED55-66D8-4B76-888D-A4FF3A3670C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED9EED55-66D8-4B76-888D-A4FF3A3670C0}.Debug|x86.ActiveCfg = Debug|Any CPU
{ED9EED55-66D8-4B76-888D-A4FF3A3670C0}.Debug|x86.Build.0 = Debug|Any CPU
{ED9EED55-66D8-4B76-888D-A4FF3A3670C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED9EED55-66D8-4B76-888D-A4FF3A3670C0}.Release|Any CPU.Build.0 = Release|Any CPU
{ED9EED55-66D8-4B76-888D-A4FF3A3670C0}.Release|x86.ActiveCfg = Release|x86
{ED9EED55-66D8-4B76-888D-A4FF3A3670C0}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF81C1B1-7AF5-4C5B-AD20-88F838F2E221}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.TabsToSpaces = False
$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.ElseNewLinePlacement = NewLine
$2.ElseIfNewLinePlacement = SameLine
$2.CatchNewLinePlacement = NewLine
$2.FinallyNewLinePlacement = NewLine
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeIndexerDeclarationBracket = False
$2.BeforeDelegateDeclarationParentheses = False
$2.AfterDelegateDeclarationParameterComma = True
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.DotNetNamingPolicy = $3
$3.DirectoryNamespaceAssociation = Hierarchical
$3.ResourceNamePolicy = MSBuild
$0.StandardHeader = $4
$4.Text =
$4.IncludeInNewFiles = True
EndGlobalSection
EndGlobal