|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\..\..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props')" /> |
3 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 5 | <PropertyGroup>
|
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
15 | 16 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
|
16 | 17 | <RestorePackages>true</RestorePackages>
|
17 | 18 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
| 19 | + <NuGetPackageImportStamp>944f727b</NuGetPackageImportStamp> |
18 | 20 | </PropertyGroup>
|
19 | 21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
20 | 22 | <SignAssembly>true</SignAssembly>
|
|
376 | 378 | <None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ActiveDirectoryTests\TestGetAllADUser.json">
|
377 | 379 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
378 | 380 | </None>
|
| 381 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ActiveDirectoryTests\TestNewADApplication.json"> |
| 382 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 383 | + </None> |
| 384 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ActiveDirectoryTests\TestNewADServicePrincipal.json"> |
| 385 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 386 | + </None> |
379 | 387 | <None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.RoleAssignmentTests\RaByResource.json">
|
380 | 388 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
381 | 389 | </None>
|
|
423 | 431 | <PropertyGroup>
|
424 | 432 | <PostBuildEvent>xcopy "$(SolutionDir)Package\$(ConfigurationName)\*.*" $(TargetDir) /Y /E</PostBuildEvent>
|
425 | 433 | </PropertyGroup>
|
| 434 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 435 | + <PropertyGroup> |
| 436 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 437 | + </PropertyGroup> |
| 438 | + <Error Condition="!Exists('..\..\..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props'))" /> |
| 439 | + </Target> |
426 | 440 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
427 | 441 | Other similar extension points exist, see Microsoft.Common.targets.
|
428 | 442 | <Target Name="BeforeBuild">
|
|
0 commit comments