diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-12 17:07:55 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-12 17:16:16 +1000 |
| commit | dc558da002794cc07013e8376f3c55c73391aa0e (patch) | |
| tree | faba96f981f1ea0c6888b387cf43cc78d0bc2927 /src/test/DUtilUnitTest/DUtilUnitTest.vcxproj | |
| parent | aeddc77fc021f11f68a4c1a093eabf9776866b80 (diff) | |
| download | wix-dc558da002794cc07013e8376f3c55c73391aa0e.tar.gz wix-dc558da002794cc07013e8376f3c55c73391aa0e.tar.bz2 wix-dc558da002794cc07013e8376f3c55c73391aa0e.zip | |
Update Dutil_TraceErrorSource to filter based on the report level.
Diffstat (limited to 'src/test/DUtilUnitTest/DUtilUnitTest.vcxproj')
| -rw-r--r-- | src/test/DUtilUnitTest/DUtilUnitTest.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/DUtilUnitTest/DUtilUnitTest.vcxproj b/src/test/DUtilUnitTest/DUtilUnitTest.vcxproj index b023d74f..c0974780 100644 --- a/src/test/DUtilUnitTest/DUtilUnitTest.vcxproj +++ b/src/test/DUtilUnitTest/DUtilUnitTest.vcxproj | |||
| @@ -36,6 +36,8 @@ | |||
| 36 | <ClCompile Include="AssemblyInfo.cpp" /> | 36 | <ClCompile Include="AssemblyInfo.cpp" /> |
| 37 | <ClCompile Include="DictUtilTest.cpp" /> | 37 | <ClCompile Include="DictUtilTest.cpp" /> |
| 38 | <ClCompile Include="DirUtilTests.cpp" /> | 38 | <ClCompile Include="DirUtilTests.cpp" /> |
| 39 | <ClCompile Include="DUtilTests.cpp" /> | ||
| 40 | <ClCompile Include="error.cpp" /> | ||
| 39 | <ClCompile Include="FileUtilTest.cpp" /> | 41 | <ClCompile Include="FileUtilTest.cpp" /> |
| 40 | <ClCompile Include="GuidUtilTest.cpp" /> | 42 | <ClCompile Include="GuidUtilTest.cpp" /> |
| 41 | <ClCompile Include="IniUtilTest.cpp" /> | 43 | <ClCompile Include="IniUtilTest.cpp" /> |
| @@ -92,4 +94,4 @@ | |||
| 92 | <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'))" /> | 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'))" /> |
| 93 | <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'))" /> | 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'))" /> |
| 94 | </Target> | 96 | </Target> |
| 95 | </Project> | 97 | </Project> \ No newline at end of file |
