Skip to content

Commit b969bfa

Browse files
author
Sébastien Geiser
committed
new csproj format OK
1 parent 9867f4a commit b969bfa

File tree

3 files changed

+7
-50
lines changed

3 files changed

+7
-50
lines changed

CSharpRegexTools4Npp/CSharpRegexTools4Npp.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
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 -->

CSharpRegexTools4Npp/PluginInfrastructure/DllExport/NppPlugin.DllExport.targets

Lines changed: 0 additions & 47 deletions
This file was deleted.

RegexDialog/RegexDialog.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
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" />
@@ -88,7 +91,7 @@
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" />

0 commit comments

Comments
 (0)