Skip to content

Commit 0cdc0d3

Browse files
committed
Update project properties for stubs generation
***NO_CI*** Signed-off-by: josesimoes <[email protected]>
1 parent 097010f commit 0cdc0d3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/nanoFramework.CoreLibrary/CoreLibrary.nfproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@
3737
<PropertyGroup>
3838
<NFMDP_PE_NoBitmapCompression>true</NFMDP_PE_NoBitmapCompression>
3939
<!-- we like verbose -->
40-
<NFMDP_PE_Verbose>true</NFMDP_PE_Verbose>
41-
<NFMDP_PE_VerboseMinimize>true</NFMDP_PE_VerboseMinimize>
42-
<NFMDP_STUB_GenerateSkeletonFile>Stubs\corlib_native</NFMDP_STUB_GenerateSkeletonFile>
43-
<NFMDP_STUB_GenerateSkeletonProject>corlib_native</NFMDP_STUB_GenerateSkeletonProject>
40+
<NFMDP_STUB_Verbose>true</NFMDP_STUB_Verbose>
41+
<NF_GenerateStubsDirectory>bin\$(Configuration)\Stubs</NF_GenerateStubsDirectory>
42+
<NF_GenerateSkeletonProjectName>corlib_native</NF_GenerateSkeletonProjectName>
4443
<!-- this is one is absolutly mandatory for the base class library -->
4544
<NFMDP_STUB_SkeletonWithoutInterop>true</NFMDP_STUB_SkeletonWithoutInterop>
4645
</PropertyGroup>

0 commit comments

Comments
 (0)