Skip to content

Commit 0436603

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 16ae5c9 commit 0436603

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

source/nanoFramework.Hardware.Esp32.sln

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ VisualStudioVersion = 15.0.27130.2027
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.Hardware.Esp32", "nanoFramework.Hardware.Esp32\nanoFramework.Hardware.Esp32.nfproj", "{7ED93745-27D9-4E63-9033-C39642D323A0}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4ACCA290-3E28-4023-BC74-106FCA640768}"
9+
ProjectSection(SolutionItems) = preProject
10+
nanoFramework.Hardware.Esp32.DELIVERABLES.nuspec = nanoFramework.Hardware.Esp32.DELIVERABLES.nuspec
11+
nanoFramework.Hardware.Esp32.nuspec = nanoFramework.Hardware.Esp32.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.Hardware.Esp32/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.0.7.0")]
15+
[assembly: AssemblyNativeVersion("100.0.7.1")]
1616
////////////////////////////////////////////////////////////////
1717

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

source/nanoFramework.Hardware.Esp32/nanoFramework.Hardware.Esp32.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\nanoFramework_hardware_esp32_native</NFMDP_STUB_GenerateSkeletonFile>
43-
<NFMDP_STUB_GenerateSkeletonProject>hardware_esp32</NFMDP_STUB_GenerateSkeletonProject>
44-
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
32+
<NF_GenerateStubsDirectory>bin\$(Configuration)\Stubs</NF_GenerateStubsDirectory>
33+
<NF_GenerateSkeletonProjectName>nanoFramework_hardware_esp32_native</NF_GenerateSkeletonProjectName>
4534
<Name>nanoFramework.Hardware.Esp32</Name>
4635
</PropertyGroup>
4736
<ItemGroup>

0 commit comments

Comments
 (0)