diff options
author | sr55 <[email protected]> | 2011-03-20 17:39:20 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-03-20 17:39:20 +0000 |
commit | 22393506f087fcb28e4aedab2e7a47d2ae6256ec (patch) | |
tree | 68c4d67356970896ca638f064527f6d6c0326b4e /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 24d2785ae92568533caed9528944167ca27e8905 (diff) |
WinGui:
- Bunch of work to help OO the UI code a bit better and prepare for the WPF UI.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3854 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, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 07aef5609..14dd50094 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -144,6 +144,7 @@ <Compile Include="Services\UpdateService.cs" />
<Compile Include="Utilities\AppcastReader.cs" />
<Compile Include="Utilities\PlistUtility.cs" />
+ <Compile Include="Utilities\QueryGeneratorUtility.cs" />
<Compile Include="Utilities\QueryParserUtility.cs" />
<Compile Include="Utilities\UtilityService.cs" />
</ItemGroup>
|