diff options
author | sr55 <[email protected]> | 2013-10-08 20:02:41 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-10-08 20:02:41 +0000 |
commit | b1fc28838bdb40a9a7c8c77b960cc2c82262b1e8 (patch) | |
tree | aab769eaefe614b62938a77b1b000c2a7efa1de3 /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | b2d1486ba0c2bd29e88e9ed8358cadd447c5cbee (diff) |
WinGui: Handle libhb dll errors.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5825 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index bbfed6f4e..473ae6893 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -167,6 +167,7 @@ <EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
+ <SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
|