diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-27 15:01:37 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-27 15:05:55 -0700 |
commit | a10ff79543ee924954a6e6ae2199495996a1eec9 (patch) | |
tree | 062dc695759f5da04e30e4621d640099e9fcfbc9 | |
parent | c57f5bc9caad2adf1b0fe8fedc1003e49e272080 (diff) | |
download | wix-a10ff79543ee924954a6e6ae2199495996a1eec9.tar.gz wix-a10ff79543ee924954a6e6ae2199495996a1eec9.tar.bz2 wix-a10ff79543ee924954a6e6ae2199495996a1eec9.zip |
The Great Tuple to Symbol File Rename (tm)
-rw-r--r-- | src/wixext/Symbols/SqlDatabaseSymbol.cs (renamed from src/wixext/Tuples/SqlDatabaseTuple.cs) | 0 | ||||
-rw-r--r-- | src/wixext/Symbols/SqlFileSpecSymbol.cs (renamed from src/wixext/Tuples/SqlFileSpecTuple.cs) | 0 | ||||
-rw-r--r-- | src/wixext/Symbols/SqlScriptSymbol.cs (renamed from src/wixext/Tuples/SqlScriptTuple.cs) | 0 | ||||
-rw-r--r-- | src/wixext/Symbols/SqlStringSymbol.cs (renamed from src/wixext/Tuples/SqlStringTuple.cs) | 0 | ||||
-rw-r--r-- | src/wixext/Symbols/SqlSymbolDefinitions.cs (renamed from src/wixext/Tuples/SqlTupleDefinitions.cs) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/src/wixext/Tuples/SqlDatabaseTuple.cs b/src/wixext/Symbols/SqlDatabaseSymbol.cs index 6f0820ac..6f0820ac 100644 --- a/src/wixext/Tuples/SqlDatabaseTuple.cs +++ b/src/wixext/Symbols/SqlDatabaseSymbol.cs | |||
diff --git a/src/wixext/Tuples/SqlFileSpecTuple.cs b/src/wixext/Symbols/SqlFileSpecSymbol.cs index d9eecc62..d9eecc62 100644 --- a/src/wixext/Tuples/SqlFileSpecTuple.cs +++ b/src/wixext/Symbols/SqlFileSpecSymbol.cs | |||
diff --git a/src/wixext/Tuples/SqlScriptTuple.cs b/src/wixext/Symbols/SqlScriptSymbol.cs index 94c70390..94c70390 100644 --- a/src/wixext/Tuples/SqlScriptTuple.cs +++ b/src/wixext/Symbols/SqlScriptSymbol.cs | |||
diff --git a/src/wixext/Tuples/SqlStringTuple.cs b/src/wixext/Symbols/SqlStringSymbol.cs index 73a8206e..73a8206e 100644 --- a/src/wixext/Tuples/SqlStringTuple.cs +++ b/src/wixext/Symbols/SqlStringSymbol.cs | |||
diff --git a/src/wixext/Tuples/SqlTupleDefinitions.cs b/src/wixext/Symbols/SqlSymbolDefinitions.cs index 336f1546..336f1546 100644 --- a/src/wixext/Tuples/SqlTupleDefinitions.cs +++ b/src/wixext/Symbols/SqlSymbolDefinitions.cs | |||