Skip to content

Commit 3754170

Browse files
committed
Work CD-CI
- Update project file with latest changes from MDP. - Add solution items. - Bump native assembly version. ***NO_CI***
1 parent 8bd713a commit 3754170

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

source/nanoFramework.Networking.Sntp.sln

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ VisualStudioVersion = 15.0.27703.2042
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.Networking.Sntp", "nanoFramework.Networking.Sntp\nanoFramework.Networking.Sntp.nfproj", "{A8146E83-014A-4570-A2F9-8B8BE68CFD7B}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9AB89B3C-AA80-4A76-A3C3-A84DCD0323FA}"
9+
ProjectSection(SolutionItems) = preProject
10+
nanoFramework.Networking.Sntp.DELIVERABLES.nuspec = nanoFramework.Networking.Sntp.DELIVERABLES.nuspec
11+
nanoFramework.Networking.Sntp.nuspec = nanoFramework.Networking.Sntp.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.Networking.Sntp/Properties/AssemblyInfo.cs

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

1212
////////////////////////////////////////////////////////////////
1313
// update this whenever the native assembly signature changes //
14-
[assembly: AssemblyNativeVersion("100.0.4.3")]
14+
[assembly: AssemblyNativeVersion("100.0.4.4")]
1515
////////////////////////////////////////////////////////////////
1616

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

source/nanoFramework.Networking.Sntp/nanoFramework.Networking.Sntp.nfproj

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,8 @@
2929
</PropertyGroup>
3030
<PropertyGroup Label="nanoFramework">
3131
<!-- generate PE: TRUE -->
32-
<NFMDP_PE_SKIP>false</NFMDP_PE_SKIP>
33-
<NFMDP_PE_Verbose>false</NFMDP_PE_Verbose>
34-
<NFMDP_PE_VerboseMinimize>true</NFMDP_PE_VerboseMinimize>
35-
<!-- generate STUBS: TRUE -->
36-
<NFMDP_STUB_SKIP>false</NFMDP_STUB_SKIP>
37-
<NFMDP_STUB_Verbose>true</NFMDP_STUB_Verbose>
38-
<!-- this is one is absolutely mandatory for base class libraries -->
39-
<NFMDP_STUB_SkeletonWithoutInterop>true</NFMDP_STUB_SkeletonWithoutInterop>
40-
<NFMDP_STUB_VerboseMinimize>true</NFMDP_STUB_VerboseMinimize>
41-
<NFMDP_STUB_GenerateSkeletonFile>Stubs\nf_networking_sntp</NFMDP_STUB_GenerateSkeletonFile>
42-
<NFMDP_STUB_GenerateSkeletonProject>nf_networking_sntp</NFMDP_STUB_GenerateSkeletonProject>
43-
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
32+
<NF_GenerateStubsDirectory>bin\$(Configuration)\Stubs</NF_GenerateStubsDirectory>
33+
<NF_GenerateSkeletonProjectName>nf_networking_sntp</NF_GenerateSkeletonProjectName>
4434
<Name>nanoFramework.Networking.Sntp</Name>
4535
</PropertyGroup>
4636
<ItemGroup>

0 commit comments

Comments
 (0)