RealtimeSpeechRecognition.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</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. <VCProjectVersion>17.0</VCProjectVersion>
  23. <ProjectGuid>{F837BDD7-E9A7-40F4-8B7F-CBEB2987D7E6}</ProjectGuid>
  24. <Keyword>MFCProj</Keyword>
  25. <RootNamespace>RealtimeSpeechRecognition</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v143</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. <UseOfMfc>Static</UseOfMfc>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>Application</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v143</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>Unicode</CharacterSet>
  42. <UseOfMfc>Static</UseOfMfc>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v143</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. <UseOfMfc>Static</UseOfMfc>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  52. <ConfigurationType>Application</ConfigurationType>
  53. <UseDebugLibraries>false</UseDebugLibraries>
  54. <PlatformToolset>v143</PlatformToolset>
  55. <WholeProgramOptimization>true</WholeProgramOptimization>
  56. <CharacterSet>Unicode</CharacterSet>
  57. <UseOfMfc>Static</UseOfMfc>
  58. </PropertyGroup>
  59. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  60. <ImportGroup Label="ExtensionSettings">
  61. </ImportGroup>
  62. <ImportGroup Label="Shared">
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. <Import Project="sherpa-ncnn-deps.props" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. <Import Project="sherpa-ncnn-deps.props" />
  71. </ImportGroup>
  72. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  73. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  74. <Import Project="sherpa-ncnn-deps.props" />
  75. </ImportGroup>
  76. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  77. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  78. <Import Project="sherpa-ncnn-deps.props" />
  79. </ImportGroup>
  80. <PropertyGroup Label="UserMacros" />
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  82. <LinkIncremental>true</LinkIncremental>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  85. <LinkIncremental>true</LinkIncremental>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  88. <LinkIncremental>false</LinkIncremental>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  91. <LinkIncremental>false</LinkIncremental>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  94. <ClCompile>
  95. <PrecompiledHeader>Use</PrecompiledHeader>
  96. <WarningLevel>Level3</WarningLevel>
  97. <SDLCheck>true</SDLCheck>
  98. <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  100. </ClCompile>
  101. <Link>
  102. <SubSystem>Windows</SubSystem>
  103. </Link>
  104. <Midl>
  105. <MkTypLibCompatible>false</MkTypLibCompatible>
  106. <ValidateAllParameters>true</ValidateAllParameters>
  107. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. </Midl>
  109. <ResourceCompile>
  110. <Culture>0x0409</Culture>
  111. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  113. </ResourceCompile>
  114. </ItemDefinitionGroup>
  115. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  116. <ClCompile>
  117. <PrecompiledHeader>Use</PrecompiledHeader>
  118. <WarningLevel>Level3</WarningLevel>
  119. <SDLCheck>true</SDLCheck>
  120. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  122. </ClCompile>
  123. <Link>
  124. <SubSystem>Windows</SubSystem>
  125. </Link>
  126. <Midl>
  127. <MkTypLibCompatible>false</MkTypLibCompatible>
  128. <ValidateAllParameters>true</ValidateAllParameters>
  129. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. </Midl>
  131. <ResourceCompile>
  132. <Culture>0x0409</Culture>
  133. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  135. </ResourceCompile>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  138. <ClCompile>
  139. <PrecompiledHeader>Use</PrecompiledHeader>
  140. <WarningLevel>Level3</WarningLevel>
  141. <FunctionLevelLinking>true</FunctionLevelLinking>
  142. <IntrinsicFunctions>true</IntrinsicFunctions>
  143. <SDLCheck>true</SDLCheck>
  144. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  145. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  146. </ClCompile>
  147. <Link>
  148. <SubSystem>Windows</SubSystem>
  149. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  150. <OptimizeReferences>true</OptimizeReferences>
  151. </Link>
  152. <Midl>
  153. <MkTypLibCompatible>false</MkTypLibCompatible>
  154. <ValidateAllParameters>true</ValidateAllParameters>
  155. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  156. </Midl>
  157. <ResourceCompile>
  158. <Culture>0x0409</Culture>
  159. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  160. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  161. </ResourceCompile>
  162. </ItemDefinitionGroup>
  163. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  164. <ClCompile>
  165. <PrecompiledHeader>Use</PrecompiledHeader>
  166. <WarningLevel>Level3</WarningLevel>
  167. <FunctionLevelLinking>true</FunctionLevelLinking>
  168. <IntrinsicFunctions>true</IntrinsicFunctions>
  169. <SDLCheck>true</SDLCheck>
  170. <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  171. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  172. </ClCompile>
  173. <Link>
  174. <SubSystem>Windows</SubSystem>
  175. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  176. <OptimizeReferences>true</OptimizeReferences>
  177. </Link>
  178. <Midl>
  179. <MkTypLibCompatible>false</MkTypLibCompatible>
  180. <ValidateAllParameters>true</ValidateAllParameters>
  181. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  182. </Midl>
  183. <ResourceCompile>
  184. <Culture>0x0409</Culture>
  185. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  186. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  187. </ResourceCompile>
  188. </ItemDefinitionGroup>
  189. <ItemGroup>
  190. <ClInclude Include="framework.h" />
  191. <ClInclude Include="pch.h" />
  192. <ClInclude Include="RealtimeSpeechRecognition.h" />
  193. <ClInclude Include="RealtimeSpeechRecognitionDlg.h" />
  194. <ClInclude Include="Resource.h" />
  195. <ClInclude Include="targetver.h" />
  196. </ItemGroup>
  197. <ItemGroup>
  198. <ClCompile Include="pch.cpp">
  199. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  200. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  201. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  202. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  203. </ClCompile>
  204. <ClCompile Include="RealtimeSpeechRecognition.cpp" />
  205. <ClCompile Include="RealtimeSpeechRecognitionDlg.cpp" />
  206. </ItemGroup>
  207. <ItemGroup>
  208. <ResourceCompile Include="RealtimeSpeechRecognition.rc" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <None Include="res\RealtimeSpeechRecognition.rc2" />
  212. </ItemGroup>
  213. <ItemGroup>
  214. <Image Include="res\RealtimeSpeechRecognition.ico" />
  215. </ItemGroup>
  216. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  217. <ImportGroup Label="ExtensionTargets">
  218. </ImportGroup>
  219. </Project>