- Timestamp:
- 22 May 2012, 20:46:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-3.0-Vidyo/build/vc8/TLibCommon_vc8.vcproj
r56 r68 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 .00"4 Version="8,00" 5 5 Name="TLibCommon" 6 6 ProjectGUID="{78018D78-F890-47E3-A0B7-09D273F0B11D}" … … 81 81 </Configuration> 82 82 <Configuration 83 Name="Debug|x64" 84 OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 85 IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 86 ConfigurationType="4" 87 CharacterSet="2" 88 > 89 <Tool 90 Name="VCPreBuildEventTool" 91 /> 92 <Tool 93 Name="VCCustomBuildTool" 94 /> 95 <Tool 96 Name="VCXMLDataGeneratorTool" 97 /> 98 <Tool 99 Name="VCWebServiceProxyGeneratorTool" 100 /> 101 <Tool 102 Name="VCMIDLTool" 103 TargetEnvironment="3" 104 /> 105 <Tool 106 Name="VCCLCompilerTool" 107 Optimization="0" 108 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc" 109 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS" 110 MinimalRebuild="true" 111 BasicRuntimeChecks="3" 112 RuntimeLibrary="1" 113 WarningLevel="3" 114 DebugInformationFormat="3" 115 /> 116 <Tool 117 Name="VCManagedResourceCompilerTool" 118 /> 119 <Tool 120 Name="VCResourceCompilerTool" 121 /> 122 <Tool 123 Name="VCPreLinkEventTool" 124 /> 125 <Tool 126 Name="VCLibrarianTool" 127 /> 128 <Tool 129 Name="VCALinkTool" 130 /> 131 <Tool 132 Name="VCXDCMakeTool" 133 /> 134 <Tool 135 Name="VCBscMakeTool" 136 /> 137 <Tool 138 Name="VCFxCopTool" 139 /> 140 <Tool 141 Name="VCPostBuildEventTool" 142 /> 143 </Configuration> 144 <Configuration 83 145 Name="Release|Win32" 84 146 OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" … … 145 207 </Configuration> 146 208 <Configuration 147 Name="Debug|x64"148 OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"149 IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"150 ConfigurationType="4"151 CharacterSet="2"152 >153 <Tool154 Name="VCPreBuildEventTool"155 />156 <Tool157 Name="VCCustomBuildTool"158 />159 <Tool160 Name="VCXMLDataGeneratorTool"161 />162 <Tool163 Name="VCWebServiceProxyGeneratorTool"164 />165 <Tool166 Name="VCMIDLTool"167 TargetEnvironment="3"168 />169 <Tool170 Name="VCCLCompilerTool"171 Optimization="0"172 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"173 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"174 MinimalRebuild="true"175 BasicRuntimeChecks="3"176 RuntimeLibrary="1"177 WarningLevel="3"178 DebugInformationFormat="3"179 />180 <Tool181 Name="VCManagedResourceCompilerTool"182 />183 <Tool184 Name="VCResourceCompilerTool"185 />186 <Tool187 Name="VCPreLinkEventTool"188 />189 <Tool190 Name="VCLibrarianTool"191 />192 <Tool193 Name="VCALinkTool"194 />195 <Tool196 Name="VCXDCMakeTool"197 />198 <Tool199 Name="VCBscMakeTool"200 />201 <Tool202 Name="VCFxCopTool"203 />204 <Tool205 Name="VCPostBuildEventTool"206 />207 </Configuration>208 <Configuration209 209 Name="Release|x64" 210 210 OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" … … 357 357 </File> 358 358 <File 359 RelativePath="..\..\source\Lib\TLibCommon\TComResidualGenerator.cpp" 360 > 361 </File> 362 <File 359 363 RelativePath="..\..\source\Lib\TLibCommon\TComRom.cpp" 360 364 > … … 499 503 </File> 500 504 <File 505 RelativePath="..\..\source\Lib\TLibCommon\TComResidualGenerator.h" 506 > 507 </File> 508 <File 501 509 RelativePath="..\..\source\Lib\TLibCommon\TComRom.h" 502 510 > … … 512 520 <File 513 521 RelativePath="..\..\source\Lib\TLibCommon\TComTrQuant.h" 522 > 523 </File> 524 <File 525 RelativePath="..\..\source\Lib\TLibCommon\TComWedgelet.h" 514 526 > 515 527 </File>
Note: See TracChangeset for help on using the changeset viewer.