Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@novell.com>2011-01-31 15:56:37 +0300
committerLluis Sanchez Gual <lluis@novell.com>2011-01-31 15:56:37 +0300
commitb314b4cc4214d7d197b88b955624d7da53facdb7 (patch)
treef843ed12d21838a09ed884755b5fa38e60f6fbb6 /Mono.Addins.sln
parentaa329949c25d45690dbdf01ac418b0770c7e3748 (diff)
Upgraded file format.
Diffstat (limited to 'Mono.Addins.sln')
-rw-r--r--Mono.Addins.sln7
1 files changed, 4 insertions, 3 deletions
diff --git a/Mono.Addins.sln b/Mono.Addins.sln
index d357947..e4be286 100644
--- a/Mono.Addins.sln
+++ b/Mono.Addins.sln
@@ -1,6 +1,6 @@

-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Addins", "Mono.Addins\Mono.Addins.csproj", "{91DD5A2D-9FE3-4C3C-9253-876141874DAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mautil", "mautil\mautil.csproj", "{EA2F08DC-8289-4A89-A405-1A70D8B4C569}"
@@ -153,7 +153,8 @@ Global
$1.DirectoryNamespaceAssociation = Flat
$1.ResourceNamePolicy = FileName
$0.StandardHeader = $2
- $2.inheritsSet = MITX11License
+ $2.Text = @\n${FileName}\n \nAuthor:\n ${AuthorName} <${AuthorEmail}>\n\nCopyright (c) ${Year} ${CopyrightHolder}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.
+ $2.IncludeInNewFiles = True
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabWidth = 4