1
0

irctell.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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. <ProjectGuid>{8F034E55-D388-416D-8575-5D765255CFF6}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <PlatformToolset>v142</PlatformToolset>
  30. <CharacterSet>Unicode</CharacterSet>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  33. <ConfigurationType>DynamicLibrary</ConfigurationType>
  34. <PlatformToolset>v142</PlatformToolset>
  35. <CharacterSet>Unicode</CharacterSet>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  38. <ConfigurationType>DynamicLibrary</ConfigurationType>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <PlatformToolset>v142</PlatformToolset>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  48. <ImportGroup Label="ExtensionSettings">
  49. </ImportGroup>
  50. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  51. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <PropertyGroup Label="UserMacros" />
  63. <PropertyGroup>
  64. <_ProjectFileVersion>16.0.32629.160</_ProjectFileVersion>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  67. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  68. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  69. <LinkIncremental>false</LinkIncremental>
  70. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  71. <CodeAnalysisRules />
  72. <CodeAnalysisRuleAssemblies />
  73. <IncludePath>$(IncludePath)</IncludePath>
  74. <LibraryPath>$(LibraryPath)</LibraryPath>
  75. <TargetExt>.w5s</TargetExt>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <LinkIncremental>false</LinkIncremental>
  79. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  80. <CodeAnalysisRules />
  81. <CodeAnalysisRuleAssemblies />
  82. <IncludePath>$(IncludePath)</IncludePath>
  83. <LibraryPath>$(LibraryPath)</LibraryPath>
  84. <TargetExt>.w5s</TargetExt>
  85. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  86. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  89. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  90. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  91. <LinkIncremental>false</LinkIncremental>
  92. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  93. <CodeAnalysisRules />
  94. <CodeAnalysisRuleAssemblies />
  95. <IncludePath>$(IncludePath)</IncludePath>
  96. <LibraryPath>$(LibraryPath)</LibraryPath>
  97. <TargetExt>.w5s</TargetExt>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  100. <LinkIncremental>false</LinkIncremental>
  101. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  102. <CodeAnalysisRules />
  103. <CodeAnalysisRuleAssemblies />
  104. <IncludePath>$(IncludePath)</IncludePath>
  105. <LibraryPath>$(LibraryPath)</LibraryPath>
  106. <TargetExt>.w5s</TargetExt>
  107. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  108. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  109. </PropertyGroup>
  110. <PropertyGroup Label="Vcpkg">
  111. <VcpkgEnabled>false</VcpkgEnabled>
  112. </PropertyGroup>
  113. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  114. <VcpkgConfiguration>Debug</VcpkgConfiguration>
  115. </PropertyGroup>
  116. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  117. <ClCompile>
  118. <Optimization>Disabled</Optimization>
  119. <AdditionalIncludeDirectories>..\..;..\..\..\Wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  120. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;IRCTELL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <MinimalRebuild>false</MinimalRebuild>
  122. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  123. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  124. <PrecompiledHeader />
  125. <WarningLevel>Level3</WarningLevel>
  126. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  127. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  128. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  129. </ClCompile>
  130. <Link>
  131. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  132. <GenerateDebugInformation>true</GenerateDebugInformation>
  133. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  134. <SubSystem>Windows</SubSystem>
  135. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  136. <TargetMachine>MachineX86</TargetMachine>
  137. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  138. </Link>
  139. </ItemDefinitionGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  141. <ClCompile>
  142. <Optimization>Disabled</Optimization>
  143. <AdditionalIncludeDirectories>..\..;..\..\..\Wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  144. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;IRCTELL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  145. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  146. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  147. <PrecompiledHeader>
  148. </PrecompiledHeader>
  149. <WarningLevel>Level3</WarningLevel>
  150. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  151. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  152. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  153. </ClCompile>
  154. <Link>
  155. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  156. <GenerateDebugInformation>true</GenerateDebugInformation>
  157. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  158. <SubSystem>Windows</SubSystem>
  159. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  160. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  161. </Link>
  162. </ItemDefinitionGroup>
  163. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  164. <ClCompile>
  165. <Optimization>MinSpace</Optimization>
  166. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  167. <OmitFramePointers>true</OmitFramePointers>
  168. <AdditionalIncludeDirectories>..\..;..\..\..\Wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  169. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;IRCTELL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  170. <StringPooling>true</StringPooling>
  171. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  172. <BufferSecurityCheck>true</BufferSecurityCheck>
  173. <FunctionLevelLinking>true</FunctionLevelLinking>
  174. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  175. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  176. <PrecompiledHeader />
  177. <WarningLevel>Level3</WarningLevel>
  178. <DebugInformationFormat>None</DebugInformationFormat>
  179. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  180. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  181. </ClCompile>
  182. <Link>
  183. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  184. <IgnoreSpecificDefaultLibraries>msvcprt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  185. <GenerateDebugInformation>true</GenerateDebugInformation>
  186. <SubSystem>Windows</SubSystem>
  187. <OptimizeReferences>true</OptimizeReferences>
  188. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  189. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  190. <TargetMachine>MachineX86</TargetMachine>
  191. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  192. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  193. </Link>
  194. </ItemDefinitionGroup>
  195. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  196. <ClCompile>
  197. <Optimization>MinSpace</Optimization>
  198. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  199. <OmitFramePointers>true</OmitFramePointers>
  200. <AdditionalIncludeDirectories>..\..;..\..\..\Wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  201. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;IRCTELL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  202. <StringPooling>true</StringPooling>
  203. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  204. <BufferSecurityCheck>true</BufferSecurityCheck>
  205. <FunctionLevelLinking>true</FunctionLevelLinking>
  206. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  207. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  208. <PrecompiledHeader>
  209. </PrecompiledHeader>
  210. <WarningLevel>Level3</WarningLevel>
  211. <DebugInformationFormat>None</DebugInformationFormat>
  212. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  213. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  214. </ClCompile>
  215. <Link>
  216. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  217. <IgnoreSpecificDefaultLibraries>msvcprt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  218. <GenerateDebugInformation>true</GenerateDebugInformation>
  219. <SubSystem>Windows</SubSystem>
  220. <OptimizeReferences>true</OptimizeReferences>
  221. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  222. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  223. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  224. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  225. </Link>
  226. </ItemDefinitionGroup>
  227. <ItemGroup>
  228. <ClCompile Include="dde.cpp" />
  229. <ClCompile Include="irctell.cpp" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <ClInclude Include="api__irctell.h" />
  233. <ClInclude Include="dde.h" />
  234. <ClInclude Include="irctell.h" />
  235. <ClInclude Include="resource.h" />
  236. </ItemGroup>
  237. <ItemGroup>
  238. <ResourceCompile Include="irctell.rc" />
  239. </ItemGroup>
  240. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  241. <ImportGroup Label="ExtensionTargets">
  242. </ImportGroup>
  243. </Project>