Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 040a233

Browse files
committed
replace use of dynamic name $safeprojectname$ to make testing easier
1 parent 6e449fa commit 040a233

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Visual Studio Project Template C#/DllExport/DllExportAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Runtime.InteropServices;
3+
using Kbg.NppPluginNET;
34

45
namespace NppPlugin.DllExport
56
{

Visual Studio Project Template C#/Forms/frmMyDlg.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Visual Studio Project Template C#/Forms/frmMyDlg.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Text;
66
using System.Windows.Forms;
77

8-
namespace $safeprojectname$
8+
namespace Kbg.NppPluginNET
99
{
1010
public partial class frmMyDlg : Form
1111
{

Visual Studio Project Template C#/Main.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
using System.Runtime.InteropServices;
66
using System.Text;
77
using System.Windows.Forms;
8-
using Kbg.NppPluginNET;
98

10-
namespace $safeprojectname$
9+
namespace Kbg.NppPluginNET
1110
{
1211
class Main
1312
{

Visual Studio Project Template C#/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)