summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-03-26 19:09:12 +0000
committersr55 <[email protected]>2016-03-26 19:09:12 +0000
commitce9543f4b6ac63f413287081d5ee4bd1ab14f56b (patch)
treed6bba978008b681498375bb2e377acf0fea53ea1 /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
parent441d09f5e86b43135958beae4cc2359fa675eb2d (diff)
WinGui: Add a new JSON file type to the queue export functionality. This exports the standardised JSON format that can be imported into the CLI.
Note, the GUI can not yet import the JSON formatted queue file. The old hbq format is still there for that.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r--win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
index 91342b059..c3f86fb4d 100644
--- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
+++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
@@ -119,6 +119,7 @@
<Compile Include="Interop\Json\Presets\HBPreset.cs" />
<Compile Include="Interop\Json\Presets\PresetCategory.cs" />
<Compile Include="Interop\Json\Presets\PresetTransportContainer.cs" />
+ <Compile Include="Interop\Json\Queue\Task.cs" />
<Compile Include="Interop\Json\Shared\PAR.cs" />
<Compile Include="Interop\Json\Encode\Audio.cs" />
<Compile Include="Interop\Json\Encode\AudioTrack.cs" />