diff options
author | sr55 <[email protected]> | 2015-01-25 19:13:54 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-01-25 19:13:54 +0000 |
commit | caed9f1d774a7f64ff0e71f247cd19ce7e3f6b89 (patch) | |
tree | 1e687c7993c0367d79ef8d3d8ed94e99ac104802 /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 7e55e64f9478bf0cc5b4f05516936e019a3c3812 (diff) |
WinGui:
- Change the internal presets.dat file which stores built-in presets to JSON.
- Starting to remove the CLI handling code.
- Some assembly info updates.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6812 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 30740ab36..63844f7ab 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -170,7 +170,6 @@ <Compile Include="Utilities\GeneralUtilities.cs" />
<Compile Include="Utilities\LanguageUtilities.cs" />
<Compile Include="Utilities\QueryGeneratorUtility.cs" />
- <Compile Include="Utilities\QueryParserUtility.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
|