diff options
| author | Rob Mensching <rob@firegiant.com> | 2020-06-12 13:02:46 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2020-06-13 09:19:00 -0700 |
| commit | 17fa409d8e275e70c00be5426f6bb564edd3b500 (patch) | |
| tree | 6eba0e10924ce1c1fecd48bb3f1e38b4ac755aff /src/WixToolset.Data/Tuples/ControlTuple.cs | |
| parent | 2a9fdc41d80dc34f63239eb7dbb2c1be0b61c08d (diff) | |
| download | wix-17fa409d8e275e70c00be5426f6bb564edd3b500.tar.gz wix-17fa409d8e275e70c00be5426f6bb564edd3b500.tar.bz2 wix-17fa409d8e275e70c00be5426f6bb564edd3b500.zip | |
Remove remaining WixXxxRows
Diffstat (limited to 'src/WixToolset.Data/Tuples/ControlTuple.cs')
| -rw-r--r-- | src/WixToolset.Data/Tuples/ControlTuple.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Data/Tuples/ControlTuple.cs b/src/WixToolset.Data/Tuples/ControlTuple.cs index ed61392e..165e40e2 100644 --- a/src/WixToolset.Data/Tuples/ControlTuple.cs +++ b/src/WixToolset.Data/Tuples/ControlTuple.cs | |||
| @@ -294,9 +294,9 @@ namespace WixToolset.Data.Tuples | |||
| 294 | set => this.Set((int)ControlTupleFields.TrackDiskSpace, value); | 294 | set => this.Set((int)ControlTupleFields.TrackDiskSpace, value); |
| 295 | } | 295 | } |
| 296 | 296 | ||
| 297 | public string SourceFile | 297 | public IntermediateFieldPathValue SourceFile |
| 298 | { | 298 | { |
| 299 | get => (string)this.Fields[(int)ControlTupleFields.SourceFile]; | 299 | get => this.Fields[(int)ControlTupleFields.SourceFile].AsPath(); |
| 300 | set => this.Set((int)ControlTupleFields.SourceFile, value); | 300 | set => this.Set((int)ControlTupleFields.SourceFile, value); |
| 301 | } | 301 | } |
| 302 | } | 302 | } |
