Skip to content

Commit 19e9e15

Browse files
authored
Work on native assembly declaration (#39)
1 parent 3d5db73 commit 19e9e15

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

source/nanoFramework.System.Net.Http-client/System.Net.Http-client.nfproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
4545
<Name>System.Net.Http</Name>
4646
</PropertyGroup>
47+
<ItemGroup>
48+
<NFMDP_PE_ExcludeClassByName Include="ThisAssembly">
49+
<InProject>false</InProject>
50+
</NFMDP_PE_ExcludeClassByName>
51+
</ItemGroup>
4752
<ItemGroup>
4853
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.2.6-preview.1\lib\mscorlib.dll">
4954
<InProject>false</InProject>

source/nanoFramework.System.Net.Http-server/System.Net.Http-server.nfproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
4545
<Name>System.Net.Http</Name>
4646
</PropertyGroup>
47+
<ItemGroup>
48+
<NFMDP_PE_ExcludeClassByName Include="ThisAssembly">
49+
<InProject>false</InProject>
50+
</NFMDP_PE_ExcludeClassByName>
51+
</ItemGroup>
4752
<ItemGroup>
4853
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.2.6-preview.1\lib\mscorlib.dll">
4954
<InProject>false</InProject>

source/nanoFramework.System.Net.Http/System.Net.Http.nfproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
4545
<Name>System.Net.Http</Name>
4646
</PropertyGroup>
47+
<ItemGroup>
48+
<NFMDP_PE_ExcludeClassByName Include="ThisAssembly">
49+
<InProject>false</InProject>
50+
</NFMDP_PE_ExcludeClassByName>
51+
</ItemGroup>
4752
<ItemGroup>
4853
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.2.6-preview.1\lib\mscorlib.dll">
4954
<InProject>false</InProject>

0 commit comments

Comments
 (0)