2
0

libspandsp_sim.2005.vcproj 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="libspandsp_sim"
  6. ProjectGUID="{1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}"
  7. RootNamespace="libspandsp_sim"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)Debug"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. CharacterSet="1"
  25. BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
  26. >
  27. <Tool
  28. Name="VCCLCompilerTool"
  29. Optimization="0"
  30. AdditionalIncludeDirectories=".;..\src\spandsp;..\src;..\src\msvc;..\..\tiff-4.0.2\libtiff"
  31. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
  32. MinimalRebuild="true"
  33. BasicRuntimeChecks="3"
  34. RuntimeLibrary="3"
  35. UsePrecompiledHeader="0"
  36. ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
  37. WarningLevel="4"
  38. DebugInformationFormat="4"
  39. CompileAs="1"
  40. DisableSpecificWarnings="4127"
  41. />
  42. <Tool
  43. Name="VCLinkerTool"
  44. LinkIncremental="2"
  45. GenerateDebugInformation="true"
  46. SubSystem="2"
  47. RandomizedBaseAddress="1"
  48. DataExecutionPrevention="0"
  49. ImportLibrary="./Debug\spandsp_sim.lib"
  50. TargetMachine="1"
  51. />
  52. </Configuration>
  53. <Configuration
  54. Name="Release|Win32"
  55. OutputDirectory="$(SolutionDir)Release"
  56. IntermediateDirectory="$(ConfigurationName)"
  57. ConfigurationType="2"
  58. CharacterSet="1"
  59. BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
  60. WholeProgramOptimization="1"
  61. >
  62. <Tool
  63. Name="VCCLCompilerTool"
  64. AdditionalIncludeDirectories=".;..\src\spandsp;..\src;..\src\msvc;..\..\tiff-4.0.2\libtiff"
  65. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
  66. RuntimeLibrary="2"
  67. UsePrecompiledHeader="0"
  68. ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
  69. WarningLevel="4"
  70. DebugInformationFormat="3"
  71. DisableSpecificWarnings="4127"
  72. />
  73. <Tool
  74. Name="VCLinkerTool"
  75. LinkIncremental="1"
  76. GenerateDebugInformation="true"
  77. SubSystem="2"
  78. OptimizeReferences="2"
  79. EnableCOMDATFolding="2"
  80. RandomizedBaseAddress="1"
  81. DataExecutionPrevention="0"
  82. ImportLibrary="./Release\spandsp_sim.lib"
  83. TargetMachine="1"
  84. />
  85. </Configuration>
  86. </Configurations>
  87. <References>
  88. </References>
  89. <Files>
  90. <Filter
  91. Name="Source Files"
  92. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  93. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  94. >
  95. <File RelativePath="g1050.c"></File>
  96. <File RelativePath="line_model.c"></File>
  97. <File RelativePath="rfc2198_sim.c"></File>
  98. <File RelativePath="test_utils.c"></File>
  99. </Filter><Filter Name="Header Files">
  100. <File RelativePath="spandsp/g1050.h"></File>
  101. <File RelativePath="spandsp/line_model.h"></File>
  102. <File RelativePath="spandsp/line_models.h"></File>
  103. <File RelativePath="spandsp/rfc2198_sim.h"></File>
  104. <File RelativePath="spandsp/test_utils.h"></File>
  105. <File RelativePath="spandsp-sim.h"></File>
  106. </Filter>
  107. </Files>
  108. <Globals>
  109. </Globals>
  110. </VisualStudioProject>