diff options
author | sr55 <[email protected]> | 2013-07-20 14:37:53 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-07-20 14:37:53 +0000 |
commit | a3d27b2e6c41d8d856b935bf55f85c719a850cc3 (patch) | |
tree | 7d8d0f3dd753e88907b2df62a4e2a5db47fbe8de /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | 18611a4004bf4adc61d6923c565e363244ffa2b0 (diff) |
WinGui: Update the exception handling code to deal with Component Activation Exceptions, allowing for better error messages. Changed the defaultsettings.xml file to be an embedded resource.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5655 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index cb4f87a9b..1e1bddefa 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -441,10 +441,10 @@ </Page>
</ItemGroup>
<ItemGroup>
- <Content Include="defaultsettings.xml">
+ <EmbeddedResource Include="defaultsettings.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<SubType>Designer</SubType>
- </Content>
+ </EmbeddedResource>
<Resource Include="Views\Images\add40.png" />
<Resource Include="Views\Images\add.png" />
<Resource Include="Views\Images\remove.png" />
|