LicenseManager.vcxproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{5c6e519e-4d8a-4f32-a6a3-4b075a6ab5e2}</ProjectGuid>
  25. <RootNamespace>LicenseManager</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. <ProjectName>AipApiManager</ProjectName>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  31. <ConfigurationType>DynamicLibrary</ConfigurationType>
  32. <UseDebugLibraries>true</UseDebugLibraries>
  33. <PlatformToolset>v143</PlatformToolset>
  34. <CharacterSet>Unicode</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v143</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>Unicode</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <UseDebugLibraries>true</UseDebugLibraries>
  46. <PlatformToolset>v143</PlatformToolset>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v143</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>Unicode</CharacterSet>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  57. <ImportGroup Label="ExtensionSettings">
  58. </ImportGroup>
  59. <ImportGroup Label="Shared">
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <PropertyGroup Label="UserMacros" />
  74. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  75. <ClCompile>
  76. <WarningLevel>Level3</WarningLevel>
  77. <SDLCheck>true</SDLCheck>
  78. <PreprocessorDefinitions>LICENSEMANAGER_EXPORTS;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  79. <ConformanceMode>true</ConformanceMode>
  80. <PrecompiledHeader>Use</PrecompiledHeader>
  81. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  82. </ClCompile>
  83. <Link>
  84. <SubSystem>Windows</SubSystem>
  85. <GenerateDebugInformation>true</GenerateDebugInformation>
  86. <EnableUAC>false</EnableUAC>
  87. </Link>
  88. </ItemDefinitionGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  90. <ClCompile>
  91. <WarningLevel>Level3</WarningLevel>
  92. <FunctionLevelLinking>true</FunctionLevelLinking>
  93. <IntrinsicFunctions>true</IntrinsicFunctions>
  94. <SDLCheck>true</SDLCheck>
  95. <PreprocessorDefinitions>AIPAPIMANAGER_EXPORTS;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  96. <ConformanceMode>true</ConformanceMode>
  97. <PrecompiledHeader>Use</PrecompiledHeader>
  98. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  99. </ClCompile>
  100. <Link>
  101. <SubSystem>Windows</SubSystem>
  102. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  103. <OptimizeReferences>true</OptimizeReferences>
  104. <GenerateDebugInformation>true</GenerateDebugInformation>
  105. <EnableUAC>false</EnableUAC>
  106. </Link>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  109. <ClCompile>
  110. <WarningLevel>Level3</WarningLevel>
  111. <SDLCheck>true</SDLCheck>
  112. <PreprocessorDefinitions>LICENSEMANAGER_EXPORTS;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  113. <ConformanceMode>true</ConformanceMode>
  114. <PrecompiledHeader>Use</PrecompiledHeader>
  115. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  116. </ClCompile>
  117. <Link>
  118. <SubSystem>Windows</SubSystem>
  119. <GenerateDebugInformation>true</GenerateDebugInformation>
  120. <EnableUAC>false</EnableUAC>
  121. </Link>
  122. </ItemDefinitionGroup>
  123. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  124. <ClCompile>
  125. <WarningLevel>Level3</WarningLevel>
  126. <FunctionLevelLinking>true</FunctionLevelLinking>
  127. <IntrinsicFunctions>true</IntrinsicFunctions>
  128. <SDLCheck>true</SDLCheck>
  129. <PreprocessorDefinitions>AIPAPIMANAGER_EXPORTS;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  130. <ConformanceMode>true</ConformanceMode>
  131. <PrecompiledHeader>Use</PrecompiledHeader>
  132. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Windows</SubSystem>
  136. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  137. <OptimizeReferences>true</OptimizeReferences>
  138. <GenerateDebugInformation>true</GenerateDebugInformation>
  139. <EnableUAC>false</EnableUAC>
  140. </Link>
  141. </ItemDefinitionGroup>
  142. <ItemGroup>
  143. <ClInclude Include="AipApiManager.h" />
  144. <ClInclude Include="framework.h" />
  145. <ClInclude Include="pch.h" />
  146. <ClInclude Include="SHA256.h" />
  147. <ClInclude Include="TWinCryptF.h" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <ClCompile Include="AipApiManager.cpp" />
  151. <ClCompile Include="dllmain.cpp" />
  152. <ClCompile Include="pch.cpp">
  153. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  154. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  155. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  156. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  157. </ClCompile>
  158. <ClCompile Include="SHA256.cpp" />
  159. <ClCompile Include="TWinCryptF.cpp" />
  160. </ItemGroup>
  161. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  162. <ImportGroup Label="ExtensionTargets">
  163. </ImportGroup>
  164. </Project>