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

Commit a052f63

Browse files
committed
split code into Msgs_h.cs
1 parent d8f758d commit a052f63

File tree

4 files changed

+523
-519
lines changed

4 files changed

+523
-519
lines changed

Demo Plugin/NppManagedPluginDemo/NppManagedPluginDemo.VS2015.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
<Compile Include="..\..\Visual Studio Project Template C#\Integration\Docking_h.cs">
5252
<Link>Integration\Docking_h.cs</Link>
5353
</Compile>
54+
<Compile Include="..\..\Visual Studio Project Template C#\Integration\Msgs_h.cs">
55+
<Link>Integration\Msgs_h.cs</Link>
56+
</Compile>
5457
<Compile Include="..\..\Visual Studio Project Template C#\NppPluginNETBase.cs">
5558
<Link>NppPluginNETBase.cs</Link>
5659
</Compile>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<Compile Include="NppPluginNETBase.cs" />
4646
<Compile Include="NppPluginNETHelper.cs" />
4747
<Compile Include="Integration\Docking_h.cs" />
48+
<Compile Include="Integration\Msgs_h.cs" />
4849
<Compile Include="Properties\AssemblyInfo.cs" />
4950
<Compile Include="Properties\Resources.Designer.cs">
5051
<AutoGen>True</AutoGen>

0 commit comments

Comments
 (0)