|
46 | 46 | <Prefer32Bit>false</Prefer32Bit> |
47 | 47 | </PropertyGroup> |
48 | 48 | <ItemGroup> |
49 | | - <Compile Include="..\..\Visual Studio Project Template C#\DllExport\DllExportAttribute.cs"> |
50 | | - <Link>DllExport\DllExportAttribute.cs</Link> |
| 49 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\DllExport\DllExportAttribute.cs"> |
| 50 | + <Link>PluginInfrastructure\DllExport\DllExportAttribute.cs</Link> |
51 | 51 | </Compile> |
52 | | - <Compile Include="..\..\Visual Studio Project Template C#\Integration\ClikeStringArray.cs"> |
53 | | - <Link>Integration\ClikeStringArray.cs</Link> |
| 52 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\ClikeStringArray.cs"> |
| 53 | + <Link>PluginInfrastructure\ClikeStringArray.cs</Link> |
54 | 54 | </Compile> |
55 | | - <Compile Include="..\..\Visual Studio Project Template C#\Integration\Win32.cs"> |
56 | | - <Link>Integration\Win32.cs</Link> |
| 55 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\Win32.cs"> |
| 56 | + <Link>PluginInfrastructure\Win32.cs</Link> |
57 | 57 | </Compile> |
58 | | - <Compile Include="..\..\Visual Studio Project Template C#\ScintillaGateway.cs"> |
59 | | - <Link>ScintillaGateway.cs</Link> |
| 58 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\ScintillaGateway.cs"> |
| 59 | + <Link>PluginInfrastructure\ScintillaGateway.cs</Link> |
60 | 60 | </Compile> |
61 | | - <Compile Include="..\..\Visual Studio Project Template C#\IScintillaGateway.cs"> |
62 | | - <Link>IScintillaGateway.cs</Link> |
| 61 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\IScintillaGateway.cs"> |
| 62 | + <Link>PluginInfrastructure\IScintillaGateway.cs</Link> |
63 | 63 | </Compile> |
64 | | - <Compile Include="..\..\Visual Studio Project Template C#\GatewayDomain.cs"> |
65 | | - <Link>GatewayDomain.cs</Link> |
| 64 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\GatewayDomain.cs"> |
| 65 | + <Link>PluginInfrastructure\GatewayDomain.cs</Link> |
66 | 66 | </Compile> |
67 | | - <Compile Include="..\..\Visual Studio Project Template C#\Integration\Docking_h.cs"> |
68 | | - <Link>Integration\Docking_h.cs</Link> |
| 67 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\Docking_h.cs"> |
| 68 | + <Link>PluginInfrastructure\Docking_h.cs</Link> |
69 | 69 | </Compile> |
70 | | - <Compile Include="..\..\Visual Studio Project Template C#\Integration\MenuCmdID_h.cs"> |
71 | | - <Link>Integration\MenuCmdID_h.cs</Link> |
| 70 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\MenuCmdID_h.cs"> |
| 71 | + <Link>PluginInfrastructure\MenuCmdID_h.cs</Link> |
72 | 72 | </Compile> |
73 | | - <Compile Include="..\..\Visual Studio Project Template C#\Integration\Msgs_h.cs"> |
74 | | - <Link>Integration\Msgs_h.cs</Link> |
| 73 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\Msgs_h.cs"> |
| 74 | + <Link>PluginInfrastructure\Msgs_h.cs</Link> |
75 | 75 | </Compile> |
76 | | - <Compile Include="..\..\Visual Studio Project Template C#\Integration\Scintilla_iface.cs"> |
77 | | - <Link>Integration\Scintilla_iface.cs</Link> |
| 76 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\Scintilla_iface.cs"> |
| 77 | + <Link>PluginInfrastructure\Scintilla_iface.cs</Link> |
78 | 78 | </Compile> |
79 | | - <Compile Include="..\..\Visual Studio Project Template C#\NppPluginNETBase.cs"> |
80 | | - <Link>NppPluginNETBase.cs</Link> |
| 79 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\NppPluginNETBase.cs"> |
| 80 | + <Link>PluginInfrastructure\NppPluginNETBase.cs</Link> |
81 | 81 | </Compile> |
82 | | - <Compile Include="..\..\Visual Studio Project Template C#\NppPluginNETHelper.cs"> |
83 | | - <Link>NppPluginNETHelper.cs</Link> |
| 82 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\NppPluginNETHelper.cs"> |
| 83 | + <Link>PluginInfrastructure\NppPluginNETHelper.cs</Link> |
84 | 84 | </Compile> |
85 | | - <Compile Include="..\..\Visual Studio Project Template C#\UnmanagedExports.cs"> |
86 | | - <Link>UnmanagedExports.cs</Link> |
| 85 | + <Compile Include="..\..\Visual Studio Project Template C#\PluginInfrastructure\UnmanagedExports.cs"> |
| 86 | + <Link>PluginInfrastructure\UnmanagedExports.cs</Link> |
87 | 87 | </Compile> |
88 | 88 | <Compile Include="Forms\frmGoToLine.cs"> |
89 | 89 | <SubType>Form</SubType> |
|
116 | 116 | <Content Include="Properties\star_bmp.bmp" /> |
117 | 117 | </ItemGroup> |
118 | 118 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
119 | | - <Import Project="$(MSBuildProjectDirectory)\DllExport\NppPlugin.DllExport.targets" /> |
| 119 | + <Import Project="$(MSBuildProjectDirectory)\PluginInfrastructure\DllExport\NppPlugin.DllExport.targets" /> |
120 | 120 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
121 | 121 | Other similar extension points exist, see Microsoft.Common.targets. |
122 | 122 | <Target Name="BeforeBuild"> |
|
0 commit comments