modifies the Version control integration
This commit is contained in:
4
ChangeLog
Normal file
4
ChangeLog
Normal file
@ -0,0 +1,4 @@
|
||||
2015-06-06 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* Yavsc.sln: modifies the Version control integration
|
||||
|
@ -86,5 +86,13 @@ Global
|
||||
$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 Lesser 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 Lesser General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public License\n along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
$1.IncludeInNewFiles = True
|
||||
$0.VersionControlPolicy = $2
|
||||
$2.inheritsSet = Mono
|
||||
$0.ChangeLogPolicy = $3
|
||||
$3.UpdateMode = ProjectRoot
|
||||
$3.VcsIntegration = RequireEntry
|
||||
$3.MessageStyle = $4
|
||||
$4.LineAlign = 0
|
||||
$3.inheritsSet = Mono
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
Reference in New Issue
Block a user