diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-07 14:19:05 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-07 14:19:05 -0800 |
| commit | 49f1209035aac1fcfad5dbbe25f7b2306d3be86c (patch) | |
| tree | 6ce5921493eb751b6d89c3faf0ebdf64110cbb65 /src/test/TestData/Example.Extension/ExampleTupleDefinitions.cs | |
| parent | b1e662bd480241ea914f0f3d6bd174d9ffd03f5f (diff) | |
| download | wix-49f1209035aac1fcfad5dbbe25f7b2306d3be86c.tar.gz wix-49f1209035aac1fcfad5dbbe25f7b2306d3be86c.tar.bz2 wix-49f1209035aac1fcfad5dbbe25f7b2306d3be86c.zip | |
Support MSI backends creating custom tables and remove WixToolset.Data.WindowsInstaller
Diffstat (limited to '')
| -rw-r--r-- | src/test/TestData/Example.Extension/ExampleTupleDefinitions.cs (renamed from src/test/TestData/Example.Extension/TupleDefinitions.cs) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/TestData/Example.Extension/TupleDefinitions.cs b/src/test/TestData/Example.Extension/ExampleTupleDefinitions.cs index 2c320fbc..4775b827 100644 --- a/src/test/TestData/Example.Extension/TupleDefinitions.cs +++ b/src/test/TestData/Example.Extension/ExampleTupleDefinitions.cs | |||
| @@ -4,10 +4,12 @@ namespace Example.Extension | |||
| 4 | { | 4 | { |
| 5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
| 6 | 6 | ||
| 7 | public static class TupleDefinitions | 7 | public static class ExampleTupleDefinitions |
| 8 | { | 8 | { |
| 9 | public const string ExampleName = "Example"; | ||
| 10 | |||
| 9 | public static readonly IntermediateTupleDefinition Example = new IntermediateTupleDefinition( | 11 | public static readonly IntermediateTupleDefinition Example = new IntermediateTupleDefinition( |
| 10 | "Example", | 12 | ExampleName, |
| 11 | new[] | 13 | new[] |
| 12 | { | 14 | { |
| 13 | new IntermediateFieldDefinition(nameof(ExampleTupleFields.Example), IntermediateFieldType.String), | 15 | new IntermediateFieldDefinition(nameof(ExampleTupleFields.Example), IntermediateFieldType.String), |
