aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/FileTransfer.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-08-11 01:06:40 -0700
committerRob Mensching <rob@firegiant.com>2018-08-11 01:06:40 -0700
commit2a27f9032aa115bc2f88d9be695d9b049db1a894 (patch)
tree7882bd4c94da118a6fc655a3c22e1dd0cf3b60e1 /src/WixToolset.Core/FileTransfer.cs
parentb54516035b4ebbfbd8899b26de501bfa13f53e8b (diff)
downloadwix-2a27f9032aa115bc2f88d9be695d9b049db1a894.tar.gz
wix-2a27f9032aa115bc2f88d9be695d9b049db1a894.tar.bz2
wix-2a27f9032aa115bc2f88d9be695d9b049db1a894.zip
Track files to enable clean builds in MSBuild
Diffstat (limited to 'src/WixToolset.Core/FileTransfer.cs')
-rw-r--r--src/WixToolset.Core/FileTransfer.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/WixToolset.Core/FileTransfer.cs b/src/WixToolset.Core/FileTransfer.cs
index 9da406eb..7f9ed0f3 100644
--- a/src/WixToolset.Core/FileTransfer.cs
+++ b/src/WixToolset.Core/FileTransfer.cs
@@ -15,8 +15,6 @@ namespace WixToolset.Core
15 15
16 public SourceLineNumber SourceLineNumbers { get; set; } 16 public SourceLineNumber SourceLineNumbers { get; set; }
17 17
18 public FileTransferType Type { get; set; }
19
20 public bool Redundant { get; set; } 18 public bool Redundant { get; set; }
21 } 19 }
22} 20}