diff options
author | sr55 <[email protected]> | 2008-10-05 19:18:25 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-10-05 19:18:25 +0000 |
commit | 2c0c04d315678baa42474d7a2ccdc52f3be04c69 (patch) | |
tree | 0e54f69036d110eee364e3e997b4048d9bbc61b5 /win/C#/HandBrakeCS.csproj | |
parent | af64a26f539687dbc16f78a118ab67b492c560f3 (diff) |
WinGui:
- Just moving stuff functions around to different places. Probably some more of this to come. frmMain / common.cs are a bit of a mess right now
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1814 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index cea26368c..a1809da1d 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -146,6 +146,7 @@ <Compile Include="frmUpdater.designer.cs">
<DependentUpon>frmUpdater.cs</DependentUpon>
</Compile>
+ <Compile Include="Functions\QueryGenerator.cs" />
<Compile Include="Functions\SystemInfo.cs" />
<Compile Include="Functions\Common.cs" />
<Compile Include="Functions\Presets.cs" />
|