summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
diff options
context:
space:
mode:
authorrandomengy <[email protected]>2014-02-01 04:58:35 +0000
committerrandomengy <[email protected]>2014-02-01 04:58:35 +0000
commit3b6d44b8e2f3ef9d8fd221917d07b26bde741bef (patch)
tree51d8180642038eb808dae332284b52c885a066d1 /win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
parent9c8fb1dd045d6cc5f62820c8e5876152f2d923ee (diff)
Interop: Various fixes/features
Improved error code handling. Added support for dynamic DRC detection. Prevented crash when OutputPath is null. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6010 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
index 9dcbc8242..b195c54a0 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
@@ -136,6 +136,7 @@
<Compile Include="HbLib\hb_chapter_s.cs" />
<Compile Include="HbLib\hb_container_s.cs" />
<Compile Include="HbLib\hb_encoder_s.cs" />
+ <Compile Include="HbLib\hb_error_code.cs" />
<Compile Include="HbLib\hb_filter_ids.cs" />
<Compile Include="HbLib\hb_filter_object_s.cs" />
<Compile Include="HbLib\hb_mixdown_s.cs" />