DiosProcMFC.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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>{08EBCECC-AE6A-4FBB-8480-BF79D5D3475E}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>CcosProcMFC</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v142</PlatformToolset>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. <UseOfMfc>Dynamic</UseOfMfc>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>true</UseDebugLibraries>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <CharacterSet>MultiByte</CharacterSet>
  40. <UseOfMfc>Dynamic</UseOfMfc>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <WholeProgramOptimization>true</WholeProgramOptimization>
  47. <CharacterSet>MultiByte</CharacterSet>
  48. <UseOfMfc>Dynamic</UseOfMfc>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v142</PlatformToolset>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. <CharacterSet>MultiByte</CharacterSet>
  56. <UseOfMfc>Dynamic</UseOfMfc>
  57. </PropertyGroup>
  58. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  59. <ImportGroup Label="ExtensionSettings">
  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 Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  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)'=='Release|Win32'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  75. <LinkIncremental>true</LinkIncremental>
  76. <OutDir>$(SolutionDir)..\..\deliver\bin\$(Configuration)\</OutDir>
  77. <TargetName>$(ProjectName)D</TargetName>
  78. <IncludePath>..\..\..\..\deliver\include;..\..\..\..\deliver\include\Common;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  79. <ReferencePath>..\..\ECOM_commonTools\ServiceBUS\$(Configuration);$(VC_ReferencesPath_x86);</ReferencePath>
  80. <LibraryPath>..\..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  83. <LinkIncremental>true</LinkIncremental>
  84. <OutDir>$(SolutionDir)..\..\deliver\bin\$(Configuration)$(Platform)\</OutDir>
  85. <TargetName>$(ProjectName)X64D</TargetName>
  86. <IncludePath>..\..\..\..\deliver\include;..\..\..\..\deliver\include\Common;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  87. <ReferencePath>..\..\ECOM_commonTools\ServiceBUS\$(Configuration)-X64;$(VC_ReferencesPath_x64);</ReferencePath>
  88. <LibraryPath>..\..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  91. <LinkIncremental>false</LinkIncremental>
  92. <OutDir>$(SolutionDir)..\..\deliver\bin\$(Configuration)\</OutDir>
  93. <IncludePath>..\..\..\..\deliver\include;..\..\..\..\deliver\include\Common;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  94. <ReferencePath>..\..\ECOM_commonTools\ServiceBUS\$(Configuration);$(VC_ReferencesPath_x86);</ReferencePath>
  95. <LibraryPath>..\..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  98. <LinkIncremental>false</LinkIncremental>
  99. <OutDir>$(SolutionDir)..\..\deliver\bin\$(Configuration)$(Platform)\</OutDir>
  100. <TargetName>$(ProjectName)X64</TargetName>
  101. <IncludePath>..\..\..\..\deliver\include;..\..\..\..\deliver\include\Common;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  102. <ReferencePath>..\..\ECOM_commonTools\ServiceBUS\$(Configuration)-X64;$(VC_ReferencesPath_x64);</ReferencePath>
  103. <LibraryPath>..\..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  104. </PropertyGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  106. <ClCompile>
  107. <PrecompiledHeader>Use</PrecompiledHeader>
  108. <WarningLevel>Level3</WarningLevel>
  109. <Optimization>Disabled</Optimization>
  110. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <SDLCheck>true</SDLCheck>
  112. </ClCompile>
  113. <Link>
  114. <SubSystem>Console</SubSystem>
  115. <GenerateDebugInformation>true</GenerateDebugInformation>
  116. <OutputFile>$(SolutionDir)..\..\deliver\bin\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
  117. <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
  118. <ProgramDatabaseFile>$(SolutionDir)..\..\deliver\bin\$(Configuration)\$(TargetName).pdb</ProgramDatabaseFile>
  119. </Link>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  122. <ClCompile>
  123. <PrecompiledHeader>Use</PrecompiledHeader>
  124. <WarningLevel>Level3</WarningLevel>
  125. <Optimization>Disabled</Optimization>
  126. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  127. <SDLCheck>true</SDLCheck>
  128. </ClCompile>
  129. <Link>
  130. <SubSystem>Console</SubSystem>
  131. <GenerateDebugInformation>true</GenerateDebugInformation>
  132. <OutputFile>$(SolutionDir)..\..\deliver\bin\$(Configuration)$(Platform)\$(TargetName)$(TargetExt)</OutputFile>
  133. <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
  134. <ProgramDatabaseFile>$(SolutionDir)..\..\deliver\bin\$(Configuration)$(Platform)\$(TargetName).pdb</ProgramDatabaseFile>
  135. </Link>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  138. <ClCompile>
  139. <WarningLevel>Level3</WarningLevel>
  140. <PrecompiledHeader>Use</PrecompiledHeader>
  141. <Optimization>MaxSpeed</Optimization>
  142. <FunctionLevelLinking>true</FunctionLevelLinking>
  143. <IntrinsicFunctions>true</IntrinsicFunctions>
  144. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  145. <SDLCheck>true</SDLCheck>
  146. </ClCompile>
  147. <Link>
  148. <SubSystem>Console</SubSystem>
  149. <GenerateDebugInformation>true</GenerateDebugInformation>
  150. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  151. <OptimizeReferences>true</OptimizeReferences>
  152. <OutputFile>$(SolutionDir)..\..\deliver\bin\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
  153. <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
  154. <ProgramDatabaseFile>$(SolutionDir)..\..\deliver\bin\$(Configuration)\$(TargetName).pdb</ProgramDatabaseFile>
  155. </Link>
  156. </ItemDefinitionGroup>
  157. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  158. <ClCompile>
  159. <WarningLevel>Level3</WarningLevel>
  160. <PrecompiledHeader>Use</PrecompiledHeader>
  161. <Optimization>MaxSpeed</Optimization>
  162. <FunctionLevelLinking>true</FunctionLevelLinking>
  163. <IntrinsicFunctions>true</IntrinsicFunctions>
  164. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  165. <SDLCheck>true</SDLCheck>
  166. </ClCompile>
  167. <Link>
  168. <SubSystem>Console</SubSystem>
  169. <GenerateDebugInformation>true</GenerateDebugInformation>
  170. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  171. <OptimizeReferences>true</OptimizeReferences>
  172. <OutputFile>$(SolutionDir)..\..\deliver\bin\$(Configuration)$(Platform)\$(TargetName)$(TargetExt)</OutputFile>
  173. <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
  174. <ProgramDatabaseFile>$(SolutionDir)..\..\deliver\bin\$(Configuration)$(Platform)\$(TargetName).pdb</ProgramDatabaseFile>
  175. </Link>
  176. </ItemDefinitionGroup>
  177. <ItemGroup>
  178. <Text Include="ReadMe.txt" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <ClInclude Include="..\..\..\..\deliver\include\AutoDmp.h" />
  182. <ClInclude Include="..\..\..\..\deliver\include\PacketAnalizer.h" />
  183. <ClInclude Include="ConsoleThread.h" />
  184. <ClInclude Include="CcosProcMFC.h" />
  185. <ClInclude Include="Resource.h" />
  186. <ClInclude Include="stdafx.h" />
  187. <ClInclude Include="targetver.h" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <ClCompile Include="..\..\..\..\deliver\include\AutoDmp.cpp" />
  191. <ClCompile Include="..\..\..\..\deliver\include\PacketAnalizer.cpp" />
  192. <ClCompile Include="ConsoleThread.cpp" />
  193. <ClCompile Include="CcosProcMFC.cpp" />
  194. <ClCompile Include="stdafx.cpp">
  195. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  196. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  197. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  198. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  199. </ClCompile>
  200. </ItemGroup>
  201. <ItemGroup>
  202. <ResourceCompile Include="CcosProcMFC.rc" />
  203. </ItemGroup>
  204. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  205. <ImportGroup Label="ExtensionTargets">
  206. </ImportGroup>
  207. </Project>