diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..bac6387b --- /dev/null +++ b/ChangeLog @@ -0,0 +1,4 @@ +2015-06-06 Paul Schneider + + * Yavsc.sln: modifies the Version control integration + diff --git a/Yavsc.sln b/Yavsc.sln index 3cc000c1..a6ddc9bb 100644 --- a/Yavsc.sln +++ b/Yavsc.sln @@ -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 . $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