-
Notifications
You must be signed in to change notification settings - Fork 0
/
Abacus.sln
55 lines (55 loc) · 3.11 KB
/
Abacus.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abacus", "Abacus\Abacus.csproj", "{0268F80F-EAD5-49F8-B5B9-EAC03221C272}"
EndProject
Project("{9344bdbb-3e7f-41fc-a0dd-8665d75ee146}") = "AbacusTranslation", "AbacusTranslation\AbacusTranslation.mdproj", "{5F67D90D-028E-4115-AE61-3BB57DCDE141}"
EndProject
Project("{9344bdbb-3e7f-41fc-a0dd-8665d75ee146}") = "Packages", "Packages.mdproj", "{8C8FD139-962D-44FA-BA35-1C4B963E0479}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0268F80F-EAD5-49F8-B5B9-EAC03221C272}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0268F80F-EAD5-49F8-B5B9-EAC03221C272}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0268F80F-EAD5-49F8-B5B9-EAC03221C272}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0268F80F-EAD5-49F8-B5B9-EAC03221C272}.Release|Any CPU.Build.0 = Release|Any CPU
{5F67D90D-028E-4115-AE61-3BB57DCDE141}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F67D90D-028E-4115-AE61-3BB57DCDE141}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C8FD139-962D-44FA-BA35-1C4B963E0479}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C8FD139-962D-44FA-BA35-1C4B963E0479}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Abacus\Abacus.csproj
Policies = $0
$0.StandardHeader = $1
$1.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 3 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, see <http://www.gnu.org/licenses/>.
$1.IncludeInNewFiles = True
$0.TextStylePolicy = $2
$2.FileWidth = 120
$2.NoTabsAfterNonTabs = True
$2.RemoveTrailingWhitespace = True
$2.EolMarker = Unix
$2.inheritsSet = VisualStudio
$2.inheritsScope = text/plain
$2.scope = text/plain
$0.TextStylePolicy = $3
$3.inheritsSet = null
$3.scope = text/x-csharp
$0.CSharpFormattingPolicy = $4
$4.BeforeMethodDeclarationParentheses = False
$4.BeforeMethodCallParentheses = False
$4.BeforeConstructorDeclarationParentheses = False
$4.BeforeDelegateDeclarationParentheses = False
$4.NewParentheses = False
$4.SpacesBeforeBrackets = False
$4.inheritsSet = Mono
$4.inheritsScope = text/x-csharp
$4.scope = text/x-csharp
description = A new way to calculate mathematical problems.
version = 0.6.4
EndGlobalSection
EndGlobal