|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\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>
|
|
11 | 12 | <AssemblyName>c</AssemblyName>
|
12 | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
13 | 14 | <FileAlignment>512</FileAlignment>
|
| 15 | + <NuGetPackageImportStamp>ff297c97</NuGetPackageImportStamp> |
14 | 16 | </PropertyGroup>
|
15 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
16 | 18 | <DebugSymbols>true</DebugSymbols>
|
|
54 | 56 | <Name>Exceptionless.RandomData</Name>
|
55 | 57 | </ProjectReference>
|
56 | 58 | </ItemGroup>
|
| 59 | + <ItemGroup> |
| 60 | + <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
| 61 | + </ItemGroup> |
57 | 62 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 63 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 64 | + <PropertyGroup> |
| 65 | + <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> |
| 66 | + </PropertyGroup> |
| 67 | + <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props'))" /> |
| 68 | + </Target> |
58 | 69 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
59 | 70 | Other similar extension points exist, see Microsoft.Common.targets.
|
60 | 71 | <Target Name="BeforeBuild">
|
|
0 commit comments