Browse Source

update samples/CustomPad

pull/297/head
Siegfried Pammer 11 years ago
parent
commit
9b56249b04
  1. 3
      samples/CustomPad/CustomPad.csproj
  2. 6
      samples/CustomPad/CustomPad.sln
  3. 3
      samples/CustomPad/MyCustomPad.cs

3
samples/CustomPad/CustomPad.csproj

@ -16,7 +16,8 @@ @@ -16,7 +16,8 @@
<FileAlignment>4096</FileAlignment>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>..\..\AddIns\Samples\CustomPad\</OutputPath>

6
samples/CustomPad/CustomPad.sln

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
# SharpDevelop 4.0.0.5571
# SharpDevelop 5.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomPad", "CustomPad.csproj", "{7B1152A2-9072-419A-B256-5772D114C5A9}"
EndProject
Global
@ -10,9 +10,9 @@ Global @@ -10,9 +10,9 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B1152A2-9072-419A-B256-5772D114C5A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B1152A2-9072-419A-B256-5772D114C5A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B1152A2-9072-419A-B256-5772D114C5A9}.Release|Any CPU.Build.0 = Release|Any CPU
{7B1152A2-9072-419A-B256-5772D114C5A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B1152A2-9072-419A-B256-5772D114C5A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B1152A2-9072-419A-B256-5772D114C5A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

3
samples/CustomPad/MyCustomPad.cs

@ -25,11 +25,10 @@ @@ -25,11 +25,10 @@
// IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
using ICSharpCode.Core;
using ICSharpCode.SharpDevelop.Gui;
using System;
using System.Drawing;
using System.Windows.Forms;
using ICSharpCode.SharpDevelop.Workbench;
namespace CustomPad
{

Loading…
Cancel
Save