Skip to content

Commit

Permalink
closes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pavlovsky committed Jul 22, 2018
1 parent 8035677 commit 6185422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/OpenMcdf.Extensions/OpenMcdf.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<SignAssembly>true</SignAssembly>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<AssemblyOriginatorKeyFile>OpenMcdf.snk</AssemblyOriginatorKeyFile>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
Expand Down
2 changes: 2 additions & 0 deletions sources/OpenMcdf/OpenMcdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<SignAssembly>true</SignAssembly>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<AssemblyOriginatorKeyFile>OpenMcdf.snk</AssemblyOriginatorKeyFile>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
Expand Down

0 comments on commit 6185422

Please sign in to comment.