diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-15 21:31:47 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-16 16:44:09 +1000 |
| commit | e3940e85379b44ab8f68d01cbb6b11db8b0bad77 (patch) | |
| tree | 7c3853ae2fbbec6381511115fe98bb55632a3d41 /src/test/DUtilUnitTest/DUtilUnitTest.vcxproj | |
| parent | dc558da002794cc07013e8376f3c55c73391aa0e (diff) | |
| download | wix-e3940e85379b44ab8f68d01cbb6b11db8b0bad77.tar.gz wix-e3940e85379b44ab8f68d01cbb6b11db8b0bad77.tar.bz2 wix-e3940e85379b44ab8f68d01cbb6b11db8b0bad77.zip | |
Update DUtilUnitTest to reference WixBuildTools.TestSupport.Native.
Diffstat (limited to 'src/test/DUtilUnitTest/DUtilUnitTest.vcxproj')
| -rw-r--r-- | src/test/DUtilUnitTest/DUtilUnitTest.vcxproj | 32 |
1 files changed, 9 insertions, 23 deletions
diff --git a/src/test/DUtilUnitTest/DUtilUnitTest.vcxproj b/src/test/DUtilUnitTest/DUtilUnitTest.vcxproj index c0974780..4c660aa9 100644 --- a/src/test/DUtilUnitTest/DUtilUnitTest.vcxproj +++ b/src/test/DUtilUnitTest/DUtilUnitTest.vcxproj | |||
| @@ -3,8 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 5 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 6 | <Import Project="..\..\..\packages\xunit.core.2.4.1\build\xunit.core.props" Condition="Exists('..\..\..\packages\xunit.core.2.4.1\build\xunit.core.props')" /> | 6 | <Import Project="..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.40\build\WixBuildTools.TestSupport.Native.props" Condition="Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.40\build\WixBuildTools.TestSupport.Native.props')" /> |
| 7 | <Import Project="..\..\..\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\..\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props')" /> | ||
| 8 | <ItemGroup Label="ProjectConfigurations"> | 7 | <ItemGroup Label="ProjectConfigurations"> |
| 9 | <ProjectConfiguration Include="Debug|Win32"> | 8 | <ProjectConfiguration Include="Debug|Win32"> |
| 10 | <Configuration>Debug</Configuration> | 9 | <Configuration>Debug</Configuration> |
| @@ -21,10 +20,8 @@ | |||
| 21 | <RootNamespace>DUtilUnitTests</RootNamespace> | 20 | <RootNamespace>DUtilUnitTests</RootNamespace> |
| 22 | <Keyword>ManagedCProj</Keyword> | 21 | <Keyword>ManagedCProj</Keyword> |
| 23 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 22 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 24 | <PlatformToolset>v142</PlatformToolset> | ||
| 25 | <CharacterSet>Unicode</CharacterSet> | 23 | <CharacterSet>Unicode</CharacterSet> |
| 26 | <CLRSupport>true</CLRSupport> | 24 | <CLRSupport>true</CLRSupport> |
| 27 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> | ||
| 28 | </PropertyGroup> | 25 | </PropertyGroup> |
| 29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| @@ -46,7 +43,7 @@ | |||
| 46 | <ClCompile Include="PathUtilTest.cpp" /> | 43 | <ClCompile Include="PathUtilTest.cpp" /> |
| 47 | <ClCompile Include="precomp.cpp"> | 44 | <ClCompile Include="precomp.cpp"> |
| 48 | <PrecompiledHeader>Create</PrecompiledHeader> | 45 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 49 | <!-- Warnings from NativeAssert.h from referencing netstandard dlls --> | 46 | <!-- Warnings from referencing netstandard dlls --> |
| 50 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> | 47 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> |
| 51 | </ClCompile> | 48 | </ClCompile> |
| 52 | <ClCompile Include="SceUtilTest.cpp" Condition=" Exists('$(SqlCESdkIncludePath)') " /> | 49 | <ClCompile Include="SceUtilTest.cpp" Condition=" Exists('$(SqlCESdkIncludePath)') " /> |
| @@ -56,7 +53,6 @@ | |||
| 56 | <ItemGroup> | 53 | <ItemGroup> |
| 57 | <ClInclude Include="precomp.h" /> | 54 | <ClInclude Include="precomp.h" /> |
| 58 | <ClInclude Include="error.h" /> | 55 | <ClInclude Include="error.h" /> |
| 59 | <ClInclude Include="NativeAssert.h" /> | ||
| 60 | </ItemGroup> | 56 | </ItemGroup> |
| 61 | <ItemGroup> | 57 | <ItemGroup> |
| 62 | <None Include="packages.config" /> | 58 | <None Include="packages.config" /> |
| @@ -65,33 +61,23 @@ | |||
| 65 | <ItemGroup> | 61 | <ItemGroup> |
| 66 | <Reference Include="System" /> | 62 | <Reference Include="System" /> |
| 67 | <Reference Include="System.Core" /> | 63 | <Reference Include="System.Core" /> |
| 68 | <Reference Include="xunit.abstractions"> | ||
| 69 | <HintPath>..\..\..\packages\xunit.abstractions.2.0.3\lib\netstandard2.0\xunit.abstractions.dll</HintPath> | ||
| 70 | </Reference> | ||
| 71 | <Reference Include="xunit.assert"> | ||
| 72 | <HintPath>..\..\..\packages\xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll</HintPath> | ||
| 73 | </Reference> | ||
| 74 | <Reference Include="xunit.core"> | ||
| 75 | <HintPath>..\..\..\packages\xunit.extensibility.core.2.4.1\lib\netstandard1.1\xunit.core.dll</HintPath> | ||
| 76 | </Reference> | ||
| 77 | <Reference Include="xunit.execution.desktop"> | ||
| 78 | <HintPath>..\..\..\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll</HintPath> | ||
| 79 | </Reference> | ||
| 80 | <Reference Include="WixBuildTools.TestSupport"> | 64 | <Reference Include="WixBuildTools.TestSupport"> |
| 81 | <HintPath>..\..\..\packages\WixBuildTools.TestSupport.4.0.37\lib\net472\WixBuildTools.TestSupport.dll</HintPath> | 65 | <HintPath>..\..\..\packages\WixBuildTools.TestSupport.4.0.40\lib\net472\WixBuildTools.TestSupport.dll</HintPath> |
| 66 | </Reference> | ||
| 67 | <Reference Include="WixBuildTools.TestSupport.Native"> | ||
| 68 | <HintPath>..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.40\lib\net472\WixBuildTools.TestSupport.Native.dll</HintPath> | ||
| 82 | </Reference> | 69 | </Reference> |
| 83 | </ItemGroup> | 70 | </ItemGroup> |
| 84 | <ItemGroup> | 71 | <ItemGroup> |
| 85 | <ProjectReference Include="..\..\dutil\dutil.vcxproj" /> | 72 | <ProjectReference Include="..\..\dutil\dutil.vcxproj" /> |
| 86 | </ItemGroup> | 73 | </ItemGroup> |
| 87 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 74 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 88 | <Import Project="..\..\..\packages\xunit.core.2.4.1\build\xunit.core.targets" Condition="Exists('..\..\..\packages\xunit.core.2.4.1\build\xunit.core.targets')" /> | 75 | <Import Project="..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.40\build\WixBuildTools.TestSupport.Native.targets" Condition="Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.40\build\WixBuildTools.TestSupport.Native.targets')" /> |
| 89 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 76 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 90 | <PropertyGroup> | 77 | <PropertyGroup> |
| 91 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | 78 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 92 | </PropertyGroup> | 79 | </PropertyGroup> |
| 93 | <Error Condition="!Exists('..\..\..\packages\xunit.core.2.4.1\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\xunit.core.2.4.1\build\xunit.core.props'))" /> | 80 | <Error Condition="!Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.40\build\WixBuildTools.TestSupport.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.40\build\WixBuildTools.TestSupport.Native.props'))" /> |
| 94 | <Error Condition="!Exists('..\..\..\packages\xunit.core.2.4.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\xunit.core.2.4.1\build\xunit.core.targets'))" /> | 81 | <Error Condition="!Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.40\build\WixBuildTools.TestSupport.Native.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.40\build\WixBuildTools.TestSupport.Native.targets'))" /> |
| 95 | <Error Condition="!Exists('..\..\..\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props'))" /> | ||
| 96 | </Target> | 82 | </Target> |
| 97 | </Project> \ No newline at end of file | 83 | </Project> \ No newline at end of file |
