Skip to content

Commit a6ded2e

Browse files
committed
Work CD-CI
- Update project file with latest changes from MDP. - Add solution items. - Bump native assembly version. ***NO_CI*** Signed-off-by: josesimoes <[email protected]>
1 parent 645bf95 commit a6ded2e

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

source/nanoFramework.System.Net.sln

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ VisualStudioVersion = 15.0.27703.2047
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Net", "nanoFramework.System.Net\System.Net.nfproj", "{474A90F4-FA98-4011-AABB-7DAC8E218E6A}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{720DB1CD-932C-40AF-9B48-B7BEDB153EE9}"
9+
ProjectSection(SolutionItems) = preProject
10+
nanoFramework.System.Net.DELIVERABLES.nuspec = nanoFramework.System.Net.DELIVERABLES.nuspec
11+
nanoFramework.System.Net.nuspec = nanoFramework.System.Net.nuspec
12+
NuGet.Config = NuGet.Config
13+
version.json = version.json
14+
EndProjectSection
15+
EndProject
816
Global
917
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1018
Debug|Any CPU = Debug|Any CPU

source/nanoFramework.System.Net/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
////////////////////////////////////////////////////////////////
1414
// update this whenever the native assembly signature changes //
15-
[assembly: AssemblyNativeVersion("100.1.3.0")]
15+
[assembly: AssemblyNativeVersion("100.1.3.1")]
1616
////////////////////////////////////////////////////////////////
1717

1818
// Setting ComVisible to false makes the types in this assembly not visible

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,8 @@
2929
</PropertyGroup>
3030
<PropertyGroup>
3131
<!-- override default options for MetaDataProcessor -->
32-
<!-- generate PE: TRUE -->
33-
<NFMDP_PE_SKIP>false</NFMDP_PE_SKIP>
34-
<NFMDP_PE_Verbose>true</NFMDP_PE_Verbose>
35-
<NFMDP_PE_VerboseMinimize>true</NFMDP_PE_VerboseMinimize>
36-
<!-- generate STUBS: TRUE -->
37-
<NFMDP_STUB_SKIP>false</NFMDP_STUB_SKIP>
38-
<NFMDP_STUB_Verbose>true</NFMDP_STUB_Verbose>
39-
<!-- this is one is absolutely mandatory for base class libraries -->
40-
<NFMDP_STUB_SkeletonWithoutInterop>true</NFMDP_STUB_SkeletonWithoutInterop>
41-
<NFMDP_STUB_VerboseMinimize>true</NFMDP_STUB_VerboseMinimize>
42-
<NFMDP_STUB_GenerateSkeletonFile>Stubs\sys_net_native</NFMDP_STUB_GenerateSkeletonFile>
43-
<NFMDP_STUB_GenerateSkeletonProject>sys_net</NFMDP_STUB_GenerateSkeletonProject>
44-
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
32+
<NF_GenerateStubsDirectory>bin\$(Configuration)\Stubs</NF_GenerateStubsDirectory>
33+
<NF_GenerateSkeletonProjectName>sys_net_native</NF_GenerateSkeletonProjectName>
4534
<Name>System.Net</Name>
4635
</PropertyGroup>
4736
<ItemGroup>

0 commit comments

Comments
 (0)