~openlp-core/openlp/trunk

« back to all changes in this revision

Viewing changes to openlp/plugins/presentations/lib/pptviewlib/pptviewlib.vcproj

  • Committer: Tim Bentley
  • Author(s): Philip Ridout
  • Date: 2014-02-23 14:58:06 UTC
  • mfrom: (2300.1.16 bug1012110)
  • Revision ID: tim.bentley@gmail.com-20140223145806-xylyejndi66jwmch
The main change here is to get the PPTViewer working with unicode filenames. There have also been some other improvments in PPTViewer reliability.

Also fixed logging so that it saves the log in UTF-8 rather than the system default (1525) on my Windows VM. This was causing issues with when logging unicode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22
22
                        IntermediateDirectory="$(ConfigurationName)"
23
23
                        ConfigurationType="2"
24
 
                        CharacterSet="2"
 
24
                        CharacterSet="1"
25
25
                        >
26
26
                        <Tool
27
27
                                Name="VCPreBuildEventTool"
93
93
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
94
94
                        IntermediateDirectory="$(ConfigurationName)"
95
95
                        ConfigurationType="2"
96
 
                        CharacterSet="2"
 
96
                        CharacterSet="1"
97
97
                        WholeProgramOptimization="1"
98
98
                        >
99
99
                        <Tool