Skip to content

Commit bba7487

Browse files
authored
Fix class exclusion list for MDP (#47)
1 parent 8e34314 commit bba7487

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

System.Device.Gpio/System.Device.Gpio.nfproj

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@
3434
<Name>System.Device.Gpio</Name>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<NFMDP_PE_ExcludeClassByName Include="GpioOpenStatus">
38-
<InProject>false</InProject>
39-
</NFMDP_PE_ExcludeClassByName>
40-
<NFMDP_PE_ExcludeClassByName Include="GpioPinEdge">
41-
<InProject>false</InProject>
42-
</NFMDP_PE_ExcludeClassByName>
43-
<NFMDP_PE_ExcludeClassByName Include="GpioSharingMode">
44-
<InProject>false</InProject>
45-
</NFMDP_PE_ExcludeClassByName>
4637
<NFMDP_PE_ExcludeClassByName Include="GpioPinEvent">
4738
<InProject>false</InProject>
4839
</NFMDP_PE_ExcludeClassByName>
@@ -58,9 +49,6 @@
5849
<NFMDP_PE_ExcludeClassByName Include="PinNumberingScheme">
5950
<InProject>false</InProject>
6051
</NFMDP_PE_ExcludeClassByName>
61-
<NFMDP_PE_ExcludeClassByName Include="PinValuePair">
62-
<InProject>false</InProject>
63-
</NFMDP_PE_ExcludeClassByName>
6452
<NFMDP_PE_ExcludeClassByName Include="WaitEventResult">
6553
<InProject>false</InProject>
6654
</NFMDP_PE_ExcludeClassByName>
@@ -73,13 +61,13 @@
7361
</ItemGroup>
7462
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
7563
<ItemGroup>
76-
<None Include="..\.editorconfig" Link=".editorconfig" />
7764
<None Include="key.snk" />
7865
<None Include="packages.config" />
7966
</ItemGroup>
8067
<ItemGroup>
8168
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
8269
<HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0-preview.9\lib\mscorlib.dll</HintPath>
70+
8371
<Private>True</Private>
8472
</Reference>
8573
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

0 commit comments

Comments
 (0)