We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c3d05 commit 91da6a0Copy full SHA for 91da6a0
SoftU2FDaemon/SoftU2FDaemon.csproj
@@ -32,7 +32,6 @@
32
33
<ItemGroup>
34
<Resources Include="$(ProjectDir)Resources\*.*" />
35
- <Driver Include="$(ProjectDir)..\$(Configuration)\SoftU2FDriver\*.*" />
36
</ItemGroup>
37
38
<Target Name="CopyFiles" AfterTargets="Build">
@@ -41,9 +40,7 @@
41
40
</Target>
42
43
<Target Name="CopyToPublish" AfterTargets="Publish">
44
-
45
<Copy SourceFiles="..\U2FLib\NativeBridge.dll" DestinationFolder="$(PublishDir)" />
46
<Copy SourceFiles="@(Resources)" DestinationFolder="$(PublishDir)" />
47
- <Copy SourceFiles="@(Driver)" DestinationFolder="$(PublishDir)" />
48
49
</Project>
0 commit comments