Skip to content

Commit

Permalink
fixing ios itemgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMaier-IRT committed Jul 7, 2022
1 parent 3f6ea84 commit d86f1d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<!-- Project -->
<RootNamespace>ElectionGuard</RootNamespace>
<AssemblyName>ElectionGuard.Encryption</AssemblyName>
<Version>0.1.18</Version>
<AssemblyVersion>0.1.18.0</AssemblyVersion>
<AssemblyFileVersion>0.1.18.0</AssemblyFileVersion>
<Version>0.1.19</Version>
<AssemblyVersion>0.1.19.0</AssemblyVersion>
<AssemblyFileVersion>0.1.19.0</AssemblyFileVersion>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -20,7 +20,7 @@
<Title>ElectionGuard Encryption</Title>
<Description>Open source implementation of ElectionGuard's ballot encryption.</Description>
<Authors>Microsoft</Authors>
<PackageVersion>0.1.18</PackageVersion>
<PackageVersion>0.1.19</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/microsoft/electionguard-cpp</PackageProjectUrl>
<RepositoryUrl>https://github.com/microsoft/electionguard-cpp</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@
</AndroidNativeLibrary>
</ItemGroup>
<ItemGroup Condition="('$(TargetFrameworkIdentifier)' == 'Xamarin.iOS' OR '$(TargetFrameworkIdentifier)' == 'Xamarin.iOS10' OR '$(TargetFrameworkIdentifier)' == 'ios' OR '$(TargetFrameworkIdentifier)' == 'xamarinios' OR '$(TargetFrameworkIdentifier)' == 'xamarinios10')">
<AndroidNativeLibrary Include="$(MSBuildThisFileDirectory)..\runtimes\xamarinios\native\libelectionguard.a">
<Library Include="$(MSBuildThisFileDirectory)..\runtimes\xamarinios\native\libelectionguard.a">
<Link>libelectionguard.a</Link>
</AndroidNativeLibrary>
</Library>
<Library Include="$(MSBuildThisFileDirectory)..\runtimes\xamarinios\native\libspdlog.a">
<Link>libspdlog.a</Link>
</Library>
</ItemGroup>
</Project>

0 comments on commit d86f1d7

Please sign in to comment.