diff options
author | sr55 <[email protected]> | 2016-02-20 17:28:42 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-02-20 17:28:42 +0000 |
commit | eff231c2375c4056925c538332db44445de027e1 (patch) | |
tree | a554603ff5480b34e7cc1982b179a77de50eb473 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | 2ffd38224aaed783471d7a6203782d27273e876b (diff) |
WinGui: Adding a "Queue" Menu
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 21b92b13e..4b4dd7b81 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -128,6 +128,8 @@ <Compile Include="Collections\SerializableDictionary.cs" />
<Compile Include="Commands\InputBindingTrigger.cs" />
<Compile Include="Commands\Interfaces\IAdvancedEncoderOptionsCommand.cs" />
+ <Compile Include="Commands\Menu\QueueCommandParams.cs" />
+ <Compile Include="Commands\Menu\QueueCommands.cs" />
<Compile Include="Commands\OpenOptionsScreenCommand.cs" />
<Compile Include="Commands\CloseOverlayPanelCommand.cs" />
<Compile Include="Commands\OpenOverlayPanelCommand.cs" />
|