Skip to content

Commit

Permalink
Merge pull request #24 from NHSISL/users/cjdutoit/coderub-libpostal-d…
Browse files Browse the repository at this point in the history
…ownloadtask

CODE RUB: Updated PROJ file
  • Loading branch information
cjdutoit authored Nov 14, 2023
2 parents 2fb2fe8 + 454e2a6 commit 931d038
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions NEL.LibPostalClient/NEL.LibPostalClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

<PackageIcon>LibPostalClient.png</PackageIcon>
<PackageIconUrl />
<Version>1.0.0.8</Version>
<AssemblyVersion>1.0.0.8</AssemblyVersion>
<FileVersion>1.0.0.8</FileVersion>
<Version>1.0.0.9</Version>
<AssemblyVersion>1.0.0.9</AssemblyVersion>
<FileVersion>1.0.0.9</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>License.txt</PackageLicenseFile>
Expand Down Expand Up @@ -54,12 +54,8 @@

<ItemGroup>
<Content Include="libpostal.h" />
<Content Include="libpostal-1.dll" PackagePath="contentFiles\windows\libpostal-1.dll">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Content>
<Content Include="libpostal-1.so" PackagePath="contentFiles\linux_x86_64\libpostal-1.dll">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Content>
<Content Include="libpostal-1.dll" PackagePath="contentFiles\windows\libpostal-1.dll"/>
<Content Include="libpostal-1.so" PackagePath="contentFiles\linux_x86_64\libpostal-1.dll"/>
<Content Include="NEL.LibPostalClient.targets" PackagePath="build\NEL.LibPostalClient.targets" />
</ItemGroup>

Expand Down

0 comments on commit 931d038

Please sign in to comment.