-
Notifications
You must be signed in to change notification settings - Fork 1
/
Tomboy-library.sln
73 lines (73 loc) · 4.02 KB
/
Tomboy-library.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
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.32916.344
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tomboy-library", "Tomboy-library\Tomboy\Tomboy-library.csproj", "{040AA912-9738-438A-A7FD-5BB02C40C30A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tomboy-library-tests", "Tomboy-library\Tomboy-library-tests\Tomboy-library-tests.csproj", "{216746A7-D297-4108-933A-1E926EB9B167}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1AAA34F4-DCA7-4713-8BA6-448B9ADD26E3}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
UnitTesting|Any CPU = UnitTesting|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{040AA912-9738-438A-A7FD-5BB02C40C30A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{040AA912-9738-438A-A7FD-5BB02C40C30A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{040AA912-9738-438A-A7FD-5BB02C40C30A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{040AA912-9738-438A-A7FD-5BB02C40C30A}.Release|Any CPU.Build.0 = Release|Any CPU
{040AA912-9738-438A-A7FD-5BB02C40C30A}.UnitTesting|Any CPU.ActiveCfg = UnitTesting|Any CPU
{040AA912-9738-438A-A7FD-5BB02C40C30A}.UnitTesting|Any CPU.Build.0 = UnitTesting|Any CPU
{216746A7-D297-4108-933A-1E926EB9B167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{216746A7-D297-4108-933A-1E926EB9B167}.Debug|Any CPU.Build.0 = Debug|Any CPU
{216746A7-D297-4108-933A-1E926EB9B167}.Release|Any CPU.ActiveCfg = Release|Any CPU
{216746A7-D297-4108-933A-1E926EB9B167}.UnitTesting|Any CPU.ActiveCfg = UnitTesting|Any CPU
{216746A7-D297-4108-933A-1E926EB9B167}.UnitTesting|Any CPU.Build.0 = UnitTesting|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9ACF85AC-41D3-456F-9325-B347234BD4BC}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Tomboy-library\Tomboy-library.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $3
$2.FileWidth = 120
$2.inheritsSet = Mono
$2.inheritsScope = text/plain
$2.scope = text/plain
$3.inheritsSet = null
$3.scope = text/x-csharp
$0.CSharpFormattingPolicy = $4
$4.inheritsSet = Mono
$4.inheritsScope = text/x-csharp
$4.scope = text/x-csharp
$0.StandardHeader = $5
$5.Text = @\n ${FileName}\n \n Author:\n ${AuthorName} <${AuthorEmail}>\n\n Copyright (c) ${Year} ${CopyrightHolder}\n\n This library is free software; you can redistribute it and/or modify\n it under the terms of the GNU Lesser General Public License as\n published by the Free Software Foundation; either version 2.1 of the\n License, or (at your option) any later version.\n\n This library is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Lesser General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public\n License along with this library; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
$5.IncludeInNewFiles = True
$0.VersionControlPolicy = $6
$6.inheritsSet = Mono
$0.ChangeLogPolicy = $7
$7.UpdateMode = None
$7.MessageStyle = $8
$8.LineAlign = 0
$7.inheritsSet = Mono
EndGlobalSection
EndGlobal