diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-01 23:02:05 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-01 23:02:05 -0600 |
| commit | 5d0434843c6f307a46fa95139c1e754221cc13af (patch) | |
| tree | 559f1714b14c08fa09449b62770c9107fae968c3 /src/TestData/TestData.proj | |
| parent | 86456524fe4640053616f6fc18311159e6fafea5 (diff) | |
| download | wix-5d0434843c6f307a46fa95139c1e754221cc13af.tar.gz wix-5d0434843c6f307a46fa95139c1e754221cc13af.tar.bz2 wix-5d0434843c6f307a46fa95139c1e754221cc13af.zip | |
Add MSI transaction tests.
Diffstat (limited to 'src/TestData/TestData.proj')
| -rw-r--r-- | src/TestData/TestData.proj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/TestData/TestData.proj b/src/TestData/TestData.proj new file mode 100644 index 00000000..e8e61a94 --- /dev/null +++ b/src/TestData/TestData.proj | |||
| @@ -0,0 +1,17 @@ | |||
| 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 ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 6 | <ItemGroup> | ||
| 7 | <TestDataProject Include="**\*.wixproj" /> | ||
| 8 | </ItemGroup> | ||
| 9 | |||
| 10 | <Target Name="Build"> | ||
| 11 | <MSBuild Projects="%(TestDataProject.Identity)" /> | ||
| 12 | </Target> | ||
| 13 | |||
| 14 | <Target Name="Restore"> | ||
| 15 | <MSBuild Projects="%(TestDataProject.Identity)" Targets="Restore" /> | ||
| 16 | </Target> | ||
| 17 | </Project> \ No newline at end of file | ||
