Work CD-CI
- Update project file with latest changes from MDP. - Add solution items. - Bump native assembly version. ***NO_CI*** Signed-off-by: josesimoes <jose.simoes@eclo.solutions>
This commit is contained in:
Родитель
de7424fc0d
Коммит
de23db137a
|
@ -149,7 +149,7 @@ namespace Windows.Devices.Gpio
|
|||
/// <remarks>
|
||||
/// <para>Calling Start() may enable or reconfigure interrupts for the pin.</para>
|
||||
/// <para>The following exceptions can be thrown by this method:</para>
|
||||
/// <remarks><para>The following exception can be thrown by this method:</para>
|
||||
/// <remarks>The following exception can be thrown by this method:
|
||||
/// <list type="bullet">
|
||||
/// <item><term>E_INVALID_OPERATION : Change counting has already been started.</term></item>
|
||||
/// <item><term>E_OBJECT_DISPOSED : The change counter or the associated pin has been disposed.</term></item>
|
||||
|
|
|
@ -12,7 +12,7 @@ using System.Runtime.InteropServices;
|
|||
|
||||
////////////////////////////////////////////////////////////////
|
||||
// update this whenever the native assembly signature changes //
|
||||
[assembly: AssemblyNativeVersion("100.1.2.0")]
|
||||
[assembly: AssemblyNativeVersion("100.1.2.1")]
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
|
|
|
@ -29,19 +29,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- override default options for MetaDataProcessor -->
|
||||
<!-- generate PE: TRUE -->
|
||||
<NFMDP_PE_SKIP>false</NFMDP_PE_SKIP>
|
||||
<NFMDP_PE_Verbose>true</NFMDP_PE_Verbose>
|
||||
<NFMDP_PE_VerboseMinimize>true</NFMDP_PE_VerboseMinimize>
|
||||
<!-- generate STUBS: TRUE -->
|
||||
<NFMDP_STUB_SKIP>false</NFMDP_STUB_SKIP>
|
||||
<NFMDP_STUB_Verbose>true</NFMDP_STUB_Verbose>
|
||||
<!-- this is one is absolutely mandatory for base class libraries -->
|
||||
<NFMDP_STUB_SkeletonWithoutInterop>true</NFMDP_STUB_SkeletonWithoutInterop>
|
||||
<NFMDP_STUB_VerboseMinimize>true</NFMDP_STUB_VerboseMinimize>
|
||||
<NFMDP_STUB_GenerateSkeletonFile>Stubs\win_dev_gpio_native</NFMDP_STUB_GenerateSkeletonFile>
|
||||
<NFMDP_STUB_GenerateSkeletonProject>win_dev_gpio</NFMDP_STUB_GenerateSkeletonProject>
|
||||
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
|
||||
<NF_GenerateStubsDirectory>bin\$(Configuration)\Stubs</NF_GenerateStubsDirectory>
|
||||
<NF_GenerateSkeletonProjectName>win_dev_gpio_native</NF_GenerateSkeletonProjectName>
|
||||
<Name>Windows.Devices.Gpio</Name>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -5,6 +5,14 @@ VisualStudioVersion = 15.0.27130.2010
|
|||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Windows.Devices.Gpio", "Windows.Devices.Gpio\Windows.Devices.Gpio.nfproj", "{2FC2FDB5-DCEC-4B99-B9AD-5E45CED385E5}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C10F0984-7DFD-4D08-A304-56CFC0966E61}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec = nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec
|
||||
nanoFramework.Windows.Devices.Gpio.nuspec = nanoFramework.Windows.Devices.Gpio.nuspec
|
||||
NuGet.Config = NuGet.Config
|
||||
version.json = version.json
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
|
Загрузка…
Ссылка в новой задаче