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
24 lines (19 loc) · 973 Bytes
/
dirs.proj
File metadata and controls
24 lines (19 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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="BingRequest\dirs.proj"/>
<ProjectFile Include="BlackJack\dirs.proj"/>
<ProjectFile Include="Oauth1Client\dirs.proj"/>
<ProjectFile Include="Oauth2Client\dirs.proj"/>
<ProjectFile Include="SearchFile\dirs.proj"/>
<ProjectFile Include="CasaLens\dirs.proj"/>
<ProjectFile Include="FacebookDemo\dirs.proj"/>
<ProjectFile Include="OAuth2Live\dirs.proj"/>
</ItemGroup>
<!-- Disabled for now, because this project doesn't support rebuild and clean targets.
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.2|110'">
<ProjectFile Include="WindowsLiveAuth\dirs.proj"/>
</ItemGroup>
-->
<Import Project="$(TargetsPath)\Common.Build.Traversal.targets" />
</Project>