diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-15 16:47:24 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-16 16:40:52 +1000 |
| commit | 64deb692cd9f690e3ce5560530fe93d7f0e3cd67 (patch) | |
| tree | 9be14c60e213a6e045fb8c0a303b63e65aeaa118 /src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.props | |
| parent | 1d77b037520a804a1d8f586faad86619b291a1a9 (diff) | |
| download | wix-64deb692cd9f690e3ce5560530fe93d7f0e3cd67.tar.gz wix-64deb692cd9f690e3ce5560530fe93d7f0e3cd67.tar.bz2 wix-64deb692cd9f690e3ce5560530fe93d7f0e3cd67.zip | |
Add WixBuildTools.TestSupport.Native.
Diffstat (limited to 'src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.props')
| -rw-r--r-- | src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.props | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.props b/src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.props new file mode 100644 index 00000000..4a7a0035 --- /dev/null +++ b/src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.props | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
| 3 | |||
| 4 | |||
| 5 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 6 | <PropertyGroup> | ||
| 7 | <RepoRootDir Condition=" '$(RepoRootDir)' == '' ">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), version.json))</RepoRootDir> | ||
| 8 | </PropertyGroup> | ||
| 9 | <Import Project="$(RepoRootDir)\packages\xunit.core.2.4.1\build\xunit.core.props" Condition="Exists('$(RepoRootDir)\packages\xunit.core.2.4.1\build\xunit.core.props')" /> | ||
| 10 | <Import Project="$(RepoRootDir)\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props" Condition="Exists('$(RepoRootDir)\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props')" /> | ||
| 11 | <PropertyGroup> | ||
| 12 | <PlatformToolset>v142</PlatformToolset> | ||
| 13 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> | ||
| 14 | </PropertyGroup> | ||
| 15 | <ItemGroup> | ||
| 16 | <Reference Include="xunit.abstractions"> | ||
| 17 | <HintPath>$(RepoRootDir)\packages\xunit.abstractions.2.0.3\lib\netstandard2.0\xunit.abstractions.dll</HintPath> | ||
| 18 | </Reference> | ||
| 19 | <Reference Include="xunit.assert"> | ||
| 20 | <HintPath>$(RepoRootDir)\packages\xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll</HintPath> | ||
| 21 | </Reference> | ||
| 22 | <Reference Include="xunit.core"> | ||
| 23 | <HintPath>$(RepoRootDir)\packages\xunit.extensibility.core.2.4.1\lib\netstandard1.1\xunit.core.dll</HintPath> | ||
| 24 | </Reference> | ||
| 25 | <Reference Include="xunit.execution.desktop"> | ||
| 26 | <HintPath>$(RepoRootDir)\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll</HintPath> | ||
| 27 | </Reference> | ||
| 28 | </ItemGroup> | ||
| 29 | </Project> \ No newline at end of file | ||
