Changeset 28 in 3DVCSoftware for branches/0.3-poznan-univ/build/vc8
- Timestamp:
- 24 Feb 2012, 20:22:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-poznan-univ/build/vc8/TLibCommon_vc8.vcproj
r2 r28 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=""..\..\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 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"173 AdditionalIncludeDirectories=""..\..\compat\msvc""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)" … … 236 236 EnableIntrinsicFunctions="false" 237 237 FavorSizeOrSpeed="1" 238 AdditionalIncludeDirectories=""..\..\compat\msvc"" 238 239 PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_WARNINGS" 239 AdditionalIncludeDirectories=""..\..\compat\msvc""240 240 StringPooling="true" 241 241 RuntimeLibrary="0" … … 321 321 </File> 322 322 <File 323 RelativePath="..\..\source\Lib\TLibCommon\TComMP.cpp" 324 > 325 </File> 326 <File 323 327 RelativePath="..\..\source\Lib\TLibCommon\TComMVDRefData.cpp" 324 328 > … … 459 463 </File> 460 464 <File 465 RelativePath="..\..\source\Lib\TLibCommon\TComMP.h" 466 > 467 </File> 468 <File 461 469 RelativePath="..\..\source\Lib\TLibCommon\TComMv.h" 462 470 >
Note: See TracChangeset for help on using the changeset viewer.