~ubuntu-branches/ubuntu/trusty/lame/trusty-proposed

« back to all changes in this revision

Viewing changes to vc_solution/vc9_lame_acm_tinyxml.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2011-07-28 19:14:03 UTC
  • mfrom: (1.2.1 upstream) (10 maverick)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20110728191403-jbdct7czfqvei8q6
Tags: 3.98.4+repack2-1
* Update debian/copyright to reflect replacement of portableio code from
  upstream.
* Update README.source to mention change of portableio code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        <Configurations>
17
17
                <Configuration
18
18
                        Name="Release|Win32"
19
 
                        OutputDirectory="$(SolutionDir)..\output\$(ConfigurationName)"
20
 
                        IntermediateDirectory="$(SolutionDir)..\obj\$(ConfigurationName)\$(ProjectName)"
21
19
                        ConfigurationType="4"
22
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
20
                        InheritedPropertySheets=".\vc9_lame_config.vsprops"
23
21
                        UseOfMFC="0"
24
22
                        ATLMinimizesCRunTimeLibraryUsage="false"
25
23
                        >
45
43
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
46
44
                                StringPooling="true"
47
45
                                RuntimeLibrary="2"
48
 
                                EnableFunctionLevelLinking="true"
49
 
                                PrecompiledHeaderFile="..\obj\Release\tinyXML\tinyxml.pch"
50
 
                                AssemblerListingLocation="..\obj\Release\tinyXML\"
51
 
                                ObjectFile="..\obj\Release\tinyXML\"
52
 
                                ProgramDataBaseFileName="..\obj\Release\tinyXML\"
53
 
                                WarningLevel="3"
54
 
                                SuppressStartupBanner="true"
55
 
                                DisableSpecificWarnings="4996"
56
46
                        />
57
47
                        <Tool
58
48
                                Name="VCManagedResourceCompilerTool"
67
57
                        />
68
58
                        <Tool
69
59
                                Name="VCLibrarianTool"
70
 
                                OutputFile="..\obj\Release\tinyxml.lib"
71
 
                                SuppressStartupBanner="true"
 
60
                                OutputFile="$(IntDir)\$(ProjectName).lib"
72
61
                        />
73
62
                        <Tool
74
63
                                Name="VCALinkTool"
78
67
                        />
79
68
                        <Tool
80
69
                                Name="VCBscMakeTool"
81
 
                                SuppressStartupBanner="true"
82
 
                                OutputFile="..\obj\Release\tinyxml.bsc"
83
70
                        />
84
71
                        <Tool
85
72
                                Name="VCFxCopTool"
90
77
                </Configuration>
91
78
                <Configuration
92
79
                        Name="Debug|Win32"
93
 
                        OutputDirectory="$(SolutionDir)..\output\$(ConfigurationName)"
94
 
                        IntermediateDirectory="$(SolutionDir)..\obj\$(ConfigurationName)\$(ProjectName)"
95
80
                        ConfigurationType="4"
96
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
81
                        InheritedPropertySheets=".\vc9_lame_config.vsprops"
97
82
                        UseOfMFC="0"
98
83
                        ATLMinimizesCRunTimeLibraryUsage="false"
99
84
                        >
116
101
                                Name="VCCLCompilerTool"
117
102
                                Optimization="0"
118
103
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
119
 
                                MinimalRebuild="true"
120
 
                                BasicRuntimeChecks="3"
 
104
                                StringPooling="true"
121
105
                                RuntimeLibrary="3"
122
 
                                PrecompiledHeaderFile="..\obj\Debug\tinyXML\tinyxml.pch"
123
 
                                AssemblerListingLocation="..\obj\Debug\tinyXML\"
124
 
                                ObjectFile="..\obj\Debug\tinyXML\"
125
 
                                ProgramDataBaseFileName="..\obj\Debug\tinyXML\"
126
 
                                WarningLevel="3"
127
 
                                SuppressStartupBanner="true"
128
 
                                DebugInformationFormat="4"
129
 
                                DisableSpecificWarnings="4996"
 
106
                                DebugInformationFormat="3"
130
107
                        />
131
108
                        <Tool
132
109
                                Name="VCManagedResourceCompilerTool"
141
118
                        />
142
119
                        <Tool
143
120
                                Name="VCLibrarianTool"
144
 
                                OutputFile="..\obj\Debug\tinyxml.lib"
145
 
                                SuppressStartupBanner="true"
 
121
                                OutputFile="$(IntDir)\$(ProjectName).lib"
146
122
                        />
147
123
                        <Tool
148
124
                                Name="VCALinkTool"
152
128
                        />
153
129
                        <Tool
154
130
                                Name="VCBscMakeTool"
155
 
                                SuppressStartupBanner="true"
156
 
                                OutputFile="..\obj\Debug\tinyxml.bsc"
157
131
                        />
158
132
                        <Tool
159
133
                                Name="VCFxCopTool"