aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-06-27 15:09:56 -0700
committerRob Mensching <rob@firegiant.com>2020-06-27 15:14:32 -0700
commit8661d3841198215a75367cfd4a3a6f705a801127 (patch)
treef33b089c3578de02890d1f84507169e2ce9606e5
parent28666e3beb1776324c6d3e719cb0c37d4f2fbeff (diff)
downloadwix-8661d3841198215a75367cfd4a3a6f705a801127.tar.gz
wix-8661d3841198215a75367cfd4a3a6f705a801127.tar.bz2
wix-8661d3841198215a75367cfd4a3a6f705a801127.zip
The Great Tuple to Symbol File Rename (tm)
-rw-r--r--src/wixext/Symbols/CertificateHashSymbol.cs (renamed from src/wixext/Tuples/CertificateHashTuple.cs)0
-rw-r--r--src/wixext/Symbols/CertificateSymbol.cs (renamed from src/wixext/Tuples/CertificateTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsAppPoolSymbol.cs (renamed from src/wixext/Tuples/IIsAppPoolTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsFilterSymbol.cs (renamed from src/wixext/Tuples/IIsFilterTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsHttpHeaderSymbol.cs (renamed from src/wixext/Tuples/IIsHttpHeaderTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsMimeMapSymbol.cs (renamed from src/wixext/Tuples/IIsMimeMapTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsPropertySymbol.cs (renamed from src/wixext/Tuples/IIsPropertyTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsWebAddressSymbol.cs (renamed from src/wixext/Tuples/IIsWebAddressTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsWebApplicationExtensionSymbol.cs (renamed from src/wixext/Tuples/IIsWebApplicationExtensionTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsWebApplicationSymbol.cs (renamed from src/wixext/Tuples/IIsWebApplicationTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsWebDirPropertiesSymbol.cs (renamed from src/wixext/Tuples/IIsWebDirPropertiesTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsWebDirSymbol.cs (renamed from src/wixext/Tuples/IIsWebDirTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsWebErrorSymbol.cs (renamed from src/wixext/Tuples/IIsWebErrorTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsWebLogSymbol.cs (renamed from src/wixext/Tuples/IIsWebLogTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsWebServiceExtensionSymbol.cs (renamed from src/wixext/Tuples/IIsWebServiceExtensionTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsWebSiteCertificatesSymbol.cs (renamed from src/wixext/Tuples/IIsWebSiteCertificatesTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsWebSiteSymbol.cs (renamed from src/wixext/Tuples/IIsWebSiteTuple.cs)0
-rw-r--r--src/wixext/Symbols/IIsWebVirtualDirSymbol.cs (renamed from src/wixext/Tuples/IIsWebVirtualDirTuple.cs)0
-rw-r--r--src/wixext/Symbols/IisSymbolDefinitions.cs (renamed from src/wixext/Tuples/IisTupleDefinitions.cs)0
19 files changed, 0 insertions, 0 deletions
diff --git a/src/wixext/Tuples/CertificateHashTuple.cs b/src/wixext/Symbols/CertificateHashSymbol.cs
index 866d474c..866d474c 100644
--- a/src/wixext/Tuples/CertificateHashTuple.cs
+++ b/src/wixext/Symbols/CertificateHashSymbol.cs
diff --git a/src/wixext/Tuples/CertificateTuple.cs b/src/wixext/Symbols/CertificateSymbol.cs
index b80b6ba4..b80b6ba4 100644
--- a/src/wixext/Tuples/CertificateTuple.cs
+++ b/src/wixext/Symbols/CertificateSymbol.cs
diff --git a/src/wixext/Tuples/IIsAppPoolTuple.cs b/src/wixext/Symbols/IIsAppPoolSymbol.cs
index a6fab136..a6fab136 100644
--- a/src/wixext/Tuples/IIsAppPoolTuple.cs
+++ b/src/wixext/Symbols/IIsAppPoolSymbol.cs
diff --git a/src/wixext/Tuples/IIsFilterTuple.cs b/src/wixext/Symbols/IIsFilterSymbol.cs
index 618730bf..618730bf 100644
--- a/src/wixext/Tuples/IIsFilterTuple.cs
+++ b/src/wixext/Symbols/IIsFilterSymbol.cs
diff --git a/src/wixext/Tuples/IIsHttpHeaderTuple.cs b/src/wixext/Symbols/IIsHttpHeaderSymbol.cs
index 3ab2bf59..3ab2bf59 100644
--- a/src/wixext/Tuples/IIsHttpHeaderTuple.cs
+++ b/src/wixext/Symbols/IIsHttpHeaderSymbol.cs
diff --git a/src/wixext/Tuples/IIsMimeMapTuple.cs b/src/wixext/Symbols/IIsMimeMapSymbol.cs
index 4af6f81c..4af6f81c 100644
--- a/src/wixext/Tuples/IIsMimeMapTuple.cs
+++ b/src/wixext/Symbols/IIsMimeMapSymbol.cs
diff --git a/src/wixext/Tuples/IIsPropertyTuple.cs b/src/wixext/Symbols/IIsPropertySymbol.cs
index 9cf67014..9cf67014 100644
--- a/src/wixext/Tuples/IIsPropertyTuple.cs
+++ b/src/wixext/Symbols/IIsPropertySymbol.cs
diff --git a/src/wixext/Tuples/IIsWebAddressTuple.cs b/src/wixext/Symbols/IIsWebAddressSymbol.cs
index 7111718a..7111718a 100644
--- a/src/wixext/Tuples/IIsWebAddressTuple.cs
+++ b/src/wixext/Symbols/IIsWebAddressSymbol.cs
diff --git a/src/wixext/Tuples/IIsWebApplicationExtensionTuple.cs b/src/wixext/Symbols/IIsWebApplicationExtensionSymbol.cs
index 4283d702..4283d702 100644
--- a/src/wixext/Tuples/IIsWebApplicationExtensionTuple.cs
+++ b/src/wixext/Symbols/IIsWebApplicationExtensionSymbol.cs
diff --git a/src/wixext/Tuples/IIsWebApplicationTuple.cs b/src/wixext/Symbols/IIsWebApplicationSymbol.cs
index 2f6f87de..2f6f87de 100644
--- a/src/wixext/Tuples/IIsWebApplicationTuple.cs
+++ b/src/wixext/Symbols/IIsWebApplicationSymbol.cs
diff --git a/src/wixext/Tuples/IIsWebDirPropertiesTuple.cs b/src/wixext/Symbols/IIsWebDirPropertiesSymbol.cs
index 42d2dead..42d2dead 100644
--- a/src/wixext/Tuples/IIsWebDirPropertiesTuple.cs
+++ b/src/wixext/Symbols/IIsWebDirPropertiesSymbol.cs
diff --git a/src/wixext/Tuples/IIsWebDirTuple.cs b/src/wixext/Symbols/IIsWebDirSymbol.cs
index 7f257f14..7f257f14 100644
--- a/src/wixext/Tuples/IIsWebDirTuple.cs
+++ b/src/wixext/Symbols/IIsWebDirSymbol.cs
diff --git a/src/wixext/Tuples/IIsWebErrorTuple.cs b/src/wixext/Symbols/IIsWebErrorSymbol.cs
index f8488fed..f8488fed 100644
--- a/src/wixext/Tuples/IIsWebErrorTuple.cs
+++ b/src/wixext/Symbols/IIsWebErrorSymbol.cs
diff --git a/src/wixext/Tuples/IIsWebLogTuple.cs b/src/wixext/Symbols/IIsWebLogSymbol.cs
index 409dc673..409dc673 100644
--- a/src/wixext/Tuples/IIsWebLogTuple.cs
+++ b/src/wixext/Symbols/IIsWebLogSymbol.cs
diff --git a/src/wixext/Tuples/IIsWebServiceExtensionTuple.cs b/src/wixext/Symbols/IIsWebServiceExtensionSymbol.cs
index 44922357..44922357 100644
--- a/src/wixext/Tuples/IIsWebServiceExtensionTuple.cs
+++ b/src/wixext/Symbols/IIsWebServiceExtensionSymbol.cs
diff --git a/src/wixext/Tuples/IIsWebSiteCertificatesTuple.cs b/src/wixext/Symbols/IIsWebSiteCertificatesSymbol.cs
index 851ce556..851ce556 100644
--- a/src/wixext/Tuples/IIsWebSiteCertificatesTuple.cs
+++ b/src/wixext/Symbols/IIsWebSiteCertificatesSymbol.cs
diff --git a/src/wixext/Tuples/IIsWebSiteTuple.cs b/src/wixext/Symbols/IIsWebSiteSymbol.cs
index ceba2ea0..ceba2ea0 100644
--- a/src/wixext/Tuples/IIsWebSiteTuple.cs
+++ b/src/wixext/Symbols/IIsWebSiteSymbol.cs
diff --git a/src/wixext/Tuples/IIsWebVirtualDirTuple.cs b/src/wixext/Symbols/IIsWebVirtualDirSymbol.cs
index bfc29e84..bfc29e84 100644
--- a/src/wixext/Tuples/IIsWebVirtualDirTuple.cs
+++ b/src/wixext/Symbols/IIsWebVirtualDirSymbol.cs
diff --git a/src/wixext/Tuples/IisTupleDefinitions.cs b/src/wixext/Symbols/IisSymbolDefinitions.cs
index d6ed80a2..d6ed80a2 100644
--- a/src/wixext/Tuples/IisTupleDefinitions.cs
+++ b/src/wixext/Symbols/IisSymbolDefinitions.cs