diff options
author | sr55 <[email protected]> | 2009-07-21 15:05:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-07-21 15:05:51 +0000 |
commit | 6b246add0e017f3758a9564b5067f99449e26fdc (patch) | |
tree | 8ad0a16e6cc9ef396962d9f6a9a03a3f7e54210a | |
parent | e98777357434c0c497e6daecb7bda3b4794fa120 (diff) |
WinGui:
- Remove random Settings.cs file listing that shouldn't exist from the csproj file.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2717 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 3f9aa4de8..fda90e513 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -297,7 +297,6 @@ <DependentUpon>frmSplashScreen.cs</DependentUpon>
</Compile>
<Compile Include="EncodeQueue\Job.cs" />
- <Compile Include="Settings.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="handbrakepineapple.ico" />
|