-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmpctircd.sln
67 lines (67 loc) · 2.76 KB
/
cmpctircd.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 Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cmpctircd", "cmpctircd\cmpctircd.csproj", "{A1ED94F1-89F9-43D5-9AC1-7443DC9FED54}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cmpctircd.Tests", "cmpctircd.Tests\cmpctircd.Tests.csproj", "{00786F4D-811B-4A1E-B13C-A7B52FD2B2DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1ED94F1-89F9-43D5-9AC1-7443DC9FED54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1ED94F1-89F9-43D5-9AC1-7443DC9FED54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1ED94F1-89F9-43D5-9AC1-7443DC9FED54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1ED94F1-89F9-43D5-9AC1-7443DC9FED54}.Release|Any CPU.Build.0 = Release|Any CPU
{00786F4D-811B-4A1E-B13C-A7B52FD2B2DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00786F4D-811B-4A1E-B13C-A7B52FD2B2DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00786F4D-811B-4A1E-B13C-A7B52FD2B2DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00786F4D-811B-4A1E-B13C-A7B52FD2B2DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FCDAC592-D566-436A-8F59-AAC0CE037100}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $7
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.IndentSwitchSection = True
$3.NewLinesForBracesInTypes = False
$3.NewLinesForBracesInMethods = False
$3.NewLineForMembersInObjectInit = True
$3.NewLineForMembersInAnonymousTypes = True
$3.NewLineForClausesInQuery = True
$3.SpacingAfterMethodDeclarationName = False
$3.SpaceAfterMethodCallName = False
$3.SpaceBeforeOpenSquareBracket = False
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
$4.FileWidth = 120
$4.inheritsSet = VisualStudio
$4.inheritsScope = text/plain
$4.scope = text/plain
$5.inheritsSet = null
$5.scope = application/config+xml
$0.XmlFormattingPolicy = $8
$6.inheritsSet = null
$6.scope = application/config+xml
$7.inheritsSet = null
$7.scope = application/xml
$8.inheritsSet = Mono
$8.inheritsScope = application/xml
$8.scope = application/xml
EndGlobalSection
EndGlobal