summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
diff options
context:
space:
mode:
authorrandomengy <[email protected]>2013-09-19 01:40:05 +0000
committerrandomengy <[email protected]>2013-09-19 01:40:05 +0000
commitdb5881aaeae77debe4ef2fc71c12900600f991fd (patch)
treec1b20b538289fd85afe35e1c9d36410efe3b26de /win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
parent20b4e6c65010d656dafdf5b3f17ad0fcb7057b22 (diff)
Interop: Removed unused structs and constants and added warnings in libhb code to update the ones that are used. Broke out types for each struct into their own file. Switched all references to hb_handle_s to IntPtr and deleted that non-working struct.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5786 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj15
1 files changed, 12 insertions, 3 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
index 26575f285..fa97f477f 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
@@ -130,13 +130,22 @@
<Compile Include="EventArgs\EncodeProgressEventArgs.cs" />
<Compile Include="HandBrakeUtils.cs" />
<Compile Include="HandBrakeInstance.cs" />
+ <Compile Include="HbLib\HBDelegates.cs" />
<Compile Include="HbLib\HBFunctions.cs" />
<Compile Include="HbLib\hb_audio.cs" />
<Compile Include="HbLib\hb_chapter_s.cs" />
- <Compile Include="HbLib\hb_filter.cs" />
- <Compile Include="HbLib\hb_handle_s.cs" />
+ <Compile Include="HbLib\hb_container_s.cs" />
+ <Compile Include="HbLib\hb_encoder_s.cs" />
+ <Compile Include="HbLib\hb_filter_ids.cs" />
+ <Compile Include="HbLib\hb_filter_object_s.cs" />
+ <Compile Include="HbLib\hb_list_s.cs" />
+ <Compile Include="HbLib\hb_mixdown_s.cs" />
+ <Compile Include="HbLib\hb_rate_s.cs" />
+ <Compile Include="HbLib\hb_state_s.cs" />
<Compile Include="HbLib\hb_subtitle.cs" />
- <Compile Include="HbLib\Misc.cs" />
+ <Compile Include="HbLib\hb_subtitle_config_s.cs" />
+ <Compile Include="HbLib\hb_title_set_s.cs" />
+ <Compile Include="HbLib\iso639_lang_t.cs" />
<Compile Include="HbLib\hb_job_s.cs" />
<Compile Include="HbLib\hb_title_s.cs" />
<Compile Include="HbLib\NativeConstants.cs" />