diff options
author | sr55 <[email protected]> | 2009-04-14 21:48:34 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-04-14 21:48:34 +0000 |
commit | 7d4c044ebd62fdeac7a5665ec8fcd2548611ff51 (patch) | |
tree | 3bf8384a1b453735cd9437df6c958a5ee0a3a02b /win/C#/HandBrakeCS.csproj | |
parent | 16b2cd579e17d46bdf7bcec3059a92d2c80d21e8 (diff) |
WinGui:
- Move some files around. Removes frmMain folder. Removes old x264panel file which is no longer used. Fixes namespace errors.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2327 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index f892112b2..9d50b94e3 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -184,14 +184,14 @@ <Compile Include="frmUpdater.designer.cs">
<DependentUpon>frmUpdater.cs</DependentUpon>
</Compile>
- <Compile Include="frmMain\PresetLoader.cs" />
- <Compile Include="frmMain\QueryGenerator.cs" />
+ <Compile Include="Functions\PresetLoader.cs" />
+ <Compile Include="Functions\QueryGenerator.cs" />
<Compile Include="Functions\Main.cs" />
- <Compile Include="Functions\QueryParserTester.cs">
+ <Compile Include="frmTestWindow.cs">
<SubType>Form</SubType>
</Compile>
- <Compile Include="Functions\QueryParserTester.Designer.cs">
- <DependentUpon>QueryParserTester.cs</DependentUpon>
+ <Compile Include="frmTestWindow.Designer.cs">
+ <DependentUpon>frmTestWindow.cs</DependentUpon>
</Compile>
<Compile Include="Presets\preset.cs" />
<Compile Include="Presets\PresetsHandler.cs" />
@@ -263,8 +263,8 @@ <DependentUpon>frmUpdater.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
- <EmbeddedResource Include="Functions\QueryParserTester.resx">
- <DependentUpon>QueryParserTester.cs</DependentUpon>
+ <EmbeddedResource Include="frmTestWindow.resx">
+ <DependentUpon>frmTestWindow.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
|