Skip to content

Commit

Permalink
change dll to work
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenecek committed Sep 5, 2023
1 parent 616122c commit 15cd312
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
Binary file removed lib/dds.dll
Binary file not shown.
Binary file added pbn/dds.dll
Binary file not shown.
26 changes: 8 additions & 18 deletions pbn/pbn.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>library</OutputType>
Expand All @@ -8,28 +8,18 @@
<Nullable>enable</Nullable>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>

<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<Compile Remove="tokens\**"/>
<EmbeddedResource Remove="tokens\**"/>
<None Remove="tokens\**"/>
</ItemGroup>


<ItemGroup>
<None Update="lib\dds.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Compile Remove="tokens\**" />
<EmbeddedResource Remove="tokens\**" />
<None Remove="tokens\**" />
<None Update="dds.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>


<ItemGroup>
<Content Include="..\lib\dds.dll">
<Link>dds.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>


</Project>

0 comments on commit 15cd312

Please sign in to comment.