Skip to content

Commit

Permalink
Fix PLGX packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxhy committed Jan 11, 2022
1 parent d682e07 commit cc35f40
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions keepassrfid/keepassrfid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@
<Private>False</Private>
</Reference>
<Reference Include="LibLogicalAccessNet, Version=2.4.0.0, Culture=neutral, PublicKeyToken=7a82f2d3e51d7690, processorArchitecture=MSIL">
<HintPath>..\packages\LibLogicalAccessNet.2.4.0-RC1\lib\netstandard2.0\LibLogicalAccessNet.dll</HintPath>
<HintPath>packages\LibLogicalAccessNet.2.4.0-RC1\lib\netstandard2.0\LibLogicalAccessNet.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
<Reference Include="netstandard">
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
Expand Down Expand Up @@ -98,8 +100,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PreBuildEvent>xcopy $(SolutionDir)packages $(ProjectDir)packages /S /Y /I</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>"C:\Program Files\KeePass Password Safe 2\KeePass.exe" --plgx-prereq-net:4.7.2 --plgx-create $(SolutionDir)keepassrfid</PostBuildEvent>
Expand Down

0 comments on commit cc35f40

Please sign in to comment.