diff options
author | Rob Mensching <rob@firegiant.com> | 2021-05-04 13:22:13 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-04 13:24:02 -0700 |
commit | 03db7922de5b7e04300e0ed09e24f7b8890ec2e8 (patch) | |
tree | 1f39ab6257f479dbd54f93a0c0bdb2fc5a6c3e74 /src | |
parent | 543c9851d7cacbf85f575b1f6f52e41da7a1d66b (diff) | |
download | wix-03db7922de5b7e04300e0ed09e24f7b8890ec2e8.tar.gz wix-03db7922de5b7e04300e0ed09e24f7b8890ec2e8.tar.bz2 wix-03db7922de5b7e04300e0ed09e24f7b8890ec2e8.zip |
Move DifxApp.wixext into ext
Diffstat (limited to 'src')
-rw-r--r-- | src/.editorconfig | 37 | ||||
-rw-r--r-- | src/ext/DifxApp/CSharp.Build.props (renamed from src/CSharp.Build.props) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/DifxApp.wixext.sln | 63 | ||||
-rw-r--r-- | src/ext/DifxApp/Directory.Build.props (renamed from src/Directory.Build.props) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/Directory.Build.targets (renamed from src/Directory.Build.targets) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/README.md | 2 | ||||
-rw-r--r-- | src/ext/DifxApp/appveyor.cmd | 14 | ||||
-rw-r--r-- | src/ext/DifxApp/appveyor.yml | 40 | ||||
-rw-r--r-- | src/ext/DifxApp/nuget.config | 17 | ||||
-rw-r--r-- | src/ext/DifxApp/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs (renamed from src/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.en-us.wxl (renamed from src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.en-us.wxl) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.wxs (renamed from src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.wxs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs (renamed from src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/example.txt (renamed from src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/example.txt) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj (renamed from src/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wix.snk (renamed from src/wix.snk) | bin | 596 -> 596 bytes | |||
-rw-r--r-- | src/ext/DifxApp/wixext/DifxAppCompiler.cs (renamed from src/wixext/DifxAppCompiler.cs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixext/DifxAppDecompiler.cs (renamed from src/wixext/DifxAppDecompiler.cs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixext/DifxAppExtensionData.cs (renamed from src/wixext/DifxAppExtensionData.cs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixext/DifxAppExtensionFactory.cs (renamed from src/wixext/DifxAppExtensionFactory.cs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixext/DifxAppTableDefinitions.cs (renamed from src/wixext/DifxAppTableDefinitions.cs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixext/DifxAppWindowsInstallerBackendBinderExtension.cs (renamed from src/wixext/DifxAppWindowsInstallerBackendBinderExtension.cs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixext/Symbols/DifxAppSymbolDefinitions.cs (renamed from src/wixext/Symbols/DifxAppSymbolDefinitions.cs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixext/Symbols/MsiDriverPackagesSymbol.cs (renamed from src/wixext/Symbols/MsiDriverPackagesSymbol.cs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj (renamed from src/wixext/WixToolset.DifxApp.wixext.csproj) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.targets (renamed from src/wixext/WixToolset.DifxApp.wixext.targets) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixlib/DifxAppExtension_Platform.wxi (renamed from src/wixlib/DifxAppExtension_Platform.wxi) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixlib/DifxAppExtension_x64.wxs (renamed from src/wixlib/DifxAppExtension_x64.wxs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixlib/DifxAppExtension_x86.wxs (renamed from src/wixlib/DifxAppExtension_x86.wxs) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixlib/caSuffix.wxi (renamed from src/wixlib/caSuffix.wxi) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixlib/difxapp.wixproj (renamed from src/wixlib/difxapp.wixproj) | 0 | ||||
-rw-r--r-- | src/ext/DifxApp/wixlib/x64/DIFxApp.dll (renamed from src/wixlib/x64/DIFxApp.dll) | bin | 153080 -> 153080 bytes | |||
-rw-r--r-- | src/ext/DifxApp/wixlib/x64/DIFxAppA.dll (renamed from src/wixlib/x64/DIFxAppA.dll) | bin | 707464 -> 707464 bytes | |||
-rw-r--r-- | src/ext/DifxApp/wixlib/x86/DIFxApp.dll (renamed from src/wixlib/x86/DIFxApp.dll) | bin | 122248 -> 122248 bytes | |||
-rw-r--r-- | src/ext/DifxApp/wixlib/x86/DIFxAppA.dll (renamed from src/wixlib/x86/DIFxAppA.dll) | bin | 364424 -> 364424 bytes | |||
-rw-r--r-- | src/ext/global.json | 5 | ||||
-rw-r--r-- | src/version.json | 11 |
37 files changed, 189 insertions, 0 deletions
diff --git a/src/.editorconfig b/src/.editorconfig new file mode 100644 index 00000000..1d72e683 --- /dev/null +++ b/src/.editorconfig | |||
@@ -0,0 +1,37 @@ | |||
1 | # 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. | ||
2 | # | ||
3 | # Do NOT modify this file. Update the canonical version in Home\repo-template\src\.editorconfig | ||
4 | # then update all of the repos. | ||
5 | |||
6 | root = true | ||
7 | |||
8 | [*] | ||
9 | charset = utf-8 | ||
10 | indent_style = space | ||
11 | indent_size = 4 | ||
12 | trim_trailing_whitespace = true | ||
13 | |||
14 | [*.{cs,vb}] | ||
15 | dotnet_sort_system_directives_first = true | ||
16 | |||
17 | [*.cs] | ||
18 | csharp_indent_case_contents = true : error | ||
19 | csharp_indent_switch_labels = true : error | ||
20 | csharp_new_line_before_open_brace = all | ||
21 | csharp_prefer_braces = true : error | ||
22 | csharp_style_expression_bodied_methods = when_on_single_line : suggestion | ||
23 | csharp_style_expression_bodied_constructors = when_on_single_line : suggestion | ||
24 | csharp_style_expression_bodied_operators = when_on_single_line : suggestion | ||
25 | csharp_style_expression_bodied_properties = when_on_single_line : suggestion | ||
26 | csharp_style_expression_bodied_indexers = when_on_single_line : suggestion | ||
27 | csharp_style_expression_bodied_accessors = when_on_single_line : suggestion | ||
28 | csharp_style_var_elsewhere = true : suggestion | ||
29 | csharp_style_var_for_built_in_types = true : suggestion | ||
30 | csharp_style_var_when_type_is_apparent = true : suggestion | ||
31 | dotnet_style_qualification_for_event = true : error | ||
32 | dotnet_style_qualification_for_field = true : error | ||
33 | dotnet_style_qualification_for_method = true : error | ||
34 | dotnet_style_qualification_for_property = true : error | ||
35 | |||
36 | [*.targets] | ||
37 | indent_size = 2 | ||
diff --git a/src/CSharp.Build.props b/src/ext/DifxApp/CSharp.Build.props index b12f4c6e..b12f4c6e 100644 --- a/src/CSharp.Build.props +++ b/src/ext/DifxApp/CSharp.Build.props | |||
diff --git a/src/ext/DifxApp/DifxApp.wixext.sln b/src/ext/DifxApp/DifxApp.wixext.sln new file mode 100644 index 00000000..2b891405 --- /dev/null +++ b/src/ext/DifxApp/DifxApp.wixext.sln | |||
@@ -0,0 +1,63 @@ | |||
1 | | ||
2 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
3 | # Visual Studio Version 16 | ||
4 | VisualStudioVersion = 16.0.30611.23 | ||
5 | MinimumVisualStudioVersion = 15.0.26124.0 | ||
6 | Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "difxapp", "src\wixlib\difxapp.wixproj", "{5066EB93-D8F7-4FAE-B687-024D7A81BD95}" | ||
7 | EndProject | ||
8 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolset.DifxApp.wixext", "src\wixext\WixToolset.DifxApp.wixext.csproj", "{2256EFD7-E678-4485-818D-986D590068BE}" | ||
9 | EndProject | ||
10 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolsetTest.DifxApp", "src\test\WixToolsetTest.DifxApp\WixToolsetTest.DifxApp.csproj", "{883D7BA3-1ADC-47AC-95B0-221BB0B7788D}" | ||
11 | EndProject | ||
12 | Global | ||
13 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
14 | Debug|Any CPU = Debug|Any CPU | ||
15 | Debug|x64 = Debug|x64 | ||
16 | Debug|x86 = Debug|x86 | ||
17 | Release|Any CPU = Release|Any CPU | ||
18 | Release|x64 = Release|x64 | ||
19 | Release|x86 = Release|x86 | ||
20 | EndGlobalSection | ||
21 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
22 | {5066EB93-D8F7-4FAE-B687-024D7A81BD95}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
23 | {5066EB93-D8F7-4FAE-B687-024D7A81BD95}.Debug|Any CPU.Build.0 = Debug|x86 | ||
24 | {5066EB93-D8F7-4FAE-B687-024D7A81BD95}.Debug|x64.ActiveCfg = Debug|x86 | ||
25 | {5066EB93-D8F7-4FAE-B687-024D7A81BD95}.Debug|x86.ActiveCfg = Debug|x86 | ||
26 | {5066EB93-D8F7-4FAE-B687-024D7A81BD95}.Debug|x86.Build.0 = Debug|x86 | ||
27 | {5066EB93-D8F7-4FAE-B687-024D7A81BD95}.Release|Any CPU.ActiveCfg = Release|x86 | ||
28 | {5066EB93-D8F7-4FAE-B687-024D7A81BD95}.Release|Any CPU.Build.0 = Release|x86 | ||
29 | {5066EB93-D8F7-4FAE-B687-024D7A81BD95}.Release|x64.ActiveCfg = Release|x86 | ||
30 | {5066EB93-D8F7-4FAE-B687-024D7A81BD95}.Release|x86.ActiveCfg = Release|x86 | ||
31 | {5066EB93-D8F7-4FAE-B687-024D7A81BD95}.Release|x86.Build.0 = Release|x86 | ||
32 | {2256EFD7-E678-4485-818D-986D590068BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
33 | {2256EFD7-E678-4485-818D-986D590068BE}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
34 | {2256EFD7-E678-4485-818D-986D590068BE}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
35 | {2256EFD7-E678-4485-818D-986D590068BE}.Debug|x64.Build.0 = Debug|Any CPU | ||
36 | {2256EFD7-E678-4485-818D-986D590068BE}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
37 | {2256EFD7-E678-4485-818D-986D590068BE}.Debug|x86.Build.0 = Debug|Any CPU | ||
38 | {2256EFD7-E678-4485-818D-986D590068BE}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
39 | {2256EFD7-E678-4485-818D-986D590068BE}.Release|Any CPU.Build.0 = Release|Any CPU | ||
40 | {2256EFD7-E678-4485-818D-986D590068BE}.Release|x64.ActiveCfg = Release|Any CPU | ||
41 | {2256EFD7-E678-4485-818D-986D590068BE}.Release|x64.Build.0 = Release|Any CPU | ||
42 | {2256EFD7-E678-4485-818D-986D590068BE}.Release|x86.ActiveCfg = Release|Any CPU | ||
43 | {2256EFD7-E678-4485-818D-986D590068BE}.Release|x86.Build.0 = Release|Any CPU | ||
44 | {883D7BA3-1ADC-47AC-95B0-221BB0B7788D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
45 | {883D7BA3-1ADC-47AC-95B0-221BB0B7788D}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
46 | {883D7BA3-1ADC-47AC-95B0-221BB0B7788D}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
47 | {883D7BA3-1ADC-47AC-95B0-221BB0B7788D}.Debug|x64.Build.0 = Debug|Any CPU | ||
48 | {883D7BA3-1ADC-47AC-95B0-221BB0B7788D}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
49 | {883D7BA3-1ADC-47AC-95B0-221BB0B7788D}.Debug|x86.Build.0 = Debug|Any CPU | ||
50 | {883D7BA3-1ADC-47AC-95B0-221BB0B7788D}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
51 | {883D7BA3-1ADC-47AC-95B0-221BB0B7788D}.Release|Any CPU.Build.0 = Release|Any CPU | ||
52 | {883D7BA3-1ADC-47AC-95B0-221BB0B7788D}.Release|x64.ActiveCfg = Release|Any CPU | ||
53 | {883D7BA3-1ADC-47AC-95B0-221BB0B7788D}.Release|x64.Build.0 = Release|Any CPU | ||
54 | {883D7BA3-1ADC-47AC-95B0-221BB0B7788D}.Release|x86.ActiveCfg = Release|Any CPU | ||
55 | {883D7BA3-1ADC-47AC-95B0-221BB0B7788D}.Release|x86.Build.0 = Release|Any CPU | ||
56 | EndGlobalSection | ||
57 | GlobalSection(SolutionProperties) = preSolution | ||
58 | HideSolutionNode = FALSE | ||
59 | EndGlobalSection | ||
60 | GlobalSection(ExtensibilityGlobals) = postSolution | ||
61 | SolutionGuid = {60A3EA0F-9313-47F8-BF6B-74478A57B577} | ||
62 | EndGlobalSection | ||
63 | EndGlobal | ||
diff --git a/src/Directory.Build.props b/src/ext/DifxApp/Directory.Build.props index f83cc154..f83cc154 100644 --- a/src/Directory.Build.props +++ b/src/ext/DifxApp/Directory.Build.props | |||
diff --git a/src/Directory.Build.targets b/src/ext/DifxApp/Directory.Build.targets index dac7452a..dac7452a 100644 --- a/src/Directory.Build.targets +++ b/src/ext/DifxApp/Directory.Build.targets | |||
diff --git a/src/ext/DifxApp/README.md b/src/ext/DifxApp/README.md new file mode 100644 index 00000000..49f30df8 --- /dev/null +++ b/src/ext/DifxApp/README.md | |||
@@ -0,0 +1,2 @@ | |||
1 | # DifxApp.wixext | ||
2 | WixToolset.DifxApp.wixext - DIFxApp WiX Toolset Extension | ||
diff --git a/src/ext/DifxApp/appveyor.cmd b/src/ext/DifxApp/appveyor.cmd new file mode 100644 index 00000000..ec37397e --- /dev/null +++ b/src/ext/DifxApp/appveyor.cmd | |||
@@ -0,0 +1,14 @@ | |||
1 | @setlocal | ||
2 | @pushd %~dp0 | ||
3 | |||
4 | nuget restore || exit /b | ||
5 | |||
6 | msbuild -p:Configuration=Release -t:Restore || exit /b | ||
7 | |||
8 | msbuild -p:Configuration=Release src\test\WixToolsetTest.DifxApp\WixToolsetTest.DifxApp.csproj || exit /b | ||
9 | dotnet test -c Release --no-build src\test\WixToolsetTest.DifxApp || exit /b | ||
10 | |||
11 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.DifxApp.wixext.csproj || exit /b | ||
12 | |||
13 | @popd | ||
14 | @endlocal \ No newline at end of file | ||
diff --git a/src/ext/DifxApp/appveyor.yml b/src/ext/DifxApp/appveyor.yml new file mode 100644 index 00000000..7c686b04 --- /dev/null +++ b/src/ext/DifxApp/appveyor.yml | |||
@@ -0,0 +1,40 @@ | |||
1 | # 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. | ||
2 | # | ||
3 | # Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml | ||
4 | # then update all of the repos. | ||
5 | |||
6 | branches: | ||
7 | only: | ||
8 | - master | ||
9 | - develop | ||
10 | |||
11 | image: Visual Studio 2019 | ||
12 | |||
13 | version: 0.0.0.{build} | ||
14 | configuration: Release | ||
15 | |||
16 | environment: | ||
17 | DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true | ||
18 | DOTNET_CLI_TELEMETRY_OPTOUT: 1 | ||
19 | NUGET_XMLDOC_MODE: skip | ||
20 | |||
21 | build_script: | ||
22 | - appveyor.cmd | ||
23 | |||
24 | pull_requests: | ||
25 | do_not_increment_build_number: true | ||
26 | |||
27 | nuget: | ||
28 | disable_publish_on_pr: true | ||
29 | |||
30 | skip_branch_with_pr: true | ||
31 | skip_tags: true | ||
32 | |||
33 | artifacts: | ||
34 | - path: build\Release\**\*.nupkg | ||
35 | name: nuget | ||
36 | |||
37 | notifications: | ||
38 | - provider: Slack | ||
39 | incoming_webhook: | ||
40 | secure: p5xuu+4x2JHfwGDMDe5KcG1k7gZxqYc4jWVwvyNZv5cvkubPD2waJs5yXMAXZNN7Z63/3PWHb7q4KoY/99AjauYa1nZ4c5qYqRPFRBKTHfA= | ||
diff --git a/src/ext/DifxApp/nuget.config b/src/ext/DifxApp/nuget.config new file mode 100644 index 00000000..db7aba29 --- /dev/null +++ b/src/ext/DifxApp/nuget.config | |||
@@ -0,0 +1,17 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <configuration> | ||
3 | <packageSources> | ||
4 | <clear /> | ||
5 | <add key="wixtoolset-burn" value="https://ci.appveyor.com/nuget/wixtoolset-burn" /> | ||
6 | <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" /> | ||
7 | <add key="wixtoolset-extensibility" value="https://ci.appveyor.com/nuget/wixtoolset-extensibility" /> | ||
8 | <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" /> | ||
9 | <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> | ||
10 | <add key="wixtoolset-dtf" value="https://ci.appveyor.com/nuget/wixtoolset-dtf" /> | ||
11 | <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" /> | ||
12 | <add key="wixtoolset-wcautil" value="https://ci.appveyor.com/nuget/wixtoolset-wcautil" /> | ||
13 | <add key="wixtoolset-tools" value="https://ci.appveyor.com/nuget/wixtoolset-tools" /> | ||
14 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> | ||
15 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
16 | </packageSources> | ||
17 | </configuration> \ No newline at end of file | ||
diff --git a/src/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs index f5166453..f5166453 100644 --- a/src/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs +++ b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs | |||
diff --git a/src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.en-us.wxl b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.en-us.wxl index 38c12ac1..38c12ac1 100644 --- a/src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.en-us.wxl +++ b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.en-us.wxl | |||
diff --git a/src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.wxs b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.wxs index 411893bc..411893bc 100644 --- a/src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.wxs +++ b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.wxs | |||
diff --git a/src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs index 9609771a..9609771a 100644 --- a/src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs +++ b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs | |||
diff --git a/src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/example.txt b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/example.txt index 1b4ffe8a..1b4ffe8a 100644 --- a/src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/example.txt +++ b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/example.txt | |||
diff --git a/src/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj index e205d24a..e205d24a 100644 --- a/src/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj +++ b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj | |||
diff --git a/src/wix.snk b/src/ext/DifxApp/wix.snk index 3908a66a..3908a66a 100644 --- a/src/wix.snk +++ b/src/ext/DifxApp/wix.snk | |||
Binary files differ | |||
diff --git a/src/wixext/DifxAppCompiler.cs b/src/ext/DifxApp/wixext/DifxAppCompiler.cs index e056988f..e056988f 100644 --- a/src/wixext/DifxAppCompiler.cs +++ b/src/ext/DifxApp/wixext/DifxAppCompiler.cs | |||
diff --git a/src/wixext/DifxAppDecompiler.cs b/src/ext/DifxApp/wixext/DifxAppDecompiler.cs index e41d8b98..e41d8b98 100644 --- a/src/wixext/DifxAppDecompiler.cs +++ b/src/ext/DifxApp/wixext/DifxAppDecompiler.cs | |||
diff --git a/src/wixext/DifxAppExtensionData.cs b/src/ext/DifxApp/wixext/DifxAppExtensionData.cs index 31a95b8e..31a95b8e 100644 --- a/src/wixext/DifxAppExtensionData.cs +++ b/src/ext/DifxApp/wixext/DifxAppExtensionData.cs | |||
diff --git a/src/wixext/DifxAppExtensionFactory.cs b/src/ext/DifxApp/wixext/DifxAppExtensionFactory.cs index 3932685d..3932685d 100644 --- a/src/wixext/DifxAppExtensionFactory.cs +++ b/src/ext/DifxApp/wixext/DifxAppExtensionFactory.cs | |||
diff --git a/src/wixext/DifxAppTableDefinitions.cs b/src/ext/DifxApp/wixext/DifxAppTableDefinitions.cs index a6c26444..a6c26444 100644 --- a/src/wixext/DifxAppTableDefinitions.cs +++ b/src/ext/DifxApp/wixext/DifxAppTableDefinitions.cs | |||
diff --git a/src/wixext/DifxAppWindowsInstallerBackendBinderExtension.cs b/src/ext/DifxApp/wixext/DifxAppWindowsInstallerBackendBinderExtension.cs index 41f01175..41f01175 100644 --- a/src/wixext/DifxAppWindowsInstallerBackendBinderExtension.cs +++ b/src/ext/DifxApp/wixext/DifxAppWindowsInstallerBackendBinderExtension.cs | |||
diff --git a/src/wixext/Symbols/DifxAppSymbolDefinitions.cs b/src/ext/DifxApp/wixext/Symbols/DifxAppSymbolDefinitions.cs index 76f4d88f..76f4d88f 100644 --- a/src/wixext/Symbols/DifxAppSymbolDefinitions.cs +++ b/src/ext/DifxApp/wixext/Symbols/DifxAppSymbolDefinitions.cs | |||
diff --git a/src/wixext/Symbols/MsiDriverPackagesSymbol.cs b/src/ext/DifxApp/wixext/Symbols/MsiDriverPackagesSymbol.cs index 2fd91bc8..2fd91bc8 100644 --- a/src/wixext/Symbols/MsiDriverPackagesSymbol.cs +++ b/src/ext/DifxApp/wixext/Symbols/MsiDriverPackagesSymbol.cs | |||
diff --git a/src/wixext/WixToolset.DifxApp.wixext.csproj b/src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj index 50d3debf..50d3debf 100644 --- a/src/wixext/WixToolset.DifxApp.wixext.csproj +++ b/src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj | |||
diff --git a/src/wixext/WixToolset.DifxApp.wixext.targets b/src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.targets index b01d4116..b01d4116 100644 --- a/src/wixext/WixToolset.DifxApp.wixext.targets +++ b/src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.targets | |||
diff --git a/src/wixlib/DifxAppExtension_Platform.wxi b/src/ext/DifxApp/wixlib/DifxAppExtension_Platform.wxi index b8d613c9..b8d613c9 100644 --- a/src/wixlib/DifxAppExtension_Platform.wxi +++ b/src/ext/DifxApp/wixlib/DifxAppExtension_Platform.wxi | |||
diff --git a/src/wixlib/DifxAppExtension_x64.wxs b/src/ext/DifxApp/wixlib/DifxAppExtension_x64.wxs index 3c534363..3c534363 100644 --- a/src/wixlib/DifxAppExtension_x64.wxs +++ b/src/ext/DifxApp/wixlib/DifxAppExtension_x64.wxs | |||
diff --git a/src/wixlib/DifxAppExtension_x86.wxs b/src/ext/DifxApp/wixlib/DifxAppExtension_x86.wxs index d352a272..d352a272 100644 --- a/src/wixlib/DifxAppExtension_x86.wxs +++ b/src/ext/DifxApp/wixlib/DifxAppExtension_x86.wxs | |||
diff --git a/src/wixlib/caSuffix.wxi b/src/ext/DifxApp/wixlib/caSuffix.wxi index a56a2393..a56a2393 100644 --- a/src/wixlib/caSuffix.wxi +++ b/src/ext/DifxApp/wixlib/caSuffix.wxi | |||
diff --git a/src/wixlib/difxapp.wixproj b/src/ext/DifxApp/wixlib/difxapp.wixproj index 2ae9a097..2ae9a097 100644 --- a/src/wixlib/difxapp.wixproj +++ b/src/ext/DifxApp/wixlib/difxapp.wixproj | |||
diff --git a/src/wixlib/x64/DIFxApp.dll b/src/ext/DifxApp/wixlib/x64/DIFxApp.dll index 69a44cc8..69a44cc8 100644 --- a/src/wixlib/x64/DIFxApp.dll +++ b/src/ext/DifxApp/wixlib/x64/DIFxApp.dll | |||
Binary files differ | |||
diff --git a/src/wixlib/x64/DIFxAppA.dll b/src/ext/DifxApp/wixlib/x64/DIFxAppA.dll index 99458040..99458040 100644 --- a/src/wixlib/x64/DIFxAppA.dll +++ b/src/ext/DifxApp/wixlib/x64/DIFxAppA.dll | |||
Binary files differ | |||
diff --git a/src/wixlib/x86/DIFxApp.dll b/src/ext/DifxApp/wixlib/x86/DIFxApp.dll index 678a9d95..678a9d95 100644 --- a/src/wixlib/x86/DIFxApp.dll +++ b/src/ext/DifxApp/wixlib/x86/DIFxApp.dll | |||
Binary files differ | |||
diff --git a/src/wixlib/x86/DIFxAppA.dll b/src/ext/DifxApp/wixlib/x86/DIFxAppA.dll index 3ac0838d..3ac0838d 100644 --- a/src/wixlib/x86/DIFxAppA.dll +++ b/src/ext/DifxApp/wixlib/x86/DIFxAppA.dll | |||
Binary files differ | |||
diff --git a/src/ext/global.json b/src/ext/global.json new file mode 100644 index 00000000..23dd3fa6 --- /dev/null +++ b/src/ext/global.json | |||
@@ -0,0 +1,5 @@ | |||
1 | { | ||
2 | "msbuild-sdks": { | ||
3 | "WixToolset.Sdk": "4.0.0-build-0211" | ||
4 | } | ||
5 | } | ||
diff --git a/src/version.json b/src/version.json new file mode 100644 index 00000000..5f857771 --- /dev/null +++ b/src/version.json | |||
@@ -0,0 +1,11 @@ | |||
1 | { | ||
2 | "version": "4.0", | ||
3 | "publicReleaseRefSpec": [ | ||
4 | "^refs/heads/master$" | ||
5 | ], | ||
6 | "cloudBuild": { | ||
7 | "buildNumber": { | ||
8 | "enabled": true | ||
9 | } | ||
10 | } | ||
11 | } | ||