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

Commit f941830

Browse files
committed
split code into Scintilla_iface
1 parent 9789142 commit f941830

File tree

4 files changed

+993
-982
lines changed

4 files changed

+993
-982
lines changed

Demo Plugin/NppManagedPluginDemo/NppManagedPluginDemo.VS2015.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
<Compile Include="..\..\Visual Studio Project Template C#\Integration\Msgs_h.cs">
5858
<Link>Integration\Msgs_h.cs</Link>
5959
</Compile>
60+
<Compile Include="..\..\Visual Studio Project Template C#\Integration\Scintilla_iface.cs">
61+
<Link>Integration\Scintilla_iface.cs</Link>
62+
</Compile>
6063
<Compile Include="..\..\Visual Studio Project Template C#\NppPluginNETBase.cs">
6164
<Link>NppPluginNETBase.cs</Link>
6265
</Compile>

Visual Studio Project Template C#/$projectname$.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<Compile Include="NppPluginNETHelper.cs" />
5353
<Compile Include="Integration\Docking_h.cs" />
5454
<Compile Include="Integration\MenuCmdID_h.cs" />
55+
<Compile Include="Integration\Scintilla_iface.cs" />
5556
<Compile Include="Integration\Msgs_h.cs" />
5657
<Compile Include="Properties\AssemblyInfo.cs" />
5758
<Compile Include="Properties\Resources.Designer.cs">

0 commit comments

Comments
 (0)