annotate armadillo-2.4.4/examples/example1_win32/example1_win32.vcproj @ 0:8b6102e2a9b0

Armadillo Library
author maxzanoni76 <max.zanoni@eecs.qmul.ac.uk>
date Wed, 11 Apr 2012 09:27:06 +0100
parents
children
rev   line source
max@0 1 <?xml version="1.0" encoding="Windows-1252"?>
max@0 2 <VisualStudioProject
max@0 3 ProjectType="Visual C++"
max@0 4 Version="9.00"
max@0 5 Name="example1_win32"
max@0 6 ProjectGUID="{3D5424A0-4AFB-4477-9D2B-792D5FE32734}"
max@0 7 RootNamespace="example1_win32"
max@0 8 TargetFrameworkVersion="196613"
max@0 9 >
max@0 10 <Platforms>
max@0 11 <Platform
max@0 12 Name="Win32"
max@0 13 />
max@0 14 </Platforms>
max@0 15 <ToolFiles>
max@0 16 </ToolFiles>
max@0 17 <Configurations>
max@0 18 <Configuration
max@0 19 Name="Debug|Win32"
max@0 20 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
max@0 21 IntermediateDirectory="$(ConfigurationName)"
max@0 22 ConfigurationType="1"
max@0 23 CharacterSet="2"
max@0 24 >
max@0 25 <Tool
max@0 26 Name="VCPreBuildEventTool"
max@0 27 />
max@0 28 <Tool
max@0 29 Name="VCCustomBuildTool"
max@0 30 />
max@0 31 <Tool
max@0 32 Name="VCXMLDataGeneratorTool"
max@0 33 />
max@0 34 <Tool
max@0 35 Name="VCWebServiceProxyGeneratorTool"
max@0 36 />
max@0 37 <Tool
max@0 38 Name="VCMIDLTool"
max@0 39 />
max@0 40 <Tool
max@0 41 Name="VCCLCompilerTool"
max@0 42 Optimization="0"
max@0 43 AdditionalIncludeDirectories="..\..\include"
max@0 44 PreprocessorDefinitions="ARMA_USE_LAPACK;ARMA_USE_BLAS"
max@0 45 MinimalRebuild="true"
max@0 46 BasicRuntimeChecks="3"
max@0 47 RuntimeLibrary="3"
max@0 48 WarningLevel="3"
max@0 49 DebugInformationFormat="4"
max@0 50 />
max@0 51 <Tool
max@0 52 Name="VCManagedResourceCompilerTool"
max@0 53 />
max@0 54 <Tool
max@0 55 Name="VCResourceCompilerTool"
max@0 56 />
max@0 57 <Tool
max@0 58 Name="VCPreLinkEventTool"
max@0 59 />
max@0 60 <Tool
max@0 61 Name="VCLinkerTool"
max@0 62 AdditionalDependencies="lapack_win32_MT.lib blas_win32_MT.lib"
max@0 63 OutputFile="$(OutDir)\example1.exe"
max@0 64 AdditionalLibraryDirectories="..\lib_win32"
max@0 65 GenerateDebugInformation="true"
max@0 66 TargetMachine="1"
max@0 67 />
max@0 68 <Tool
max@0 69 Name="VCALinkTool"
max@0 70 />
max@0 71 <Tool
max@0 72 Name="VCManifestTool"
max@0 73 />
max@0 74 <Tool
max@0 75 Name="VCXDCMakeTool"
max@0 76 />
max@0 77 <Tool
max@0 78 Name="VCBscMakeTool"
max@0 79 />
max@0 80 <Tool
max@0 81 Name="VCFxCopTool"
max@0 82 />
max@0 83 <Tool
max@0 84 Name="VCAppVerifierTool"
max@0 85 />
max@0 86 <Tool
max@0 87 Name="VCPostBuildEventTool"
max@0 88 Description="Copy .DLL to output directory"
max@0 89 CommandLine="copy ..\lib_win32\*.dll $(ConfigurationName)"
max@0 90 />
max@0 91 </Configuration>
max@0 92 <Configuration
max@0 93 Name="Release|Win32"
max@0 94 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
max@0 95 IntermediateDirectory="$(ConfigurationName)"
max@0 96 ConfigurationType="1"
max@0 97 CharacterSet="2"
max@0 98 WholeProgramOptimization="1"
max@0 99 >
max@0 100 <Tool
max@0 101 Name="VCPreBuildEventTool"
max@0 102 />
max@0 103 <Tool
max@0 104 Name="VCCustomBuildTool"
max@0 105 />
max@0 106 <Tool
max@0 107 Name="VCXMLDataGeneratorTool"
max@0 108 />
max@0 109 <Tool
max@0 110 Name="VCWebServiceProxyGeneratorTool"
max@0 111 />
max@0 112 <Tool
max@0 113 Name="VCMIDLTool"
max@0 114 />
max@0 115 <Tool
max@0 116 Name="VCCLCompilerTool"
max@0 117 Optimization="2"
max@0 118 EnableIntrinsicFunctions="true"
max@0 119 AdditionalIncludeDirectories="..\..\include"
max@0 120 PreprocessorDefinitions="ARMA_USE_LAPACK;ARMA_USE_BLAS"
max@0 121 RuntimeLibrary="2"
max@0 122 EnableFunctionLevelLinking="true"
max@0 123 WarningLevel="3"
max@0 124 DebugInformationFormat="3"
max@0 125 />
max@0 126 <Tool
max@0 127 Name="VCManagedResourceCompilerTool"
max@0 128 />
max@0 129 <Tool
max@0 130 Name="VCResourceCompilerTool"
max@0 131 />
max@0 132 <Tool
max@0 133 Name="VCPreLinkEventTool"
max@0 134 />
max@0 135 <Tool
max@0 136 Name="VCLinkerTool"
max@0 137 AdditionalDependencies="lapack_win32_MT.lib blas_win32_MT.lib"
max@0 138 OutputFile="$(OutDir)\example1.exe"
max@0 139 AdditionalLibraryDirectories="..\lib_win32"
max@0 140 GenerateDebugInformation="true"
max@0 141 OptimizeReferences="2"
max@0 142 EnableCOMDATFolding="2"
max@0 143 TargetMachine="1"
max@0 144 />
max@0 145 <Tool
max@0 146 Name="VCALinkTool"
max@0 147 />
max@0 148 <Tool
max@0 149 Name="VCManifestTool"
max@0 150 />
max@0 151 <Tool
max@0 152 Name="VCXDCMakeTool"
max@0 153 />
max@0 154 <Tool
max@0 155 Name="VCBscMakeTool"
max@0 156 />
max@0 157 <Tool
max@0 158 Name="VCFxCopTool"
max@0 159 />
max@0 160 <Tool
max@0 161 Name="VCAppVerifierTool"
max@0 162 />
max@0 163 <Tool
max@0 164 Name="VCPostBuildEventTool"
max@0 165 Description="Copy .DLL to output directory"
max@0 166 CommandLine="copy ..\lib_win32\*.dll $(ConfigurationName)"
max@0 167 />
max@0 168 </Configuration>
max@0 169 </Configurations>
max@0 170 <References>
max@0 171 </References>
max@0 172 <Files>
max@0 173 <Filter
max@0 174 Name="Source Files"
max@0 175 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
max@0 176 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
max@0 177 >
max@0 178 <File
max@0 179 RelativePath="..\example1.cpp"
max@0 180 >
max@0 181 </File>
max@0 182 </Filter>
max@0 183 <Filter
max@0 184 Name="Header Files"
max@0 185 Filter="h;hpp;hxx;hm;inl;inc;xsd"
max@0 186 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
max@0 187 >
max@0 188 </Filter>
max@0 189 <Filter
max@0 190 Name="Resource Files"
max@0 191 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
max@0 192 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
max@0 193 >
max@0 194 </Filter>
max@0 195 </Files>
max@0 196 <Globals>
max@0 197 </Globals>
max@0 198 </VisualStudioProject>