-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRubyBinding.sln
46 lines (46 loc) · 2.75 KB
/
RubyBinding.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RubyBinding", "RubyBinding.csproj", "{05BDA4C0-5EAD-4568-93C0-FF57400CB927}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug_ruby18|Any CPU = Debug_ruby18|Any CPU
Release_ruby18|Any CPU = Release_ruby18|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05BDA4C0-5EAD-4568-93C0-FF57400CB927}.Debug_ruby18|Any CPU.ActiveCfg = Debug_ruby18|Any CPU
{05BDA4C0-5EAD-4568-93C0-FF57400CB927}.Debug_ruby18|Any CPU.Build.0 = Debug_ruby18|Any CPU
{05BDA4C0-5EAD-4568-93C0-FF57400CB927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05BDA4C0-5EAD-4568-93C0-FF57400CB927}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05BDA4C0-5EAD-4568-93C0-FF57400CB927}.Release_ruby18|Any CPU.ActiveCfg = Release_ruby18|Any CPU
{05BDA4C0-5EAD-4568-93C0-FF57400CB927}.Release_ruby18|Any CPU.Build.0 = Release_ruby18|Any CPU
{05BDA4C0-5EAD-4568-93C0-FF57400CB927}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05BDA4C0-5EAD-4568-93C0-FF57400CB927}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = RubyBinding.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.TabWidth = 4
$1.inheritsSet = Mono
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.MethodBraceStyle = EndOfLine
$2.ConstructorBraceStyle = EndOfLine
$2.DestructorBraceStyle = EndOfLine
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.DotNetNamingPolicy = $3
$3.DirectoryNamespaceAssociation = None
$3.ResourceNamePolicy = FileFormatDefault
$0.StandardHeader = $4
$4.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
$4.IncludeInNewFiles = True
EndGlobalSection
EndGlobal