-
Notifications
You must be signed in to change notification settings - Fork 0
/
EasyGeom.sln
67 lines (67 loc) · 2.74 KB
/
EasyGeom.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyGeom", "EasyGeom\EasyGeom.csproj", "{7E7016BF-6ACA-4CE6-ADC7-247C926D4E02}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E7016BF-6ACA-4CE6-ADC7-247C926D4E02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E7016BF-6ACA-4CE6-ADC7-247C926D4E02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E7016BF-6ACA-4CE6-ADC7-247C926D4E02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E7016BF-6ACA-4CE6-ADC7-247C926D4E02}.Release|Any CPU.Build.0 = Release|Any CPU
{FE5B72A5-90B1-4FA0-92CB-154AC2905FC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE5B72A5-90B1-4FA0-92CB-154AC2905FC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE5B72A5-90B1-4FA0-92CB-154AC2905FC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE5B72A5-90B1-4FA0-92CB-154AC2905FC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.BeforeMethodDeclarationParentheses = False
$2.WithinMethodDeclarationParentheses = True
$2.BeforeMethodCallParentheses = False
$2.WithinMethodCallParentheses = True
$2.BeforeConstructorDeclarationParentheses = False
$2.WithinConstructorDeclarationParentheses = True
$2.BeforeIndexerDeclarationBracket = False
$2.WithinIndexerDeclarationBracket = True
$2.BeforeDelegateDeclarationParentheses = False
$2.AfterDelegateDeclarationParameterComma = True
$2.WithinDelegateDeclarationParentheses = True
$2.NewParentheses = False
$2.IfParentheses = False
$2.WhileParentheses = False
$2.ForParentheses = False
$2.ForeachParentheses = False
$2.CatchParentheses = False
$2.SwitchParentheses = False
$2.LockParentheses = False
$2.UsingParentheses = False
$2.WithinIfParentheses = True
$2.WithinWhileParentheses = True
$2.WithinForParentheses = True
$2.WithinForEachParentheses = True
$2.WithinCatchParentheses = True
$2.WithinSwitchParentheses = True
$2.WithinLockParentheses = True
$2.WithinUsingParentheses = True
$2.WithinNewParentheses = True
$2.SpacesBeforeBrackets = False
$2.SpacesAfterTypecast = True
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal