Added fail safe delay as some camera drivers ignore the frame rate
[pwlib.git] / samples / find_ip / find_ip.vcproj
blob2825edfdbf803364a53df1df0aee5a7e11a765e7
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="find_ip"
6 ProjectGUID="{46D2EA84-33A6-4249-B9ED-779065478CA6}"
7 SccProjectName=""
8 SccLocalPath="">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory="../bin/$(ProjectName)/$(ConfigurationName)"
17 IntermediateDirectory="../bin/$(ProjectName)/$(ConfigurationName)"
18 ConfigurationType="1"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
24 PreprocessorDefinitions="_DEBUG;PTRACING"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="3"
27 RuntimeTypeInfo="TRUE"
28 UsePrecompiledHeader="3"
29 PrecompiledHeaderThrough="ptlib.h"
30 ProgramDataBaseFileName="$(OutDir)/$(TargetName).pdb"
31 WarningLevel="4"
32 SuppressStartupBanner="TRUE"
33 DebugInformationFormat="4"/>
34 <Tool
35 Name="VCCustomBuildTool"/>
36 <Tool
37 Name="VCLinkerTool"
38 OutputFile="$(OutDir)\$(ProjectName).exe"
39 LinkIncremental="2"
40 SuppressStartupBanner="TRUE"
41 GenerateDebugInformation="TRUE"
42 ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
43 StripPrivateSymbols=""
44 SubSystem="1"
45 TargetMachine="1"/>
46 <Tool
47 Name="VCMIDLTool"
48 PreprocessorDefinitions="_DEBUG"
49 MkTypLibCompatible="TRUE"
50 SuppressStartupBanner="TRUE"
51 TargetEnvironment="1"
52 TypeLibraryName=".\Debug/find_ip.tlb"
53 HeaderFileName=""/>
54 <Tool
55 Name="VCPostBuildEventTool"/>
56 <Tool
57 Name="VCPreBuildEventTool"/>
58 <Tool
59 Name="VCPreLinkEventTool"/>
60 <Tool
61 Name="VCResourceCompilerTool"
62 PreprocessorDefinitions="_DEBUG,_AFXDLL"
63 Culture="3081"/>
64 <Tool
65 Name="VCWebServiceProxyGeneratorTool"/>
66 <Tool
67 Name="VCXMLDataGeneratorTool"/>
68 <Tool
69 Name="VCWebDeploymentTool"/>
70 <Tool
71 Name="VCManagedWrapperGeneratorTool"/>
72 <Tool
73 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
74 </Configuration>
75 <Configuration
76 Name="Release|Win32"
77 OutputDirectory="../bin/$(ProjectName)/$(ConfigurationName)"
78 IntermediateDirectory="../bin/$(ProjectName)/$(ConfigurationName)"
79 ConfigurationType="1"
80 UseOfMFC="0"
81 ATLMinimizesCRunTimeLibraryUsage="FALSE">
82 <Tool
83 Name="VCCLCompilerTool"
84 Optimization="2"
85 InlineFunctionExpansion="1"
86 PreprocessorDefinitions="NDEBUG;PTRACING"
87 StringPooling="TRUE"
88 RuntimeLibrary="2"
89 EnableFunctionLevelLinking="TRUE"
90 RuntimeTypeInfo="TRUE"
91 UsePrecompiledHeader="3"
92 PrecompiledHeaderThrough="ptlib.h"
93 ProgramDataBaseFileName="$(OutDir)/$(TargetName).pdb"
94 WarningLevel="4"
95 SuppressStartupBanner="TRUE"
96 DebugInformationFormat="3"/>
97 <Tool
98 Name="VCCustomBuildTool"/>
99 <Tool
100 Name="VCLinkerTool"
101 OutputFile="$(OutDir)\$(ProjectName).exe"
102 LinkIncremental="1"
103 SuppressStartupBanner="TRUE"
104 GenerateDebugInformation="FALSE"
105 ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
106 StripPrivateSymbols=""
107 SubSystem="1"
108 TargetMachine="1"/>
109 <Tool
110 Name="VCMIDLTool"
111 PreprocessorDefinitions="NDEBUG"
112 MkTypLibCompatible="TRUE"
113 SuppressStartupBanner="TRUE"
114 TargetEnvironment="1"
115 TypeLibraryName=".\Release/find_ip.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,_AFXDLL"
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 <ProjectReference
141 ReferencedProjectIdentifier="{85F4F26A-1A5D-4685-A48A-448102C5C5BC}"
142 Name="PTLib"/>
143 </References>
144 <Files>
145 <File
146 RelativePath="find_ip.cxx">
147 <FileConfiguration
148 Name="Debug|Win32">
149 <Tool
150 Name="VCCLCompilerTool"
151 Optimization="0"
152 PreprocessorDefinitions=""
153 BasicRuntimeChecks="3"/>
154 </FileConfiguration>
155 <FileConfiguration
156 Name="Release|Win32">
157 <Tool
158 Name="VCCLCompilerTool"
159 Optimization="2"
160 PreprocessorDefinitions=""/>
161 </FileConfiguration>
162 </File>
163 <File
164 RelativePath="precompile.cxx">
165 <FileConfiguration
166 Name="Debug|Win32">
167 <Tool
168 Name="VCCLCompilerTool"
169 Optimization="0"
170 PreprocessorDefinitions=""
171 UsePrecompiledHeader="1"/>
172 </FileConfiguration>
173 <FileConfiguration
174 Name="Release|Win32">
175 <Tool
176 Name="VCCLCompilerTool"
177 Optimization="2"
178 PreprocessorDefinitions=""
179 UsePrecompiledHeader="1"/>
180 </FileConfiguration>
181 </File>
182 </Files>
183 <Globals>
184 </Globals>
185 </VisualStudioProject>