forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Abhijeet Shah
committed
Apr 19, 2017
1 parent
6c2113e
commit a945acf
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<Project DefaultTargets="FullBuild" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="Directory.Build.props" /> | ||
<Import Project="test.props" /> | ||
<Import Project="AzSdk.props" /> | ||
|
||
<Import Project="AzSdk.props" /> | ||
<Import Project="Directory.Build.targets" /> | ||
<Target Name="Clean" DependsOnTargets="$(CleanTraversedProjectsDependsOn)" /> | ||
<Target Name="Restore" DependsOnTargets="$(RestoreTraversedProjectsDependsOn)" /> | ||
<Target Name="Build" DependsOnTargets="$(BuildTraversedProjectsDependsOn)" /> | ||
<Target Name="Rebuild" DependsOnTargets="Clean;Build" /> | ||
<Target Name="FullBuild" DependsOnTargets="Clean;Build" /> | ||
<Target Name="RunTests" DependsOnTargets="$(RunTestProjectsDependsOn)" /> | ||
<Import Project="Directory.Build.targets" /> | ||
|
||
</Project> |