升龙物业 老版本 ocx IPO, 加密狗 转值班电话

TtsInterface.vcxproj 5.1KB

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