Demo.vcxproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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>{69DDDE72-42F8-4F78-BF71-D70E22CE0675}</ProjectGuid>
  15. <RootNamespace>Demo</RootNamespace>
  16. <Keyword>Win32Proj</Keyword>
  17. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  21. <ConfigurationType>Application</ConfigurationType>
  22. <PlatformToolset>v142</PlatformToolset>
  23. <UseOfMfc>Dynamic</UseOfMfc>
  24. <CharacterSet>Unicode</CharacterSet>
  25. <WholeProgramOptimization>true</WholeProgramOptimization>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <PlatformToolset>v142</PlatformToolset>
  30. <UseOfMfc>Dynamic</UseOfMfc>
  31. <CharacterSet>MultiByte</CharacterSet>
  32. </PropertyGroup>
  33. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  34. <ImportGroup Label="ExtensionSettings">
  35. </ImportGroup>
  36. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. </ImportGroup>
  39. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  40. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  41. </ImportGroup>
  42. <PropertyGroup Label="UserMacros" />
  43. <PropertyGroup>
  44. <_ProjectFileVersion>16.0.31025.104</_ProjectFileVersion>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  47. <OutDir>..\..\..\bin\$(SolutionName)\</OutDir>
  48. <IntDir>$(OutDir)$(Configuration)</IntDir>
  49. <LinkIncremental>true</LinkIncremental>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  52. <OutDir>..\..\..\bin\$(SolutionName)\</OutDir>
  53. <IntDir>$(OutDir)$(Configuration)</IntDir>
  54. <LinkIncremental>false</LinkIncremental>
  55. </PropertyGroup>
  56. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  57. <ClCompile>
  58. <Optimization>Disabled</Optimization>
  59. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(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>Console</SubSystem>
  70. <TargetMachine>MachineX86</TargetMachine>
  71. </Link>
  72. </ItemDefinitionGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  74. <ClCompile>
  75. <Optimization>MaxSpeed</Optimization>
  76. <IntrinsicFunctions>true</IntrinsicFunctions>
  77. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  78. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  79. <FunctionLevelLinking>true</FunctionLevelLinking>
  80. <PrecompiledHeader>Use</PrecompiledHeader>
  81. <WarningLevel>Level3</WarningLevel>
  82. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  83. </ClCompile>
  84. <Link>
  85. <GenerateDebugInformation>true</GenerateDebugInformation>
  86. <SubSystem>Console</SubSystem>
  87. <OptimizeReferences>true</OptimizeReferences>
  88. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  89. <TargetMachine>MachineX86</TargetMachine>
  90. </Link>
  91. </ItemDefinitionGroup>
  92. <ItemGroup>
  93. <ClCompile Include="Demo.cpp" />
  94. <ClCompile Include="Serial.cpp" />
  95. <ClCompile Include="stdafx.cpp">
  96. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  97. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  98. </ClCompile>
  99. <ClCompile Include="TCLCommand.cpp" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ClInclude Include="Demo.h" />
  103. <ClInclude Include="Resource.h" />
  104. <ClInclude Include="Serial.h" />
  105. <ClInclude Include="stdafx.h" />
  106. <ClInclude Include="targetver.h" />
  107. <ClInclude Include="TCLCommand.h" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ResourceCompile Include="Demo.rc" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Text Include="ReadMe.txt" />
  114. </ItemGroup>
  115. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  116. <ImportGroup Label="ExtensionTargets">
  117. </ImportGroup>
  118. </Project>