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