Changeset 775 in dev for branches/egtra/ab5.0/jenga
- Timestamp:
- Jan 22, 2011, 10:31:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/jenga/projects/jenga/jenga.vcproj
r753 r775 11 11 Name="Win32" 12 12 /> 13 <Platform 14 Name="x64" 15 /> 13 16 </Platforms> 14 17 <ToolFiles> … … 16 19 <Configurations> 17 20 <Configuration 18 Name="Debug (x64)|Win32"19 OutputDirectory=" .\$(ConfigurationName)"20 IntermediateDirectory="$(ConfigurationName) "21 Name="Debug|Win32" 22 OutputDirectory="$(ConfigurationName)-$(PlatformName)" 23 IntermediateDirectory="$(ConfigurationName)-$(PlatformName)" 21 24 ConfigurationType="4" 22 25 CharacterSet="2" 26 WholeProgramOptimization="0" 23 27 > 24 28 <Tool … … 39 43 <Tool 40 44 Name="VCCLCompilerTool" 41 AdditionalOptions="/ GR"45 AdditionalOptions="/MP" 42 46 Optimization="0" 43 47 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost" 44 MinimalRebuild="true" 45 BasicRuntimeChecks="0" 46 RuntimeLibrary="1" 47 UsePrecompiledHeader="2" 48 WarningLevel="3" 49 Detect64BitPortabilityProblems="true" 50 DebugInformationFormat="3" 51 DisableSpecificWarnings="4103" 52 /> 53 <Tool 54 Name="VCManagedResourceCompilerTool" 55 /> 56 <Tool 57 Name="VCResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCPreLinkEventTool" 61 /> 62 <Tool 63 Name="VCLibrarianTool" 64 OutputFile="..\..\lib\amd64\$(ProjectName)d.lib" 65 /> 66 <Tool 67 Name="VCALinkTool" 68 /> 69 <Tool 70 Name="VCXDCMakeTool" 71 /> 72 <Tool 73 Name="VCBscMakeTool" 74 /> 75 <Tool 76 Name="VCFxCopTool" 77 /> 78 <Tool 79 Name="VCPostBuildEventTool" 80 /> 81 </Configuration> 82 <Configuration 83 Name="Release(x64)|Win32" 84 OutputDirectory=".\$(ConfigurationName)" 85 IntermediateDirectory="$(ConfigurationName)" 86 ConfigurationType="4" 87 CharacterSet="2" 88 WholeProgramOptimization="1" 89 > 90 <Tool 91 Name="VCPreBuildEventTool" 92 /> 93 <Tool 94 Name="VCCustomBuildTool" 95 /> 96 <Tool 97 Name="VCXMLDataGeneratorTool" 98 /> 99 <Tool 100 Name="VCWebServiceProxyGeneratorTool" 101 /> 102 <Tool 103 Name="VCMIDLTool" 104 /> 105 <Tool 106 Name="VCCLCompilerTool" 107 AdditionalOptions="/GR" 108 InlineFunctionExpansion="2" 109 EnableIntrinsicFunctions="true" 110 FavorSizeOrSpeed="1" 111 WholeProgramOptimization="false" 112 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost" 113 RuntimeLibrary="0" 114 UsePrecompiledHeader="2" 115 WarningLevel="3" 116 Detect64BitPortabilityProblems="true" 117 DebugInformationFormat="0" 118 DisableSpecificWarnings="4103" 119 /> 120 <Tool 121 Name="VCManagedResourceCompilerTool" 122 /> 123 <Tool 124 Name="VCResourceCompilerTool" 125 /> 126 <Tool 127 Name="VCPreLinkEventTool" 128 /> 129 <Tool 130 Name="VCLibrarianTool" 131 OutputFile="..\..\lib\amd64\$(ProjectName).lib" 132 IgnoreDefaultLibraryNames="" 133 /> 134 <Tool 135 Name="VCALinkTool" 136 /> 137 <Tool 138 Name="VCXDCMakeTool" 139 /> 140 <Tool 141 Name="VCBscMakeTool" 142 /> 143 <Tool 144 Name="VCFxCopTool" 145 /> 146 <Tool 147 Name="VCPostBuildEventTool" 148 /> 149 </Configuration> 150 <Configuration 151 Name="Debug(x86)|Win32" 152 OutputDirectory=".\$(ConfigurationName)" 153 IntermediateDirectory="$(ConfigurationName)" 154 ConfigurationType="4" 155 CharacterSet="2" 156 > 157 <Tool 158 Name="VCPreBuildEventTool" 159 /> 160 <Tool 161 Name="VCCustomBuildTool" 162 /> 163 <Tool 164 Name="VCXMLDataGeneratorTool" 165 /> 166 <Tool 167 Name="VCWebServiceProxyGeneratorTool" 168 /> 169 <Tool 170 Name="VCMIDLTool" 171 /> 172 <Tool 173 Name="VCCLCompilerTool" 174 Optimization="0" 175 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost" 176 MinimalRebuild="true" 48 MinimalRebuild="false" 177 49 BasicRuntimeChecks="3" 178 50 RuntimeLibrary="1" … … 212 84 </Configuration> 213 85 <Configuration 214 Name=" Release(x86)|Win32"215 OutputDirectory=" .\$(ConfigurationName)"216 IntermediateDirectory="$(ConfigurationName) "86 Name="Debug|x64" 87 OutputDirectory="$(ConfigurationName)-$(PlatformName)" 88 IntermediateDirectory="$(ConfigurationName)-$(PlatformName)" 217 89 ConfigurationType="4" 218 90 CharacterSet="2" … … 233 105 <Tool 234 106 Name="VCMIDLTool" 107 TargetEnvironment="3" 235 108 /> 236 109 <Tool 237 110 Name="VCCLCompilerTool" 111 AdditionalOptions="/MP" 112 Optimization="0" 113 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost" 114 MinimalRebuild="false" 115 BasicRuntimeChecks="3" 116 RuntimeLibrary="1" 117 UsePrecompiledHeader="2" 118 WarningLevel="3" 119 Detect64BitPortabilityProblems="true" 120 DebugInformationFormat="3" 121 /> 122 <Tool 123 Name="VCManagedResourceCompilerTool" 124 /> 125 <Tool 126 Name="VCResourceCompilerTool" 127 /> 128 <Tool 129 Name="VCPreLinkEventTool" 130 /> 131 <Tool 132 Name="VCLibrarianTool" 133 OutputFile="..\..\lib\x86\$(ProjectName)d.lib" 134 /> 135 <Tool 136 Name="VCALinkTool" 137 /> 138 <Tool 139 Name="VCXDCMakeTool" 140 /> 141 <Tool 142 Name="VCBscMakeTool" 143 /> 144 <Tool 145 Name="VCFxCopTool" 146 /> 147 <Tool 148 Name="VCPostBuildEventTool" 149 /> 150 </Configuration> 151 <Configuration 152 Name="Release|Win32" 153 OutputDirectory="$(ConfigurationName)-$(PlatformName)" 154 IntermediateDirectory="$(ConfigurationName)-$(PlatformName)" 155 ConfigurationType="4" 156 CharacterSet="2" 157 WholeProgramOptimization="0" 158 > 159 <Tool 160 Name="VCPreBuildEventTool" 161 /> 162 <Tool 163 Name="VCCustomBuildTool" 164 /> 165 <Tool 166 Name="VCXMLDataGeneratorTool" 167 /> 168 <Tool 169 Name="VCWebServiceProxyGeneratorTool" 170 /> 171 <Tool 172 Name="VCMIDLTool" 173 /> 174 <Tool 175 Name="VCCLCompilerTool" 176 AdditionalOptions="/MP" 177 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost" 178 RuntimeLibrary="0" 179 UsePrecompiledHeader="2" 180 WarningLevel="3" 181 Detect64BitPortabilityProblems="true" 182 DebugInformationFormat="3" 183 /> 184 <Tool 185 Name="VCManagedResourceCompilerTool" 186 /> 187 <Tool 188 Name="VCResourceCompilerTool" 189 /> 190 <Tool 191 Name="VCPreLinkEventTool" 192 /> 193 <Tool 194 Name="VCLibrarianTool" 195 OutputFile="..\..\lib\x86\$(ProjectName).lib" 196 /> 197 <Tool 198 Name="VCALinkTool" 199 /> 200 <Tool 201 Name="VCXDCMakeTool" 202 /> 203 <Tool 204 Name="VCBscMakeTool" 205 /> 206 <Tool 207 Name="VCFxCopTool" 208 /> 209 <Tool 210 Name="VCPostBuildEventTool" 211 /> 212 </Configuration> 213 <Configuration 214 Name="Release|x64" 215 OutputDirectory="$(ConfigurationName)-$(PlatformName)" 216 IntermediateDirectory="$(ConfigurationName)-$(PlatformName)" 217 ConfigurationType="4" 218 CharacterSet="2" 219 WholeProgramOptimization="0" 220 > 221 <Tool 222 Name="VCPreBuildEventTool" 223 /> 224 <Tool 225 Name="VCCustomBuildTool" 226 /> 227 <Tool 228 Name="VCXMLDataGeneratorTool" 229 /> 230 <Tool 231 Name="VCWebServiceProxyGeneratorTool" 232 /> 233 <Tool 234 Name="VCMIDLTool" 235 TargetEnvironment="3" 236 /> 237 <Tool 238 Name="VCCLCompilerTool" 239 AdditionalOptions="/MP" 238 240 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost" 239 241 RuntimeLibrary="0" … … 317 319 > 318 320 <FileConfiguration 319 Name="Debug (x64)|Win32"321 Name="Debug|Win32" 320 322 > 321 323 <Tool … … 325 327 </FileConfiguration> 326 328 <FileConfiguration 327 Name=" Release(x64)|Win32"329 Name="Debug|x64" 328 330 > 329 331 <Tool … … 333 335 </FileConfiguration> 334 336 <FileConfiguration 335 Name=" Debug(x86)|Win32"337 Name="Release|Win32" 336 338 > 337 339 <Tool … … 341 343 </FileConfiguration> 342 344 <FileConfiguration 343 Name="Release (x86)|Win32"345 Name="Release|x64" 344 346 > 345 347 <Tool
Note:
See TracChangeset
for help on using the changeset viewer.