Skip to content

Commit

Permalink
fixed compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMaier-IRT committed Jul 7, 2022
1 parent ae6f2d8 commit 03dfd89
Showing 1 changed file with 10 additions and 10 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.15</Version>
<AssemblyVersion>0.1.15.0</AssemblyVersion>
<AssemblyFileVersion>0.1.15.0</AssemblyFileVersion>
<Version>0.1.16</Version>
<AssemblyVersion>0.1.16.0</AssemblyVersion>
<AssemblyFileVersion>0.1.16.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.15</PackageVersion>
<PackageVersion>0.1.16</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/microsoft/electionguard-cpp</PackageProjectUrl>
<RepositoryUrl>https://github.com/microsoft/electionguard-cpp</RepositoryUrl>
Expand Down Expand Up @@ -100,18 +100,18 @@
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>

<ItemGroup>
<Content Include="runtimes\**" PackagePath="runtimes">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<None Include="Electionguard.Encryption.targets">
<PackagePath>build\</PackagePath>
<Pack>true</Pack>
</None>
</ItemGroup>

<ItemGroup>
<Content Include="runtimes\**" PackagePath="runtimes">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup Label="Additional Package Files">
<None Name="ReadMe" Include="..\README.md" Pack="true" PackagePath="\" />
<None Name="Icon" Include="..\icon.png" Pack="true" PackagePath="\" />
Expand Down

0 comments on commit 03dfd89

Please sign in to comment.