Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Work on native assembly declaration (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Jun 22, 2019
1 parent 517aee7 commit 76a967c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/Windows.Devices.Spi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

////////////////////////////////////////////////////////////////
// update this whenever the native assembly signature changes //
[assembly: AssemblyNativeVersion("1.1.3.0")]
[assembly: AssemblyNativeVersion("100.1.3.0")]
////////////////////////////////////////////////////////////////

5 changes: 5 additions & 0 deletions source/Windows.Devices.Spi/Windows.Devices.Spi.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
<NFMDP_STUB_GenerateSkeletonProject>win_dev_spi</NFMDP_STUB_GenerateSkeletonProject>
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
</PropertyGroup>
<ItemGroup>
<NFMDP_PE_ExcludeClassByName Include="ThisAssembly">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
</ItemGroup>
<ItemGroup>
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.2.6-preview.1\lib\mscorlib.dll">
<InProject>false</InProject>
Expand Down

0 comments on commit 76a967c

Please sign in to comment.