LogModule.vcxproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{276AAD30-D6EF-47E3-9CF4-5631FBBC446D}</ProjectGuid>
  15. <RootNamespace>LogModule</RootNamespace>
  16. <Keyword>Win32Proj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>DynamicLibrary</ConfigurationType>
  21. <PlatformToolset>v142</PlatformToolset>
  22. <UseOfMfc>Dynamic</UseOfMfc>
  23. <CharacterSet>MultiByte</CharacterSet>
  24. <WholeProgramOptimization>true</WholeProgramOptimization>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  27. <ConfigurationType>DynamicLibrary</ConfigurationType>
  28. <PlatformToolset>v142</PlatformToolset>
  29. <UseOfMfc>Dynamic</UseOfMfc>
  30. <CharacterSet>MultiByte</CharacterSet>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  33. <ImportGroup Label="ExtensionSettings">
  34. </ImportGroup>
  35. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. </ImportGroup>
  38. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  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>
  43. <_ProjectFileVersion>16.0.29124.152</_ProjectFileVersion>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  46. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  47. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  48. <LinkIncremental>true</LinkIncremental>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  51. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  52. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  53. <LinkIncremental>false</LinkIncremental>
  54. </PropertyGroup>
  55. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  56. <ClCompile>
  57. <Optimization>Disabled</Optimization>
  58. <AdditionalIncludeDirectories>..\cJson;..\iconv;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  59. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LOGMODULE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  60. <MinimalRebuild>true</MinimalRebuild>
  61. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  62. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  63. <PrecompiledHeader>Use</PrecompiledHeader>
  64. <WarningLevel>Level3</WarningLevel>
  65. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  66. </ClCompile>
  67. <Link>
  68. <GenerateDebugInformation>true</GenerateDebugInformation>
  69. <SubSystem>Windows</SubSystem>
  70. <TargetMachine>MachineX86</TargetMachine>
  71. </Link>
  72. <PostBuildEvent>
  73. <Command>copy $(TargetPath) E:\SAT\SAT_Runner\btc_runner_se\runner\Bll\$(TargetFileName) /y/a</Command>
  74. </PostBuildEvent>
  75. </ItemDefinitionGroup>
  76. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  77. <ClCompile>
  78. <Optimization>MaxSpeed</Optimization>
  79. <IntrinsicFunctions>true</IntrinsicFunctions>
  80. <AdditionalIncludeDirectories>..\cJson;..\iconv;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  81. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LOGMODULE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  82. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  83. <FunctionLevelLinking>true</FunctionLevelLinking>
  84. <PrecompiledHeader>Use</PrecompiledHeader>
  85. <WarningLevel>Level3</WarningLevel>
  86. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  87. </ClCompile>
  88. <Link>
  89. <GenerateDebugInformation>true</GenerateDebugInformation>
  90. <SubSystem>Windows</SubSystem>
  91. <OptimizeReferences>true</OptimizeReferences>
  92. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  93. <TargetMachine>MachineX86</TargetMachine>
  94. </Link>
  95. <PostBuildEvent>
  96. <Command>copy $(TargetPath) E:\SAT\SAT_Runner\btc_runner_se\runner\Bll\$(TargetFileName) /y/a</Command>
  97. </PostBuildEvent>
  98. </ItemDefinitionGroup>
  99. <ItemGroup>
  100. <ClCompile Include="..\cJson\cJSON.c">
  101. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  102. </PrecompiledHeader>
  103. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  104. </PrecompiledHeader>
  105. </ClCompile>
  106. <ClCompile Include="Global.cpp" />
  107. <ClCompile Include="IOCPModel.cpp" />
  108. <ClCompile Include="LogModule.cpp" />
  109. <ClCompile Include="stdafx.cpp">
  110. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  111. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  112. </ClCompile>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <ClInclude Include="..\cJson\cJSON.h" />
  116. <ClInclude Include="CritSection.h" />
  117. <ClInclude Include="Global.h" />
  118. <ClInclude Include="IOCPModel.h" />
  119. <ClInclude Include="LogModule.h" />
  120. <ClInclude Include="Resource.h" />
  121. <ClInclude Include="stdafx.h" />
  122. <ClInclude Include="targetver.h" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <ResourceCompile Include="LogModule.rc" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Text Include="ReadMe.txt" />
  129. </ItemGroup>
  130. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  131. <ImportGroup Label="ExtensionTargets">
  132. </ImportGroup>
  133. </Project>