组件

TtsInterface.vcxproj 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{3FB1D3A7-86AE-4D18-B5EE-AE43DD72E484}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>TtsInterface</RootNamespace>
  17. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  21. <ConfigurationType>DynamicLibrary</ConfigurationType>
  22. <UseDebugLibraries>true</UseDebugLibraries>
  23. <CharacterSet>MultiByte</CharacterSet>
  24. <UseOfMfc>Static</UseOfMfc>
  25. <PlatformToolset>v141</PlatformToolset>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <WholeProgramOptimization>true</WholeProgramOptimization>
  31. <CharacterSet>MultiByte</CharacterSet>
  32. <UseOfMfc>Static</UseOfMfc>
  33. <PlatformToolset>v141</PlatformToolset>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  36. <ImportGroup Label="ExtensionSettings">
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. </ImportGroup>
  44. <PropertyGroup Label="UserMacros" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  46. <LinkIncremental>true</LinkIncremental>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  49. <LinkIncremental>false</LinkIncremental>
  50. </PropertyGroup>
  51. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  52. <ClCompile>
  53. <PrecompiledHeader>Use</PrecompiledHeader>
  54. <WarningLevel>Level3</WarningLevel>
  55. <Optimization>Disabled</Optimization>
  56. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;TTSINTERFACE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  57. </ClCompile>
  58. <Link>
  59. <SubSystem>Windows</SubSystem>
  60. <GenerateDebugInformation>true</GenerateDebugInformation>
  61. <AdditionalDependencies>
  62. </AdditionalDependencies>
  63. <AdditionalLibraryDirectories>
  64. </AdditionalLibraryDirectories>
  65. </Link>
  66. </ItemDefinitionGroup>
  67. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  68. <ClCompile>
  69. <WarningLevel>Level3</WarningLevel>
  70. <PrecompiledHeader>Use</PrecompiledHeader>
  71. <Optimization>MaxSpeed</Optimization>
  72. <FunctionLevelLinking>true</FunctionLevelLinking>
  73. <IntrinsicFunctions>true</IntrinsicFunctions>
  74. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;TTSINTERFACE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  75. <LanguageStandard>stdcpp17</LanguageStandard>
  76. </ClCompile>
  77. <Link>
  78. <SubSystem>Windows</SubSystem>
  79. <GenerateDebugInformation>true</GenerateDebugInformation>
  80. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  81. <OptimizeReferences>true</OptimizeReferences>
  82. <AdditionalDependencies>Logger.lib</AdditionalDependencies>
  83. <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
  84. </Link>
  85. </ItemDefinitionGroup>
  86. <ItemGroup>
  87. <None Include="ReadMe.txt" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ClInclude Include="ITTS.h" />
  91. <ClInclude Include="md5c.h" />
  92. <ClInclude Include="Resource.h" />
  93. <ClInclude Include="stdafx.h" />
  94. <ClInclude Include="targetver.h" />
  95. <ClInclude Include="TtsCore.h" />
  96. <ClInclude Include="TTSibm.h" />
  97. <ClInclude Include="TtsInterface.h" />
  98. <ClInclude Include="TTSjt.h" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ClCompile Include="md5c.cpp" />
  102. <ClCompile Include="stdafx.cpp">
  103. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  104. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  105. </ClCompile>
  106. <ClCompile Include="TtsCore.cpp" />
  107. <ClCompile Include="TTSibm.cpp" />
  108. <ClCompile Include="TtsInterface.cpp" />
  109. <ClCompile Include="TTSjt.cpp" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <ResourceCompile Include="TtsInterface.rc" />
  113. </ItemGroup>
  114. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  115. <ImportGroup Label="ExtensionTargets">
  116. </ImportGroup>
  117. </Project>