diff options
author | sr55 <[email protected]> | 2018-06-10 13:46:17 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-06-10 13:46:17 +0100 |
commit | dd89061cef5a1f586ae5d8637bdedf2fc00c5d83 (patch) | |
tree | 7a6ce9f2741806135daf19a4be07f00be924a2fa /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | f40358afcf1cd4f3aa3301389b86db191c5cee2e (diff) |
WinGui: Stub the RemoteInstance implementation of IEncodeInstance.
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 0131e9297..1c1d4da42 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -153,6 +153,7 @@ <Compile Include="Helpers\MP4Helper.cs" />
<Compile Include="Helpers\TimeSpanHelper.cs" />
<Compile Include="Helpers\Validate.cs" />
+ <Compile Include="Instance\RemoteInstance.cs" />
<Compile Include="Model\Audio\AudioBehaviourTrack.cs" />
<Compile Include="Model\Audio\AudioTrackDefaultsMode.cs" />
<Compile Include="Model\Audio\AudioBehaviourModes.cs" />
|