diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-03-20 19:55:02 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-03-20 20:03:04 +1000 |
commit | 22c97adba70fa838b8f285d404750d0f8fe685d8 (patch) | |
tree | 5971180660090913d5e6991ebf982ada733ecdda /src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj | |
parent | c5df86a7caaa1cbff9adde6396925383ba9a2e4e (diff) | |
download | wix-22c97adba70fa838b8f285d404750d0f8fe685d8.tar.gz wix-22c97adba70fa838b8f285d404750d0f8fe685d8.tar.bz2 wix-22c97adba70fa838b8f285d404750d0f8fe685d8.zip |
Update Example.Extension to automatically update based on its Example.wxs.
Use .wixlib instead of .wir, and skip tests which are now failing.
Add more bundle tests.
Diffstat (limited to 'src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj')
-rw-r--r-- | src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj b/src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj new file mode 100644 index 00000000..4bc1d02b --- /dev/null +++ b/src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj | |||
@@ -0,0 +1,13 @@ | |||
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 | <Project Sdk="Microsoft.NET.Sdk"> | ||
5 | <PropertyGroup> | ||
6 | <TargetFrameworks>net461</TargetFrameworks> | ||
7 | <OutputType>Exe</OutputType> | ||
8 | </PropertyGroup> | ||
9 | |||
10 | <ItemGroup> | ||
11 | <ProjectReference Include="..\..\WixToolset.Core.TestPackage\WixToolset.Core.TestPackage.csproj" /> | ||
12 | </ItemGroup> | ||
13 | </Project> \ No newline at end of file | ||