Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 761e364

Browse files
committed
Add System.XML to STM32F400 solution
1 parent e6b9caa commit 761e364

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Solutions/MCBSTM32F400/TinyCLR/TinyCLR.proj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,16 @@
7171
<Import Condition="'$(CRYPTO_FEATUREPROJ)'=='' AND '$(USE_SSL)'=='true'" Project="$(SPOCLIENT)\Framework\Features\Crypto.featureproj" />
7272
<Import Condition="'$(SSL_OPEN_LWIP_OS_FEATUREPROJ)'=='' AND '$(USE_SSL)'=='true'" Project="$(SPOCLIENT)\Framework\Features\SSL_Open_lwip_os.featureproj" />
7373
<Import Condition="'$(WINDOWS_DEVICES_FEATUREPROJ)'==''" Project="$(SPOCLIENT)\Framework\Features\Windows_Devices.featureproj" />
74+
<Import Condition="'$(XML_FEATUREPROJ)'==''" Project="$(SPOCLIENT)\Framework\Features\XML.featureproj" />
7475
<Import Project="$(SPOCLIENT)\tools\targets\Microsoft.SPOT.System.Interop.Settings" />
76+
<ItemGroup>
77+
<PlatformIndependentLibs Include="System_Xml.$(LIB_EXT)" />
78+
<RequiredProjects Include="$(SPOCLIENT)\CLR\Libraries\System_Xml\dotNetMF.proj" />
79+
</ItemGroup>
80+
<ItemGroup>
81+
<PlatformIndependentLibs Include="Xml.$(LIB_EXT)" />
82+
<RequiredProjects Include="$(SPOCLIENT)\CLR\Core\Xml\dotNetMF.proj" />
83+
</ItemGroup>
7584
<ItemGroup>
7685
<DriverLibs Include="LargeBuffer_hal_stubs.$(LIB_EXT)" />
7786
<RequiredProjects Include="$(SPOCLIENT)\DeviceCode\drivers\LargeBuffer\stubs\dotnetmf.proj" />

0 commit comments

Comments
 (0)