-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliographer - msvc12.sln
51 lines (51 loc) · 2.88 KB
/
bibliographer - msvc12.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bibliographer", "bibliographer - msvc12.csproj", "{6E33C38D-EB37-4588-9EB5-F076434C7D51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libbibby", "libbibby - msvc12.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
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$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
$5.IncludeInNewFiles = True
$0.TextStylePolicy = $6
$6.FileWidth = 120
$6.NoTabsAfterNonTabs = True
$6.inheritsSet = VisualStudio
$6.inheritsScope = text/plain
$6.scope = text/x-csharp
$0.CSharpFormattingPolicy = $7
$7.AfterDelegateDeclarationParameterComma = True
$7.inheritsSet = Mono
$7.inheritsScope = text/x-csharp
$7.scope = text/x-csharp
name = bibliographer
EndGlobalSection
EndGlobal