diff options
author | sr55 <[email protected]> | 2010-11-07 19:40:30 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-11-07 19:40:30 +0000 |
commit | 3414c8385c5ae742b9066183d5bd84a79fbc1574 (patch) | |
tree | 10673e8e73baae15f14c0073be3e491d7b946a76 /win/C#/HandBrakeCS.csproj | |
parent | ac30e48bee92c54ae742ea4eebdc2688d0d228ca (diff) |
WinGui:
- Added numerous bits of code that have been lying around my system for a while. None of this is hooked up. Just pushing it into the repository so I don't lose it. It may be used for a future release.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3661 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 1d2a139bc..46323ada4 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -267,6 +267,18 @@ <Compile Include="Presets\PresetsHandler.cs" />
<Compile Include="Functions\QueryParser.cs" />
<Compile Include="Program.cs" />
+ <Compile Include="ToolWindows\BatchAdd.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="ToolWindows\BatchAdd.Designer.cs">
+ <DependentUpon>BatchAdd.cs</DependentUpon>
+ </Compile>
+ <Compile Include="ToolWindows\PreviewOverlay.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="ToolWindows\PreviewOverlay.Designer.cs">
+ <DependentUpon>PreviewOverlay.cs</DependentUpon>
+ </Compile>
<Compile Include="ToolWindows\TitleSpecificScan.cs">
<SubType>Form</SubType>
</Compile>
@@ -331,6 +343,12 @@ <DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
+ <EmbeddedResource Include="ToolWindows\BatchAdd.resx">
+ <DependentUpon>BatchAdd.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="ToolWindows\PreviewOverlay.resx">
+ <DependentUpon>PreviewOverlay.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="ToolWindows\TitleSpecificScan.resx">
<DependentUpon>TitleSpecificScan.cs</DependentUpon>
</EmbeddedResource>
@@ -456,7 +474,6 @@ <Name>HandBrake.Framework</Name>
</ProjectReference>
</ItemGroup>
- <ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
|