-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliographer.sln
61 lines (61 loc) · 3.34 KB
/
bibliographer.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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bibliographer", "bibliographer.csproj", "{6E33C38D-EB37-4588-9EB5-F076434C7D51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libbibby", "libbibby.csproj", "{43AE7B15-4926-4AF9-BEE4-12B297BD95D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43AE7B15-4926-4AF9-BEE4-12B297BD95D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43AE7B15-4926-4AF9-BEE4-12B297BD95D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43AE7B15-4926-4AF9-BEE4-12B297BD95D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43AE7B15-4926-4AF9-BEE4-12B297BD95D0}.Release|Any CPU.Build.0 = Release|Any CPU
{6E33C38D-EB37-4588-9EB5-F076434C7D51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E33C38D-EB37-4588-9EB5-F076434C7D51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E33C38D-EB37-4588-9EB5-F076434C7D51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E33C38D-EB37-4588-9EB5-F076434C7D51}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$0.VersionControlPolicy = $2
$2.inheritsSet = Mono
$0.ChangeLogPolicy = $3
$3.UpdateMode = None
$3.inheritsSet = Mono
$3.MessageStyle = $4
$4.LineAlign = 0
$0.StandardHeader = $5
$5.Text = @\n ${FileName}\n \n Author:\n ${AuthorName} <${AuthorEmail}>\n\n Copyright (c) ${Year} ${CopyrightHolder}\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n
$0.TextStylePolicy = $6
$6.NoTabsAfterNonTabs = True
$6.scope = text/x-csharp
$6.TabsToSpaces = True
$0.CSharpFormattingPolicy = $7
$7.AfterDelegateDeclarationParameterComma = True
$7.scope = text/x-csharp
$7.IndentSwitchSection = False
$7.NewLinesForBracesInProperties = False
$7.NewLinesForBracesInAccessors = False
$7.NewLinesForBracesInAnonymousMethods = False
$7.NewLinesForBracesInControlBlocks = False
$7.NewLinesForBracesInAnonymousTypes = False
$7.NewLinesForBracesInObjectCollectionArrayInitializers = False
$7.NewLinesForBracesInLambdaExpressionBody = False
$7.NewLineForElse = False
$7.NewLineForCatch = False
$7.NewLineForFinally = False
$7.NewLineForMembersInObjectInit = False
$7.NewLineForMembersInAnonymousTypes = False
$7.NewLineForClausesInQuery = False
$7.SpacingAfterMethodDeclarationName = True
$7.SpaceAfterMethodCallName = True
$7.SpaceBeforeOpenSquareBracket = True
name = bibliographer
EndGlobalSection
EndGlobal