This repository has been archived by the owner on Feb 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCSF.Entities.sln
61 lines (61 loc) · 2.58 KB
/
CSF.Entities.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSF.Entities", "CSF.Entities\CSF.Entities.csproj", "{2EE2F785-5655-432E-9726-41349A4FA958}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.CSF.Entities", "Test.CSF.Entities\Test.CSF.Entities.csproj", "{45C0A71D-3FF3-46B1-8632-BC24431CD80C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2EE2F785-5655-432E-9726-41349A4FA958}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EE2F785-5655-432E-9726-41349A4FA958}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EE2F785-5655-432E-9726-41349A4FA958}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EE2F785-5655-432E-9726-41349A4FA958}.Release|Any CPU.Build.0 = Release|Any CPU
{45C0A71D-3FF3-46B1-8632-BC24431CD80C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45C0A71D-3FF3-46B1-8632-BC24431CD80C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45C0A71D-3FF3-46B1-8632-BC24431CD80C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45C0A71D-3FF3-46B1-8632-BC24431CD80C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.2.1
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$1.ResourceNamePolicy = FileName
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.SpaceAfterControlFlowStatementKeyword = False
$3.SpaceAfterCast = True
$3.scope = text/x-csharp
$3.IndentSwitchSection = False
$3.NewLinesForBracesInAccessors = False
$3.NewLinesForBracesInAnonymousMethods = False
$3.NewLinesForBracesInAnonymousTypes = False
$3.NewLinesForBracesInObjectCollectionArrayInitializers = False
$3.NewLinesForBracesInLambdaExpressionBody = False
$3.NewLineForMembersInObjectInit = False
$3.NewLineForMembersInAnonymousTypes = False
$0.StandardHeader = $4
$0.NameConventionPolicy = $5
$5.Rules = $6
$6.NamingRule = $7
$7.Name = Type Parameters
$7.AffectedEntity = TypeParameter
$7.VisibilityMask = VisibilityMask
$7.NamingStyle = PascalCase
$7.IncludeInstanceMembers = True
$7.IncludeStaticEntities = True
$7.RequiredPrefixes = $8
$8.String = T
$7.RequiredSuffixes = $9
$9.String = Exception
$0.VersionControlPolicy = $10
$10.inheritsSet = Mono
EndGlobalSection
EndGlobal