Fixed numerous issues with "bound" managed socket, ie associating
[opal.git] / samples / opalgw / opalgw.vcproj
blob095bc828b7755494d1913025ca628e7698660822
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="opalgw"
6 SccProjectName=""
7 SccLocalPath="">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Release|Win32"
15 OutputDirectory=".\Release"
16 IntermediateDirectory=".\Release"
17 ConfigurationType="1"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="2"
23 InlineFunctionExpansion="1"
24 PreprocessorDefinitions="NDEBUG;HAS_IXJ;OPAL_STATIC_LINK"
25 StringPooling="TRUE"
26 RuntimeLibrary="2"
27 EnableFunctionLevelLinking="TRUE"
28 RuntimeTypeInfo="TRUE"
29 UsePrecompiledHeader="3"
30 PrecompiledHeaderThrough="precompile.h"
31 PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
32 ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb"
33 WarningLevel="4"
34 SuppressStartupBanner="TRUE"/>
35 <Tool
36 Name="VCCustomBuildTool"/>
37 <Tool
38 Name="VCLinkerTool"
39 AdditionalDependencies="opal.lib ptlib.lib"
40 OutputFile="$(OutDir)\$(ProjectName).exe"
41 LinkIncremental="1"
42 SuppressStartupBanner="TRUE"
43 ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb"
44 SubSystem="2"
45 TargetMachine="1"/>
46 <Tool
47 Name="VCMIDLTool"
48 PreprocessorDefinitions="NDEBUG"
49 MkTypLibCompatible="TRUE"
50 SuppressStartupBanner="TRUE"
51 TargetEnvironment="1"
52 TypeLibraryName=".\Release/opalgw.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="NDEBUG,_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="Debug|Win32"
77 OutputDirectory=".\Debug"
78 IntermediateDirectory=".\Debug"
79 ConfigurationType="1"
80 UseOfMFC="0"
81 ATLMinimizesCRunTimeLibraryUsage="FALSE">
82 <Tool
83 Name="VCCLCompilerTool"
84 Optimization="0"
85 PreprocessorDefinitions="_DEBUG;HAS_IXJ;OPAL_STATIC_LINK"
86 BasicRuntimeChecks="3"
87 RuntimeLibrary="3"
88 RuntimeTypeInfo="TRUE"
89 UsePrecompiledHeader="3"
90 PrecompiledHeaderThrough="precompile.h"
91 PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
92 ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb"
93 WarningLevel="4"
94 SuppressStartupBanner="TRUE"
95 DebugInformationFormat="4"/>
96 <Tool
97 Name="VCCustomBuildTool"/>
98 <Tool
99 Name="VCLinkerTool"
100 AdditionalDependencies="opald.lib ptlibd.lib"
101 OutputFile="$(OutDir)\$(ProjectName).exe"
102 LinkIncremental="2"
103 SuppressStartupBanner="TRUE"
104 GenerateDebugInformation="TRUE"
105 ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb"
106 SubSystem="2"
107 TargetMachine="1"/>
108 <Tool
109 Name="VCMIDLTool"
110 PreprocessorDefinitions="_DEBUG"
111 MkTypLibCompatible="TRUE"
112 SuppressStartupBanner="TRUE"
113 TargetEnvironment="1"
114 TypeLibraryName=".\Debug/opalgw.tlb"
115 HeaderFileName=""/>
116 <Tool
117 Name="VCPostBuildEventTool"/>
118 <Tool
119 Name="VCPreBuildEventTool"/>
120 <Tool
121 Name="VCPreLinkEventTool"/>
122 <Tool
123 Name="VCResourceCompilerTool"
124 PreprocessorDefinitions="_DEBUG,_AFXDLL"
125 Culture="3081"/>
126 <Tool
127 Name="VCWebServiceProxyGeneratorTool"/>
128 <Tool
129 Name="VCXMLDataGeneratorTool"/>
130 <Tool
131 Name="VCWebDeploymentTool"/>
132 <Tool
133 Name="VCManagedWrapperGeneratorTool"/>
134 <Tool
135 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
136 </Configuration>
137 </Configurations>
138 <References>
139 <ProjectReference
140 ReferencedProjectIdentifier="{0BF5DA42-4607-485F-9342-51FD28854F3B}"
141 Name="OPAL_dll"/>
142 </References>
143 <Files>
144 <Filter
145 Name="Source Files"
146 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
147 <File
148 RelativePath="custom.cxx">
149 <FileConfiguration
150 Name="Release|Win32">
151 <Tool
152 Name="VCCLCompilerTool"
153 Optimization="2"
154 PreprocessorDefinitions=""
155 UsePrecompiledHeader="0"/>
156 </FileConfiguration>
157 <FileConfiguration
158 Name="Debug|Win32">
159 <Tool
160 Name="VCCLCompilerTool"
161 Optimization="0"
162 PreprocessorDefinitions=""
163 BasicRuntimeChecks="3"
164 UsePrecompiledHeader="0"/>
165 </FileConfiguration>
166 </File>
167 <File
168 RelativePath="main.cxx">
169 <FileConfiguration
170 Name="Release|Win32">
171 <Tool
172 Name="VCCLCompilerTool"
173 Optimization="2"
174 PreprocessorDefinitions=""/>
175 </FileConfiguration>
176 <FileConfiguration
177 Name="Debug|Win32">
178 <Tool
179 Name="VCCLCompilerTool"
180 Optimization="0"
181 PreprocessorDefinitions=""
182 BasicRuntimeChecks="3"/>
183 </FileConfiguration>
184 </File>
185 <File
186 RelativePath="precompile.cxx">
187 <FileConfiguration
188 Name="Release|Win32">
189 <Tool
190 Name="VCCLCompilerTool"
191 Optimization="2"
192 PreprocessorDefinitions=""
193 UsePrecompiledHeader="1"/>
194 </FileConfiguration>
195 <FileConfiguration
196 Name="Debug|Win32">
197 <Tool
198 Name="VCCLCompilerTool"
199 Optimization="0"
200 PreprocessorDefinitions=""
201 BasicRuntimeChecks="3"
202 UsePrecompiledHeader="1"/>
203 </FileConfiguration>
204 </File>
205 </Filter>
206 <Filter
207 Name="Header Files"
208 Filter="h;hpp;hxx;hm;inl">
209 <File
210 RelativePath="custom.h">
211 </File>
212 <File
213 RelativePath="main.h">
214 </File>
215 <File
216 RelativePath="precompile.h">
217 </File>
218 <File
219 RelativePath="version.h">
220 </File>
221 </Filter>
222 <Filter
223 Name="Resource Files"
224 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
225 <File
226 RelativePath="opalgw.ico">
227 </File>
228 </Filter>
229 <File
230 RelativePath="messages.mc">
231 <FileConfiguration
232 Name="Release|Win32">
233 <Tool
234 Name="VCCustomBuildTool"
235 Description="Building event log resources."
236 CommandLine="mc -h &quot;$(IntDir)&quot; -r &quot;$(IntDir)&quot; &quot;$(InputPath)&quot;
237 echo 1 ICON &quot;$(InputDir)\$(TargetName).ico&quot; &gt;&gt; &quot;$(IntDir)\$(InputName).rc&quot;
238 echo RCINCLUDE $(InputDir)\custom.cxx &gt;&gt; &quot;$(IntDir)\$(InputName).rc&quot;
239 rc -i&quot;$(IntDir)&quot; -fo&quot;$(IntDir)\$(InputName).res&quot; &quot;$(IntDir)\$(InputName).rc&quot;
241 Outputs="$(IntDir)\$(InputName).h;$(IntDir)\$(InputName).rc;$(IntDir)\MSG00001.bin;$(IntDir)\$(InputName).res"/>
242 </FileConfiguration>
243 <FileConfiguration
244 Name="Debug|Win32">
245 <Tool
246 Name="VCCustomBuildTool"
247 Description="Building event log resources."
248 CommandLine="mc -h &quot;$(IntDir)&quot; -r &quot;$(IntDir)&quot; &quot;$(InputPath)&quot;
249 echo 1 ICON &quot;$(InputDir)\$(TargetName).ico&quot; &gt;&gt; &quot;$(IntDir)\$(InputName).rc&quot;
250 echo RCINCLUDE $(InputDir)\custom.cxx &gt;&gt; &quot;$(IntDir)\$(InputName).rc&quot;
251 rc -i&quot;$(IntDir)&quot; -fo&quot;$(IntDir)\$(InputName).res&quot; &quot;$(IntDir)\$(InputName).rc&quot;
253 Outputs="$(IntDir)\$(InputName).h;$(IntDir)\$(InputName).rc;$(IntDir)\MSG00001.bin;$(IntDir)\$(InputName).res"/>
254 </FileConfiguration>
255 </File>
256 </Files>
257 <Globals>
258 </Globals>
259 </VisualStudioProject>