source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/Rectification/VisStudioDotNetProject/VisStudioDotNetProject.vcproj @ 37

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

Added original make3d

File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="VisStudioDotNetProject"
6        ProjectGUID="{F540CE91-3627-42D6-95DF-A3204A54DA2E}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="Debug"
16                        IntermediateDirectory="Debug"
17                        ConfigurationType="1"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\Rectification_slimmed\"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="0"
26                                RuntimeLibrary="3"
27                                UsePrecompiledHeader="0"
28                                WarningLevel="3"
29                                DebugInformationFormat="3"/>
30                        <Tool
31                                Name="VCCustomBuildTool"/>
32                        <Tool
33                                Name="VCLinkerTool"
34                                AdditionalDependencies="clapack.lib"
35                                OutputFile="$(OutDir)/VisStudioDotNetProject.exe"
36                                LinkIncremental="2"
37                                AdditionalLibraryDirectories="G:\Code\Libraries\CLAPACK\Release"
38                                IgnoreAllDefaultLibraries="FALSE"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/VisStudioDotNetProject.pdb"
41                                SubSystem="1"
42                                TargetMachine="1"/>
43                        <Tool
44                                Name="VCMIDLTool"/>
45                        <Tool
46                                Name="VCPostBuildEventTool"/>
47                        <Tool
48                                Name="VCPreBuildEventTool"/>
49                        <Tool
50                                Name="VCPreLinkEventTool"/>
51                        <Tool
52                                Name="VCResourceCompilerTool"/>
53                        <Tool
54                                Name="VCWebServiceProxyGeneratorTool"/>
55                        <Tool
56                                Name="VCXMLDataGeneratorTool"/>
57                        <Tool
58                                Name="VCWebDeploymentTool"/>
59                        <Tool
60                                Name="VCManagedWrapperGeneratorTool"/>
61                        <Tool
62                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63                </Configuration>
64                <Configuration
65                        Name="Release|Win32"
66                        OutputDirectory="Release"
67                        IntermediateDirectory="Release"
68                        ConfigurationType="1"
69                        CharacterSet="2">
70                        <Tool
71                                Name="VCCLCompilerTool"
72                                Optimization="2"
73                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
74                                RuntimeLibrary="3"
75                                UsePrecompiledHeader="0"
76                                WarningLevel="3"
77                                Detect64BitPortabilityProblems="TRUE"
78                                DebugInformationFormat="0"/>
79                        <Tool
80                                Name="VCCustomBuildTool"/>
81                        <Tool
82                                Name="VCLinkerTool"
83                                AdditionalDependencies="clapack.lib"
84                                OutputFile="$(OutDir)/VisStudioDotNetProject.exe"
85                                LinkIncremental="1"
86                                AdditionalLibraryDirectories="G:\Code\Libraries\CLAPACK\Release"
87                                GenerateDebugInformation="TRUE"
88                                SubSystem="1"
89                                OptimizeReferences="2"
90                                EnableCOMDATFolding="2"
91                                TargetMachine="1"/>
92                        <Tool
93                                Name="VCMIDLTool"/>
94                        <Tool
95                                Name="VCPostBuildEventTool"/>
96                        <Tool
97                                Name="VCPreBuildEventTool"/>
98                        <Tool
99                                Name="VCPreLinkEventTool"/>
100                        <Tool
101                                Name="VCResourceCompilerTool"/>
102                        <Tool
103                                Name="VCWebServiceProxyGeneratorTool"/>
104                        <Tool
105                                Name="VCXMLDataGeneratorTool"/>
106                        <Tool
107                                Name="VCWebDeploymentTool"/>
108                        <Tool
109                                Name="VCManagedWrapperGeneratorTool"/>
110                        <Tool
111                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
112                </Configuration>
113        </Configurations>
114        <References>
115        </References>
116        <Files>
117                <Filter
118                        Name="Example"
119                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
120                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
121                        <File
122                                RelativePath="..\src\main.cpp">
123                        </File>
124                        <File
125                                RelativePath="..\src\main.h">
126                        </File>
127                        <File
128                                RelativePath="..\src\PNM.h">
129                        </File>
130                        <Filter
131                                Name="Rectify"
132                                Filter="">
133                                <File
134                                        RelativePath="..\src\Rectify\General2Im.cpp">
135                                </File>
136                                <File
137                                        RelativePath="..\src\Rectify\General2Im.h">
138                                </File>
139                                <File
140                                        RelativePath="..\src\Rectify\Ops.cpp">
141                                        <FileConfiguration
142                                                Name="Debug|Win32">
143                                                <Tool
144                                                        Name="VCCLCompilerTool"
145                                                        AdditionalIncludeDirectories="..\"/>
146                                        </FileConfiguration>
147                                </File>
148                                <File
149                                        RelativePath="..\src\Rectify\Ops.h">
150                                </File>
151                        </Filter>
152                </Filter>
153                <File
154                        RelativePath=".\ReadMe.txt">
155                </File>
156        </Files>
157        <Globals>
158        </Globals>
159</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.