Changeset 129 in SHVCSoftware for trunk/build/vc9/TLibCommon_vc9.vcproj
- Timestamp:
- 17 Apr 2013, 22:21:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/vc9/TLibCommon_vc9.vcproj
r125 r129 82 82 </Configuration> 83 83 <Configuration 84 Name="Debug|x64"85 OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"86 IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"87 ConfigurationType="4"88 CharacterSet="2"89 >90 <Tool91 Name="VCPreBuildEventTool"92 />93 <Tool94 Name="VCCustomBuildTool"95 />96 <Tool97 Name="VCXMLDataGeneratorTool"98 />99 <Tool100 Name="VCWebServiceProxyGeneratorTool"101 />102 <Tool103 Name="VCMIDLTool"104 TargetEnvironment="3"105 />106 <Tool107 Name="VCCLCompilerTool"108 Optimization="0"109 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"110 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"111 MinimalRebuild="true"112 BasicRuntimeChecks="3"113 RuntimeLibrary="1"114 WarningLevel="3"115 DebugInformationFormat="3"116 />117 <Tool118 Name="VCManagedResourceCompilerTool"119 />120 <Tool121 Name="VCResourceCompilerTool"122 />123 <Tool124 Name="VCPreLinkEventTool"125 />126 <Tool127 Name="VCLibrarianTool"128 />129 <Tool130 Name="VCALinkTool"131 />132 <Tool133 Name="VCXDCMakeTool"134 />135 <Tool136 Name="VCBscMakeTool"137 />138 <Tool139 Name="VCFxCopTool"140 />141 <Tool142 Name="VCPostBuildEventTool"143 />144 </Configuration>145 <Configuration146 84 Name="Release|Win32" 147 85 OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" … … 209 147 </Configuration> 210 148 <Configuration 149 Name="Debug|x64" 150 OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 151 IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 152 ConfigurationType="4" 153 CharacterSet="2" 154 > 155 <Tool 156 Name="VCPreBuildEventTool" 157 /> 158 <Tool 159 Name="VCCustomBuildTool" 160 /> 161 <Tool 162 Name="VCXMLDataGeneratorTool" 163 /> 164 <Tool 165 Name="VCWebServiceProxyGeneratorTool" 166 /> 167 <Tool 168 Name="VCMIDLTool" 169 TargetEnvironment="3" 170 /> 171 <Tool 172 Name="VCCLCompilerTool" 173 Optimization="0" 174 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc" 175 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS" 176 MinimalRebuild="true" 177 BasicRuntimeChecks="3" 178 RuntimeLibrary="1" 179 WarningLevel="3" 180 DebugInformationFormat="3" 181 /> 182 <Tool 183 Name="VCManagedResourceCompilerTool" 184 /> 185 <Tool 186 Name="VCResourceCompilerTool" 187 /> 188 <Tool 189 Name="VCPreLinkEventTool" 190 /> 191 <Tool 192 Name="VCLibrarianTool" 193 /> 194 <Tool 195 Name="VCALinkTool" 196 /> 197 <Tool 198 Name="VCXDCMakeTool" 199 /> 200 <Tool 201 Name="VCBscMakeTool" 202 /> 203 <Tool 204 Name="VCFxCopTool" 205 /> 206 <Tool 207 Name="VCPostBuildEventTool" 208 /> 209 </Configuration> 210 <Configuration 211 211 Name="Release|x64" 212 212 OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" … … 372 372 </File> 373 373 <File 374 RelativePath="..\..\source\Lib\TLibCommon\TComUpsampleFilter.cpp" 375 > 376 </File> 377 <File 374 378 RelativePath="..\..\source\Lib\TLibCommon\TComWeightPrediction.cpp" 375 379 > … … 502 506 </File> 503 507 <File 508 RelativePath="..\..\source\Lib\TLibCommon\TComUpsampleFilter.h" 509 > 510 </File> 511 <File 504 512 RelativePath="..\..\source\Lib\TLibCommon\TComWeightPrediction.h" 505 513 >
Note: See TracChangeset for help on using the changeset viewer.