|
|
|
@ -36,7 +36,6 @@
@@ -36,7 +36,6 @@
|
|
|
|
|
<Files> |
|
|
|
|
<File name="${ProjectName}.addin" copyToOutputDirectory="Always"><![CDATA[<AddIn name = "${ProjectName}" |
|
|
|
|
author = "${USER}" |
|
|
|
|
copyright = "GNU General Public License" |
|
|
|
|
url = "" |
|
|
|
|
description = "TODO: Put description here"> |
|
|
|
|
|
|
|
|
@ -82,21 +81,7 @@
@@ -82,21 +81,7 @@
|
|
|
|
|
</Components> |
|
|
|
|
]]></File> |
|
|
|
|
<File name="Src/MyUserControl.cs"> |
|
|
|
|
<![CDATA[// Copyright (C) yyyy name of author |
|
|
|
|
// |
|
|
|
|
// This program is free software; you can redistribute it and/or |
|
|
|
|
// modify it under the terms of the GNU General Public License |
|
|
|
|
// as published by the Free Software Foundation; either version 2 |
|
|
|
|
// of the License, or (at your option) any later version. |
|
|
|
|
// |
|
|
|
|
// This program is distributed in the hope that it will be useful, |
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
|
// GNU General Public License for more details. |
|
|
|
|
// |
|
|
|
|
// You should have received a copy of the GNU General Public License |
|
|
|
|
// along with this program; if not, write to the Free Software |
|
|
|
|
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
|
|
|
<![CDATA[${StandardHeader.C#} |
|
|
|
|
|
|
|
|
|
using System; |
|
|
|
|
using System.Windows.Forms; |
|
|
|
@ -120,21 +105,7 @@ namespace ${ProjectName}
@@ -120,21 +105,7 @@ namespace ${ProjectName}
|
|
|
|
|
} |
|
|
|
|
]]></File> |
|
|
|
|
<File name="Src/TestPad.cs"> |
|
|
|
|
<![CDATA[// Copyright (C) yyyy name of author |
|
|
|
|
// |
|
|
|
|
// This program is free software; you can redistribute it and/or |
|
|
|
|
// modify it under the terms of the GNU General Public License |
|
|
|
|
// as published by the Free Software Foundation; either version 2 |
|
|
|
|
// of the License, or (at your option) any later version. |
|
|
|
|
// |
|
|
|
|
// This program is distributed in the hope that it will be useful, |
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
|
// GNU General Public License for more details. |
|
|
|
|
// |
|
|
|
|
// You should have received a copy of the GNU General Public License |
|
|
|
|
// along with this program; if not, write to the Free Software |
|
|
|
|
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
|
|
|
<![CDATA[${StandardHeader.C#} |
|
|
|
|
|
|
|
|
|
using System; |
|
|
|
|
using System.Windows.Forms; |
|
|
|
@ -201,7 +172,7 @@ using System.Runtime.CompilerServices;
@@ -201,7 +172,7 @@ using System.Runtime.CompilerServices;
|
|
|
|
|
[assembly: AssemblyConfiguration("")] |
|
|
|
|
[assembly: AssemblyCompany("")] |
|
|
|
|
[assembly: AssemblyProduct("SharpDevelop")] |
|
|
|
|
[assembly: AssemblyCopyright("GNU General Public Licence")] |
|
|
|
|
[assembly: AssemblyCopyright("")] |
|
|
|
|
[assembly: AssemblyTrademark("")] |
|
|
|
|
[assembly: AssemblyCulture("")] |
|
|
|
|
|
|
|
|
|