-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathR7.Scripting.sln
52 lines (52 loc) · 3.06 KB
/
R7.Scripting.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "R7.Scripting", "R7.Scripting\R7.Scripting.csproj", "{024A8D95-F513-488A-B52B-7E29AD20FDB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "R7.Scripting.Tests", "R7.Scripting.Tests\R7.Scripting.Tests.csproj", "{F442C5D7-09A1-4828-8994-71F0749CC74B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A6A02FFA-F29F-40D6-804F-92439CF57A89}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
LICENSE.md = LICENSE.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Default|Any CPU = Default|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{024A8D95-F513-488A-B52B-7E29AD20FDB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{024A8D95-F513-488A-B52B-7E29AD20FDB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{024A8D95-F513-488A-B52B-7E29AD20FDB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{024A8D95-F513-488A-B52B-7E29AD20FDB5}.Release|Any CPU.Build.0 = Release|Any CPU
{F442C5D7-09A1-4828-8994-71F0749CC74B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F442C5D7-09A1-4828-8994-71F0749CC74B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F442C5D7-09A1-4828-8994-71F0749CC74B}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{F442C5D7-09A1-4828-8994-71F0749CC74B}.Default|Any CPU.Build.0 = Debug|Any CPU
{F442C5D7-09A1-4828-8994-71F0749CC74B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F442C5D7-09A1-4828-8994-71F0749CC74B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.StandardHeader = $2
$2.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/>.
$2.IncludeInNewFiles = True
$0.VersionControlPolicy = $3
$3.inheritsSet = Mono
$0.ChangeLogPolicy = $4
$4.UpdateMode = None
$4.MessageStyle = $5
$5.LineAlign = 0
$4.inheritsSet = Mono
version = 0.1.0
StartupItem = R7.Scripting\R7.Scripting.csproj
EndGlobalSection
EndGlobal