libteletone.2017.vcxproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>libteletone</ProjectName>
  23. <ProjectGuid>{89385C74-5860-4174-9CAF-A39E7C48909C}</ProjectGuid>
  24. <RootNamespace>libteletone</RootNamespace>
  25. <Keyword>Win32Proj</Keyword>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <CharacterSet>Unicode</CharacterSet>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <CharacterSet>Unicode</CharacterSet>
  37. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  40. <ConfigurationType>DynamicLibrary</ConfigurationType>
  41. <CharacterSet>Unicode</CharacterSet>
  42. <WholeProgramOptimization>true</WholeProgramOptimization>
  43. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  46. <ConfigurationType>DynamicLibrary</ConfigurationType>
  47. <CharacterSet>Unicode</CharacterSet>
  48. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  49. </PropertyGroup>
  50. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  51. <ImportGroup Label="ExtensionSettings">
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. <Import Project="..\..\w32\extdll.props" />
  56. </ImportGroup>
  57. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. <Import Project="..\..\w32\extdll.props" />
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. <Import Project="..\..\w32\extdll.props" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. <Import Project="..\..\w32\extdll.props" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup>
  71. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  72. </PropertyGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <ClCompile>
  75. <Optimization>Disabled</Optimization>
  76. <AdditionalIncludeDirectories>src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  77. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;TELETONE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  78. <MinimalRebuild>true</MinimalRebuild>
  79. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  80. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  81. <WarningLevel>Level4</WarningLevel>
  82. <TreatWarningAsError>false</TreatWarningAsError>
  83. <EnablePREfast>true</EnablePREfast>
  84. <DisableSpecificWarnings>28252;28253</DisableSpecificWarnings>
  85. </ClCompile>
  86. <Link>
  87. <OptimizeReferences>false</OptimizeReferences>
  88. <EnableCOMDATFolding>false</EnableCOMDATFolding>
  89. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  90. <GenerateDebugInformation>true</GenerateDebugInformation>
  91. </Link>
  92. </ItemDefinitionGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  94. <Midl>
  95. <TargetEnvironment>X64</TargetEnvironment>
  96. </Midl>
  97. <ClCompile>
  98. <Optimization>Disabled</Optimization>
  99. <AdditionalIncludeDirectories>src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  100. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;TELETONE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <MinimalRebuild>true</MinimalRebuild>
  102. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  103. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  104. <WarningLevel>Level4</WarningLevel>
  105. <TreatWarningAsError>false</TreatWarningAsError>
  106. <EnablePREfast>true</EnablePREfast>
  107. <DisableSpecificWarnings>28252;28253</DisableSpecificWarnings>
  108. </ClCompile>
  109. <Link>
  110. <OptimizeReferences>false</OptimizeReferences>
  111. <EnableCOMDATFolding>false</EnableCOMDATFolding>
  112. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  113. <TargetMachine>MachineX64</TargetMachine>
  114. <GenerateDebugInformation>true</GenerateDebugInformation>
  115. </Link>
  116. </ItemDefinitionGroup>
  117. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  118. <ClCompile>
  119. <AdditionalIncludeDirectories>src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  120. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;TELETONE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  122. <WarningLevel>Level4</WarningLevel>
  123. <TreatWarningAsError>false</TreatWarningAsError>
  124. <EnablePREfast>true</EnablePREfast>
  125. <DisableSpecificWarnings>28252;28253</DisableSpecificWarnings>
  126. </ClCompile>
  127. <Link>
  128. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  129. </Link>
  130. </ItemDefinitionGroup>
  131. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  132. <Midl>
  133. <TargetEnvironment>X64</TargetEnvironment>
  134. </Midl>
  135. <ClCompile>
  136. <AdditionalIncludeDirectories>src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  137. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;TELETONE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  139. <WarningLevel>Level4</WarningLevel>
  140. <TreatWarningAsError>false</TreatWarningAsError>
  141. <EnablePREfast>true</EnablePREfast>
  142. <DisableSpecificWarnings>28252;28253</DisableSpecificWarnings>
  143. </ClCompile>
  144. <Link>
  145. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  146. <TargetMachine>MachineX64</TargetMachine>
  147. </Link>
  148. </ItemDefinitionGroup>
  149. <ItemGroup>
  150. <ClCompile Include="src\libteletone_detect.c" />
  151. <ClCompile Include="src\libteletone_generate.c" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <ClInclude Include="src\libteletone.h" />
  155. <ClInclude Include="src\libteletone_detect.h" />
  156. <ClInclude Include="src\libteletone_generate.h" />
  157. </ItemGroup>
  158. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  159. <ImportGroup Label="ExtensionTargets">
  160. </ImportGroup>
  161. </Project>