File tree Expand file tree Collapse file tree 3 files changed +7
-50
lines changed
PluginInfrastructure/DllExport Expand file tree Collapse file tree 3 files changed +7
-50
lines changed Original file line number Diff line number Diff line change 23
23
<FileVersion >1.1.11.0</FileVersion >
24
24
</PropertyGroup >
25
25
<UsingTask TaskName =" NppPlugin.DllExport.MSBuild.DllExportTask"
26
- AssemblyFile =" NppPlugin.DllExport.MSBuild.dll" />
27
- <Target Name =" AfterBuild" DependsOnTargets =" GetFrameworkPaths" >
26
+ AssemblyFile =" PluginInfrastructure\DllExport\NppPlugin.DllExport.MSBuild.dll" />
27
+ <Target Name =" NppTasksPlugin" DependsOnTargets =" GetFrameworkPaths" AfterTargets =" PostBuildEvent" >
28
+ <Message Text =" NppTasksPlugin" />
28
29
<PropertyGroup >
29
30
<!-- LibToolPath is optional - it's needed to debug C++, but you can still debug the C# code without it
30
31
If you don't have the C++ toolchain installed this is missing, but then you can't' debug C++ anyway -->
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
<Nullable >disable</Nullable >
11
11
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
12
12
<Platforms >x64;x86</Platforms >
13
+ <Version >1.1.11.0</Version >
14
+ <AssemblyVersion >1.1.11.0</AssemblyVersion >
15
+ <FileVersion >1.1.11.0</FileVersion >
13
16
</PropertyGroup >
14
17
<ItemGroup >
15
18
<None Include =" FodyWeavers.xsd" />
88
91
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
89
92
<PackageReference Include =" Ookii.Dialogs.WinForms" Version =" 4.0.0" />
90
93
<PackageReference Include =" Ookii.Dialogs.Wpf" Version =" 5.0.1" />
91
- <PackageReference Include =" PropertyChanged.Fody" Version =" 4.1.0" />
94
+ <PackageReference Include =" PropertyChanged.Fody" Version =" 4.1.0" PrivateAssets = " all " />
92
95
<PackageReference Include =" SixLabors.Fonts" Version =" 1.0.0" />
93
96
<PackageReference Include =" System.AppContext" Version =" 4.3.0" />
94
97
<PackageReference Include =" System.Buffers" Version =" 4.5.1" />
You can’t perform that action at this time.
0 commit comments