source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/ann_1.1.1/MS_Win32/sample/sample.vcproj.7.10.old @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="sample"
6        SccProjectName=""
7        SccLocalPath=""
8        Keyword="MFCProj">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Debug|Win32"
16                        OutputDirectory=".\Debug"
17                        IntermediateDirectory=".\Debug"
18                        ConfigurationType="1"
19                        UseOfMFC="2"
20                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
21                        CharacterSet="2">
22                        <Tool
23                                Name="VCCLCompilerTool"
24                                Optimization="0"
25                                AdditionalIncludeDirectories="..\..\include"
26                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;ANN_NO_RANDOM;ANN_PERF"
27                                BasicRuntimeChecks="3"
28                                RuntimeLibrary="3"
29                                UsePrecompiledHeader="0"
30                                PrecompiledHeaderThrough="stdafx.h"
31                                PrecompiledHeaderFile=".\Debug/sample.pch"
32                                AssemblerListingLocation=".\Debug/"
33                                ObjectFile=".\Debug/"
34                                ProgramDataBaseFileName=".\Debug/"
35                                WarningLevel="3"
36                                SuppressStartupBanner="TRUE"
37                                DebugInformationFormat="4"
38                                CompileAs="0"/>
39                        <Tool
40                                Name="VCCustomBuildTool"/>
41                        <Tool
42                                Name="VCLinkerTool"
43                                AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
44                                OutputFile="..\bin\ann_sample.exe"
45                                LinkIncremental="2"
46                                SuppressStartupBanner="TRUE"
47                                GenerateDebugInformation="TRUE"
48                                ProgramDatabaseFile=".\Debug/sample.pdb"
49                                SubSystem="1"
50                                TargetMachine="1"/>
51                        <Tool
52                                Name="VCMIDLTool"
53                                TypeLibraryName=".\Debug/sample.tlb"
54                                HeaderFileName=""/>
55                        <Tool
56                                Name="VCPostBuildEventTool"/>
57                        <Tool
58                                Name="VCPreBuildEventTool"/>
59                        <Tool
60                                Name="VCPreLinkEventTool"/>
61                        <Tool
62                                Name="VCResourceCompilerTool"
63                                PreprocessorDefinitions="_DEBUG"
64                                Culture="3081"/>
65                        <Tool
66                                Name="VCWebServiceProxyGeneratorTool"/>
67                        <Tool
68                                Name="VCXMLDataGeneratorTool"/>
69                        <Tool
70                                Name="VCWebDeploymentTool"/>
71                        <Tool
72                                Name="VCManagedWrapperGeneratorTool"/>
73                        <Tool
74                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
75                </Configuration>
76                <Configuration
77                        Name="Release|Win32"
78                        OutputDirectory=".\Release"
79                        IntermediateDirectory=".\Release"
80                        ConfigurationType="1"
81                        UseOfMFC="2"
82                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
83                        CharacterSet="2">
84                        <Tool
85                                Name="VCCLCompilerTool"
86                                Optimization="2"
87                                InlineFunctionExpansion="1"
88                                AdditionalIncludeDirectories="..\..\include"
89                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;ANN_NO_RANDOM"
90                                StringPooling="TRUE"
91                                RuntimeLibrary="2"
92                                EnableFunctionLevelLinking="TRUE"
93                                UsePrecompiledHeader="0"
94                                PrecompiledHeaderThrough="stdafx.h"
95                                PrecompiledHeaderFile=".\Release/sample.pch"
96                                AssemblerListingLocation=".\Release/"
97                                ObjectFile=".\Release/"
98                                ProgramDataBaseFileName=".\Release/"
99                                WarningLevel="3"
100                                SuppressStartupBanner="TRUE"
101                                CompileAs="0"/>
102                        <Tool
103                                Name="VCCustomBuildTool"/>
104                        <Tool
105                                Name="VCLinkerTool"
106                                AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
107                                OutputFile="..\bin\ann_sample.exe"
108                                LinkIncremental="1"
109                                SuppressStartupBanner="TRUE"
110                                ProgramDatabaseFile=".\Release/sample.pdb"
111                                SubSystem="1"
112                                TargetMachine="1"/>
113                        <Tool
114                                Name="VCMIDLTool"
115                                TypeLibraryName=".\Release/sample.tlb"
116                                HeaderFileName=""/>
117                        <Tool
118                                Name="VCPostBuildEventTool"/>
119                        <Tool
120                                Name="VCPreBuildEventTool"/>
121                        <Tool
122                                Name="VCPreLinkEventTool"/>
123                        <Tool
124                                Name="VCResourceCompilerTool"
125                                PreprocessorDefinitions="NDEBUG"
126                                Culture="3081"/>
127                        <Tool
128                                Name="VCWebServiceProxyGeneratorTool"/>
129                        <Tool
130                                Name="VCXMLDataGeneratorTool"/>
131                        <Tool
132                                Name="VCWebDeploymentTool"/>
133                        <Tool
134                                Name="VCManagedWrapperGeneratorTool"/>
135                        <Tool
136                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
137                </Configuration>
138        </Configurations>
139        <References>
140        </References>
141        <Files>
142                <Filter
143                        Name="Source Files"
144                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
145                        <File
146                                RelativePath="..\..\sample\ann_sample.cpp">
147                        </File>
148                </Filter>
149                <Filter
150                        Name="Header Files"
151                        Filter="h;hpp;hxx;hm;inl">
152                </Filter>
153                <Filter
154                        Name="Test Data"
155                        Filter="">
156                        <File
157                                RelativePath="data_pts">
158                                <FileConfiguration
159                                        Name="Debug|Win32"
160                                        ExcludedFromBuild="TRUE">
161                                        <Tool
162                                                Name="VCCustomBuildTool"/>
163                                </FileConfiguration>
164                        </File>
165                        <File
166                                RelativePath="query_pts">
167                                <FileConfiguration
168                                        Name="Debug|Win32"
169                                        ExcludedFromBuild="TRUE">
170                                        <Tool
171                                                Name="VCCustomBuildTool"/>
172                                </FileConfiguration>
173                        </File>
174                        <File
175                                RelativePath="sample.out">
176                                <FileConfiguration
177                                        Name="Debug|Win32"
178                                        ExcludedFromBuild="TRUE">
179                                        <Tool
180                                                Name="VCCustomBuildTool"/>
181                                </FileConfiguration>
182                        </File>
183                </Filter>
184                <Filter
185                        Name="Resource Files"
186                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
187                </Filter>
188                <File
189                        RelativePath="ReadMe.txt">
190                </File>
191        </Files>
192        <Globals>
193        </Globals>
194</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.