blob: 880439904847751403526d8aeb482b2486052ee4 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="rtpsend"
6 ProjectGUID="{6402E921-A7C1-40B2-A560-471EAD87BC98}"
7 SccProjectName=""
8 SccLocalPath="">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory=".\Debug"
17 IntermediateDirectory=".\Debug\rtpsend"
18 ConfigurationType="1"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE"
21 CharacterSet="2">
22 <Tool
23 Name="VCCLCompilerTool"
24 Optimization="0"
25 InlineFunctionExpansion="0"
26 AdditionalIncludeDirectories="..\..\src,C:\Program Files\GNU Telephony\CAPE Framework\include"
27 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
28 BasicRuntimeChecks="3"
29 RuntimeLibrary="3"
30 EnableFunctionLevelLinking="FALSE"
31 UsePrecompiledHeader="2"
32 PrecompiledHeaderFile=".\Debug\rtpsend/rtpsend.pch"
33 AssemblerListingLocation=".\Debug\rtpsend/"
34 ObjectFile=".\Debug\rtpsend/"
35 ProgramDataBaseFileName=".\Debug\rtpsend/"
36 WarningLevel="3"
37 SuppressStartupBanner="TRUE"
38 Detect64BitPortabilityProblems="TRUE"
39 DebugInformationFormat="4"
40 CompileAs="0"/>
41 <Tool
42 Name="VCCustomBuildTool"/>
43 <Tool
44 Name="VCLinkerTool"
45 AdditionalDependencies="ccrtp1.lib ccgnu2.lib odbc32.lib odbccp32.lib ws2_32.lib"
46 OutputFile="Debug/rtpsend.exe"
47 LinkIncremental="1"
48 SuppressStartupBanner="TRUE"
49 AdditionalLibraryDirectories="Debug,C:\Program Files\GNU Telephony\CAPE Framework\debugxp"
50 GenerateDebugInformation="TRUE"
51 ProgramDatabaseFile="..\Debug\rtpsend.pdb"
52 SubSystem="1"
53 TargetMachine="1"/>
54 <Tool
55 Name="VCMIDLTool"
56 TypeLibraryName=".\Debug/rtpsend.tlb"
57 HeaderFileName=""/>
58 <Tool
59 Name="VCPostBuildEventTool"/>
60 <Tool
61 Name="VCPreBuildEventTool"/>
62 <Tool
63 Name="VCPreLinkEventTool"/>
64 <Tool
65 Name="VCResourceCompilerTool"
66 PreprocessorDefinitions="_DEBUG"
67 Culture="3082"/>
68 <Tool
69 Name="VCWebServiceProxyGeneratorTool"/>
70 <Tool
71 Name="VCXMLDataGeneratorTool"/>
72 <Tool
73 Name="VCWebDeploymentTool"/>
74 <Tool
75 Name="VCManagedWrapperGeneratorTool"/>
76 <Tool
77 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
78 </Configuration>
79 <Configuration
80 Name="Release|Win32"
81 OutputDirectory=".\Release"
82 IntermediateDirectory=".\Release\rtpsend"
83 ConfigurationType="1"
84 UseOfMFC="0"
85 ATLMinimizesCRunTimeLibraryUsage="FALSE"
86 CharacterSet="2">
87 <Tool
88 Name="VCCLCompilerTool"
89 Optimization="2"
90 InlineFunctionExpansion="1"
91 EnableIntrinsicFunctions="TRUE"
92 OmitFramePointers="TRUE"
93 AdditionalIncludeDirectories="..\..\src,C:\Program Files\GNU Telephony\CAPE Framework\include"
94 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
95 StringPooling="TRUE"
96 RuntimeLibrary="2"
97 EnableFunctionLevelLinking="TRUE"
98 UsePrecompiledHeader="2"
99 PrecompiledHeaderFile=".\Release\rtpsend/rtpsend.pch"
100 AssemblerListingLocation=".\Release\rtpsend/"
101 ObjectFile=".\Release\rtpsend/"
102 ProgramDataBaseFileName=".\Release\rtpsend/"
103 WarningLevel="3"
104 SuppressStartupBanner="TRUE"
105 CompileAs="0"/>
106 <Tool
107 Name="VCCustomBuildTool"/>
108 <Tool
109 Name="VCLinkerTool"
110 AdditionalDependencies="ccrtp1.lib ccgnu2.lib odbc32.lib odbccp32.lib ws2_32.lib"
111 OutputFile=".\Release/rtpsend.exe"
112 LinkIncremental="1"
113 SuppressStartupBanner="TRUE"
114 AdditionalLibraryDirectories="Release,C:\Program Files\GNU Telephony\CAPE Framework\importxp"
115 ProgramDatabaseFile=".\Release/rtpsend.pdb"
116 SubSystem="1"
117 TargetMachine="1"/>
118 <Tool
119 Name="VCMIDLTool"
120 TypeLibraryName=".\Release/rtpsend.tlb"
121 HeaderFileName=""/>
122 <Tool
123 Name="VCPostBuildEventTool"/>
124 <Tool
125 Name="VCPreBuildEventTool"/>
126 <Tool
127 Name="VCPreLinkEventTool"/>
128 <Tool
129 Name="VCResourceCompilerTool"
130 PreprocessorDefinitions="NDEBUG"
131 Culture="3082"/>
132 <Tool
133 Name="VCWebServiceProxyGeneratorTool"/>
134 <Tool
135 Name="VCXMLDataGeneratorTool"/>
136 <Tool
137 Name="VCWebDeploymentTool"/>
138 <Tool
139 Name="VCManagedWrapperGeneratorTool"/>
140 <Tool
141 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
142 </Configuration>
143 </Configurations>
144 <References>
145 </References>
146 <Files>
147 <Filter
148 Name="Source Files"
149 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
150 <File
151 RelativePath="..\..\demo\rtpsend.cpp">
152 <FileConfiguration
153 Name="Debug|Win32">
154 <Tool
155 Name="VCCLCompilerTool"
156 Optimization="0"
157 AdditionalIncludeDirectories=""
158 PreprocessorDefinitions=""
159 BasicRuntimeChecks="3"/>
160 </FileConfiguration>
161 <FileConfiguration
162 Name="Release|Win32">
163 <Tool
164 Name="VCCLCompilerTool"
165 Optimization="2"
166 AdditionalIncludeDirectories=""
167 PreprocessorDefinitions=""/>
168 </FileConfiguration>
169 </File>
170 </Filter>
171 <Filter
172 Name="Header Files"
173 Filter="h;hpp;hxx;hm;inl">
174 </Filter>
175 <Filter
176 Name="Resource Files"
177 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
178 </Filter>
179 </Files>
180 <Globals>
181 </Globals>
182</VisualStudioProject>