2
0

testisdn.2008.vcproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="testisdn"
  6. ProjectGUID="{6DA6FD42-641D-4147-92F5-3BC4AAA6589B}"
  7. RootNamespace="testisdn"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  25. IntermediateDirectory="$(ConfigurationName)"
  26. ConfigurationType="1"
  27. CharacterSet="1"
  28. BuildLogFile="$(IntDir)\BuildLog-testisdn.htm"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="../../src/include;../../src/isdn/include"
  49. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="0"
  54. WarningLevel="4"
  55. WarnAsError="true"
  56. DebugInformationFormat="4"
  57. DisableSpecificWarnings="4100"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="1"
  73. RandomizedBaseAddress="1"
  74. DataExecutionPrevention="0"
  75. TargetMachine="1"
  76. />
  77. <Tool
  78. Name="VCALinkTool"
  79. />
  80. <Tool
  81. Name="VCManifestTool"
  82. />
  83. <Tool
  84. Name="VCXDCMakeTool"
  85. />
  86. <Tool
  87. Name="VCBscMakeTool"
  88. />
  89. <Tool
  90. Name="VCFxCopTool"
  91. />
  92. <Tool
  93. Name="VCAppVerifierTool"
  94. />
  95. <Tool
  96. Name="VCPostBuildEventTool"
  97. />
  98. </Configuration>
  99. <Configuration
  100. Name="Release|Win32"
  101. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  102. IntermediateDirectory="$(ConfigurationName)"
  103. ConfigurationType="1"
  104. CharacterSet="1"
  105. WholeProgramOptimization="1"
  106. BuildLogFile="$(IntDir)\BuildLog-testisdn.htm"
  107. >
  108. <Tool
  109. Name="VCPreBuildEventTool"
  110. />
  111. <Tool
  112. Name="VCCustomBuildTool"
  113. />
  114. <Tool
  115. Name="VCXMLDataGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCWebServiceProxyGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCMIDLTool"
  122. />
  123. <Tool
  124. Name="VCCLCompilerTool"
  125. AdditionalIncludeDirectories="../../src/include;../../src/isdn/include"
  126. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  127. RuntimeLibrary="2"
  128. UsePrecompiledHeader="0"
  129. WarningLevel="4"
  130. WarnAsError="true"
  131. DebugInformationFormat="3"
  132. DisableSpecificWarnings="4100"
  133. />
  134. <Tool
  135. Name="VCManagedResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCPreLinkEventTool"
  142. />
  143. <Tool
  144. Name="VCLinkerTool"
  145. LinkIncremental="1"
  146. GenerateDebugInformation="true"
  147. SubSystem="1"
  148. OptimizeReferences="2"
  149. EnableCOMDATFolding="2"
  150. RandomizedBaseAddress="1"
  151. DataExecutionPrevention="0"
  152. TargetMachine="1"
  153. />
  154. <Tool
  155. Name="VCALinkTool"
  156. />
  157. <Tool
  158. Name="VCManifestTool"
  159. />
  160. <Tool
  161. Name="VCXDCMakeTool"
  162. />
  163. <Tool
  164. Name="VCBscMakeTool"
  165. />
  166. <Tool
  167. Name="VCFxCopTool"
  168. />
  169. <Tool
  170. Name="VCAppVerifierTool"
  171. />
  172. <Tool
  173. Name="VCPostBuildEventTool"
  174. />
  175. </Configuration>
  176. <Configuration
  177. Name="Debug|x64"
  178. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  179. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  180. ConfigurationType="1"
  181. CharacterSet="1"
  182. BuildLogFile="$(IntDir)\BuildLog-testisdn.htm"
  183. >
  184. <Tool
  185. Name="VCPreBuildEventTool"
  186. />
  187. <Tool
  188. Name="VCCustomBuildTool"
  189. />
  190. <Tool
  191. Name="VCXMLDataGeneratorTool"
  192. />
  193. <Tool
  194. Name="VCWebServiceProxyGeneratorTool"
  195. />
  196. <Tool
  197. Name="VCMIDLTool"
  198. TargetEnvironment="3"
  199. />
  200. <Tool
  201. Name="VCCLCompilerTool"
  202. Optimization="0"
  203. AdditionalIncludeDirectories="../../src/include;../../src/isdn/include"
  204. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  205. MinimalRebuild="true"
  206. BasicRuntimeChecks="3"
  207. RuntimeLibrary="3"
  208. UsePrecompiledHeader="0"
  209. WarningLevel="4"
  210. WarnAsError="true"
  211. DebugInformationFormat="3"
  212. DisableSpecificWarnings="4100"
  213. />
  214. <Tool
  215. Name="VCManagedResourceCompilerTool"
  216. />
  217. <Tool
  218. Name="VCResourceCompilerTool"
  219. />
  220. <Tool
  221. Name="VCPreLinkEventTool"
  222. />
  223. <Tool
  224. Name="VCLinkerTool"
  225. LinkIncremental="2"
  226. GenerateDebugInformation="true"
  227. SubSystem="1"
  228. RandomizedBaseAddress="1"
  229. DataExecutionPrevention="0"
  230. TargetMachine="17"
  231. />
  232. <Tool
  233. Name="VCALinkTool"
  234. />
  235. <Tool
  236. Name="VCManifestTool"
  237. />
  238. <Tool
  239. Name="VCXDCMakeTool"
  240. />
  241. <Tool
  242. Name="VCBscMakeTool"
  243. />
  244. <Tool
  245. Name="VCFxCopTool"
  246. />
  247. <Tool
  248. Name="VCAppVerifierTool"
  249. />
  250. <Tool
  251. Name="VCPostBuildEventTool"
  252. />
  253. </Configuration>
  254. <Configuration
  255. Name="Release|x64"
  256. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  257. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  258. ConfigurationType="1"
  259. CharacterSet="1"
  260. WholeProgramOptimization="1"
  261. BuildLogFile="$(IntDir)\BuildLog-testisdn.htm"
  262. >
  263. <Tool
  264. Name="VCPreBuildEventTool"
  265. />
  266. <Tool
  267. Name="VCCustomBuildTool"
  268. />
  269. <Tool
  270. Name="VCXMLDataGeneratorTool"
  271. />
  272. <Tool
  273. Name="VCWebServiceProxyGeneratorTool"
  274. />
  275. <Tool
  276. Name="VCMIDLTool"
  277. TargetEnvironment="3"
  278. />
  279. <Tool
  280. Name="VCCLCompilerTool"
  281. AdditionalIncludeDirectories="../../src/include;../../src/isdn/include"
  282. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  283. RuntimeLibrary="2"
  284. UsePrecompiledHeader="0"
  285. WarningLevel="4"
  286. WarnAsError="true"
  287. DebugInformationFormat="3"
  288. DisableSpecificWarnings="4100"
  289. />
  290. <Tool
  291. Name="VCManagedResourceCompilerTool"
  292. />
  293. <Tool
  294. Name="VCResourceCompilerTool"
  295. />
  296. <Tool
  297. Name="VCPreLinkEventTool"
  298. />
  299. <Tool
  300. Name="VCLinkerTool"
  301. LinkIncremental="1"
  302. GenerateDebugInformation="true"
  303. SubSystem="1"
  304. OptimizeReferences="2"
  305. EnableCOMDATFolding="2"
  306. RandomizedBaseAddress="1"
  307. DataExecutionPrevention="0"
  308. TargetMachine="17"
  309. />
  310. <Tool
  311. Name="VCALinkTool"
  312. />
  313. <Tool
  314. Name="VCManifestTool"
  315. />
  316. <Tool
  317. Name="VCXDCMakeTool"
  318. />
  319. <Tool
  320. Name="VCBscMakeTool"
  321. />
  322. <Tool
  323. Name="VCFxCopTool"
  324. />
  325. <Tool
  326. Name="VCAppVerifierTool"
  327. />
  328. <Tool
  329. Name="VCPostBuildEventTool"
  330. />
  331. </Configuration>
  332. </Configurations>
  333. <References>
  334. </References>
  335. <Files>
  336. <Filter
  337. Name="Source Files"
  338. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  339. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  340. >
  341. <File
  342. RelativePath="..\..\src\testisdn.c"
  343. >
  344. </File>
  345. </Filter>
  346. </Files>
  347. <Globals>
  348. </Globals>
  349. </VisualStudioProject>