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 2323 <FileVersion >1.1.11.0</FileVersion >
2424 </PropertyGroup >
2525 <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" />
2829 <PropertyGroup >
2930 <!-- LibToolPath is optional - it's needed to debug C++, but you can still debug the C# code without it
3031 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 1010 <Nullable >disable</Nullable >
1111 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
1212 <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 >
1316 </PropertyGroup >
1417 <ItemGroup >
1518 <None Include =" FodyWeavers.xsd" />
8891 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
8992 <PackageReference Include =" Ookii.Dialogs.WinForms" Version =" 4.0.0" />
9093 <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 " />
9295 <PackageReference Include =" SixLabors.Fonts" Version =" 1.0.0" />
9396 <PackageReference Include =" System.AppContext" Version =" 4.3.0" />
9497 <PackageReference Include =" System.Buffers" Version =" 4.5.1" />
You can’t perform that action at this time.
0 commit comments