forked from NETMF/netmf-interpreter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.dirproj
28 lines (23 loc) · 850 Bytes
/
build.dirproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Import Project="$(SPOCLIENT)\tools\Targets\Microsoft.SPOT.Targets" />
<ItemGroup>
<Project Include="
Support\FrameworkBase\dotnetmf.proj;
Framework\Tools\build.dirproj;
Framework\Tools\CreateCLRDefines.proj;
Framework\build.dirproj;
Solutions\Windows2\dotnetmf.proj"
/>
<Project
Condition="!EXISTS('$(SPOCLIENT)\sdk.dirproj')"
Include="Test\build.dirproj"
/>
<Project
Condition="EXISTS('$(SPOCLIENT)\CLR\Tools\PlatformDesigner\build.dirproj')"
Include="
Product\build.dirproj;
CLR\Tools\PlatformDesigner\build.dirproj;
tools\scripts\port\Sample\build.dirproj"
/>
</ItemGroup>
</Project>