navicat-keygen.vcxproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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>16.0</VCProjectVersion>
  23. <ProjectGuid>{BA201764-EECF-4DA8-BCAD-7CFBA301FC9C}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>navicatkeygen</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. <VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
  28. <VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  32. <ConfigurationType>Application</ConfigurationType>
  33. <UseDebugLibraries>true</UseDebugLibraries>
  34. <PlatformToolset>v142</PlatformToolset>
  35. <CharacterSet>Unicode</CharacterSet>
  36. <SpectreMitigation>false</SpectreMitigation>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  39. <ConfigurationType>Application</ConfigurationType>
  40. <UseDebugLibraries>false</UseDebugLibraries>
  41. <PlatformToolset>v142</PlatformToolset>
  42. <WholeProgramOptimization>true</WholeProgramOptimization>
  43. <CharacterSet>Unicode</CharacterSet>
  44. <SpectreMitigation>false</SpectreMitigation>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  47. <ConfigurationType>Application</ConfigurationType>
  48. <UseDebugLibraries>true</UseDebugLibraries>
  49. <PlatformToolset>v142</PlatformToolset>
  50. <CharacterSet>Unicode</CharacterSet>
  51. <SpectreMitigation>false</SpectreMitigation>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  54. <ConfigurationType>Application</ConfigurationType>
  55. <UseDebugLibraries>false</UseDebugLibraries>
  56. <PlatformToolset>v142</PlatformToolset>
  57. <WholeProgramOptimization>true</WholeProgramOptimization>
  58. <CharacterSet>Unicode</CharacterSet>
  59. <SpectreMitigation>false</SpectreMitigation>
  60. </PropertyGroup>
  61. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  62. <ImportGroup Label="ExtensionSettings">
  63. </ImportGroup>
  64. <ImportGroup Label="Shared">
  65. <Import Project="..\common\common.vcxitems" Label="Shared" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  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|Win32'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  74. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  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. </ImportGroup>
  79. <PropertyGroup Label="UserMacros" />
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  81. <LinkIncremental>true</LinkIncremental>
  82. <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
  83. <IntDir>$(SolutionDir)obj\$(Platform)-$(Configuration)\$(ProjectName)\</IntDir>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  86. <LinkIncremental>true</LinkIncremental>
  87. <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
  88. <IntDir>$(SolutionDir)obj\$(Platform)-$(Configuration)\$(ProjectName)\</IntDir>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  91. <LinkIncremental>false</LinkIncremental>
  92. <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
  93. <IntDir>$(SolutionDir)obj\$(Platform)-$(Configuration)\$(ProjectName)\</IntDir>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  96. <LinkIncremental>false</LinkIncremental>
  97. <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
  98. <IntDir>$(SolutionDir)obj\$(Platform)-$(Configuration)\$(ProjectName)\</IntDir>
  99. </PropertyGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  101. <ClCompile>
  102. <WarningLevel>Level3</WarningLevel>
  103. <Optimization>Disabled</Optimization>
  104. <SDLCheck>true</SDLCheck>
  105. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  106. <ConformanceMode>true</ConformanceMode>
  107. <LanguageStandard>stdcpp17</LanguageStandard>
  108. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  109. </ClCompile>
  110. <Link>
  111. <SubSystem>Console</SubSystem>
  112. <GenerateDebugInformation>true</GenerateDebugInformation>
  113. </Link>
  114. </ItemDefinitionGroup>
  115. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  116. <ClCompile>
  117. <WarningLevel>Level3</WarningLevel>
  118. <Optimization>Disabled</Optimization>
  119. <SDLCheck>true</SDLCheck>
  120. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <ConformanceMode>true</ConformanceMode>
  122. <LanguageStandard>stdcpp17</LanguageStandard>
  123. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  124. </ClCompile>
  125. <Link>
  126. <SubSystem>Console</SubSystem>
  127. <GenerateDebugInformation>true</GenerateDebugInformation>
  128. </Link>
  129. </ItemDefinitionGroup>
  130. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  131. <ClCompile>
  132. <WarningLevel>Level3</WarningLevel>
  133. <Optimization>MaxSpeed</Optimization>
  134. <FunctionLevelLinking>true</FunctionLevelLinking>
  135. <IntrinsicFunctions>true</IntrinsicFunctions>
  136. <SDLCheck>true</SDLCheck>
  137. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <ConformanceMode>true</ConformanceMode>
  139. <LanguageStandard>stdcpp17</LanguageStandard>
  140. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  141. </ClCompile>
  142. <Link>
  143. <SubSystem>Console</SubSystem>
  144. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  145. <OptimizeReferences>true</OptimizeReferences>
  146. <GenerateDebugInformation>true</GenerateDebugInformation>
  147. </Link>
  148. </ItemDefinitionGroup>
  149. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  150. <ClCompile>
  151. <WarningLevel>Level3</WarningLevel>
  152. <Optimization>MaxSpeed</Optimization>
  153. <FunctionLevelLinking>true</FunctionLevelLinking>
  154. <IntrinsicFunctions>true</IntrinsicFunctions>
  155. <SDLCheck>true</SDLCheck>
  156. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  157. <ConformanceMode>true</ConformanceMode>
  158. <LanguageStandard>stdcpp17</LanguageStandard>
  159. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  160. </ClCompile>
  161. <Link>
  162. <SubSystem>Console</SubSystem>
  163. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  164. <OptimizeReferences>true</OptimizeReferences>
  165. <GenerateDebugInformation>true</GenerateDebugInformation>
  166. </Link>
  167. </ItemDefinitionGroup>
  168. <ItemGroup>
  169. <ClCompile Include="CollectInformation.cpp" />
  170. <ClCompile Include="GenerateLicense.cpp" />
  171. <ClCompile Include="SerialNumberGenerator.cpp" />
  172. <ClCompile Include="_tmain.cpp" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <ClInclude Include="Base64.hpp" />
  176. <ClInclude Include="SerialNumberGenerator.hpp" />
  177. </ItemGroup>
  178. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  179. <ImportGroup Label="ExtensionTargets">
  180. </ImportGroup>
  181. </Project>