Changeset 11 in 3DVCSoftware for branches/0.2-poznan-univ/build/vc9/TLibCommon_vc9.vcproj
- Timestamp:
- 5 Feb 2012, 22:00:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.2-poznan-univ/build/vc9/TLibCommon_vc9.vcproj
r2 r11 7 7 RootNamespace="TLibCommon" 8 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="196613"10 9 > 11 10 <Platforms> … … 82 81 </Configuration> 83 82 <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=""..\..\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 83 Name="Release|Win32" 147 84 OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" … … 176 113 StringPooling="true" 177 114 RuntimeLibrary="0" 178 EnableFunctionLevelLinking="true" 115 WarningLevel="3" 116 DebugInformationFormat="3" 117 /> 118 <Tool 119 Name="VCManagedResourceCompilerTool" 120 /> 121 <Tool 122 Name="VCResourceCompilerTool" 123 /> 124 <Tool 125 Name="VCPreLinkEventTool" 126 /> 127 <Tool 128 Name="VCLibrarianTool" 129 /> 130 <Tool 131 Name="VCALinkTool" 132 /> 133 <Tool 134 Name="VCXDCMakeTool" 135 /> 136 <Tool 137 Name="VCBscMakeTool" 138 /> 139 <Tool 140 Name="VCFxCopTool" 141 /> 142 <Tool 143 Name="VCPostBuildEventTool" 144 /> 145 </Configuration> 146 <Configuration 147 Name="Debug|x64" 148 OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 149 IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 150 ConfigurationType="4" 151 CharacterSet="2" 152 > 153 <Tool 154 Name="VCPreBuildEventTool" 155 /> 156 <Tool 157 Name="VCCustomBuildTool" 158 /> 159 <Tool 160 Name="VCXMLDataGeneratorTool" 161 /> 162 <Tool 163 Name="VCWebServiceProxyGeneratorTool" 164 /> 165 <Tool 166 Name="VCMIDLTool" 167 TargetEnvironment="3" 168 /> 169 <Tool 170 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" 179 177 WarningLevel="3" 180 178 DebugInformationFormat="3" … … 238 236 EnableIntrinsicFunctions="false" 239 237 FavorSizeOrSpeed="1" 238 PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_WARNINGS" 240 239 AdditionalIncludeDirectories=""..\..\compat\msvc"" 241 PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_WARNINGS"242 240 StringPooling="true" 243 241 RuntimeLibrary="0" 244 EnableFunctionLevelLinking="true"245 242 WarningLevel="3" 246 243 DebugInformationFormat="3" … … 522 519 </File> 523 520 <File 524 RelativePath="..\..\source\Lib\TLibCommon\TComWeightPrediction. cpp"521 RelativePath="..\..\source\Lib\TLibCommon\TComWeightPrediction.h" 525 522 > 526 523 </File>
Note: See TracChangeset for help on using the changeset viewer.