Changeset 684 in 3DVCSoftware
- Timestamp:
- 8 Nov 2013, 08:06:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev2-MediaTek/build/vc9/TAppDecoder_vc9.vcproj
r683 r684 92 92 </Configuration> 93 93 <Configuration 94 Name="Debug|x64" 95 OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\" 96 IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 97 ConfigurationType="1" 98 CharacterSet="2" 99 > 100 <Tool 101 Name="VCPreBuildEventTool" 102 /> 103 <Tool 104 Name="VCCustomBuildTool" 105 /> 106 <Tool 107 Name="VCXMLDataGeneratorTool" 108 /> 109 <Tool 110 Name="VCWebServiceProxyGeneratorTool" 111 /> 112 <Tool 113 Name="VCMIDLTool" 114 TargetEnvironment="3" 115 /> 116 <Tool 117 Name="VCCLCompilerTool" 118 Optimization="0" 119 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc" 120 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS" 121 MinimalRebuild="true" 122 BasicRuntimeChecks="3" 123 RuntimeLibrary="1" 124 WarningLevel="3" 125 DebugInformationFormat="3" 126 /> 127 <Tool 128 Name="VCManagedResourceCompilerTool" 129 /> 130 <Tool 131 Name="VCResourceCompilerTool" 132 /> 133 <Tool 134 Name="VCPreLinkEventTool" 135 /> 136 <Tool 137 Name="VCLinkerTool" 138 LinkIncremental="2" 139 GenerateDebugInformation="true" 140 SubSystem="1" 141 TargetMachine="17" 142 /> 143 <Tool 144 Name="VCALinkTool" 145 /> 146 <Tool 147 Name="VCManifestTool" 148 /> 149 <Tool 150 Name="VCXDCMakeTool" 151 /> 152 <Tool 153 Name="VCBscMakeTool" 154 /> 155 <Tool 156 Name="VCFxCopTool" 157 /> 158 <Tool 159 Name="VCAppVerifierTool" 160 /> 161 <Tool 162 Name="VCPostBuildEventTool" 163 /> 164 </Configuration> 165 <Configuration 94 166 Name="Release|Win32" 95 OutputDirectory=" ..\..\bin\"167 OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\" 96 168 IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 97 169 ConfigurationType="1" … … 167 239 </Configuration> 168 240 <Configuration 169 Name="Debug|x64"170 OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"171 IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"172 ConfigurationType="1"173 CharacterSet="2"174 >175 <Tool176 Name="VCPreBuildEventTool"177 />178 <Tool179 Name="VCCustomBuildTool"180 />181 <Tool182 Name="VCXMLDataGeneratorTool"183 />184 <Tool185 Name="VCWebServiceProxyGeneratorTool"186 />187 <Tool188 Name="VCMIDLTool"189 TargetEnvironment="3"190 />191 <Tool192 Name="VCCLCompilerTool"193 Optimization="0"194 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"195 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"196 MinimalRebuild="true"197 BasicRuntimeChecks="3"198 RuntimeLibrary="1"199 WarningLevel="3"200 DebugInformationFormat="3"201 />202 <Tool203 Name="VCManagedResourceCompilerTool"204 />205 <Tool206 Name="VCResourceCompilerTool"207 />208 <Tool209 Name="VCPreLinkEventTool"210 />211 <Tool212 Name="VCLinkerTool"213 LinkIncremental="2"214 GenerateDebugInformation="true"215 SubSystem="1"216 TargetMachine="17"217 />218 <Tool219 Name="VCALinkTool"220 />221 <Tool222 Name="VCManifestTool"223 />224 <Tool225 Name="VCXDCMakeTool"226 />227 <Tool228 Name="VCBscMakeTool"229 />230 <Tool231 Name="VCFxCopTool"232 />233 <Tool234 Name="VCAppVerifierTool"235 />236 <Tool237 Name="VCPostBuildEventTool"238 />239 </Configuration>240 <Configuration241 241 Name="Release|x64" 242 242 OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
Note: See TracChangeset for help on using the changeset viewer.