forked from microsoft/cpprestsdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdirs.proj
More file actions
18 lines (14 loc) · 724 Bytes
/
dirs.proj
File metadata and controls
18 lines (14 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Common.Build.settings" />
<ItemGroup>
<ProjectFile Include="http\dirs.proj"/>
<ProjectFile Include="json\dirs.proj"/>
<ProjectFile Include="misc\dirs.proj"/>
<ProjectFile Include="pplx\dirs.proj"/>
<ProjectFile Include="streams\dirs.proj"/>
<ProjectFile Include="uri\dirs.proj"/>
<ProjectFile Include="utils\dirs.proj"/>
<ProjectFile Include="websockets\dirs.proj" Condition="'$(Platform)'!='ARM'" />
</ItemGroup>
<Import Project="$(TargetsPath)\Common.Build.Traversal.targets" />
</Project>