|
@@ -0,0 +1,117 @@
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
+ <ItemGroup Label="ProjectConfigurations">
|
|
|
|
+ <ProjectConfiguration Include="Debug|Win32">
|
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
|
+ <Platform>Win32</Platform>
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
+ <ProjectConfiguration Include="Release|Win32">
|
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
|
+ <Platform>Win32</Platform>
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
|
+ <ProjectGuid>{69DDDE72-42F8-4F78-BF71-D70E22CE0675}</ProjectGuid>
|
|
|
|
+ <RootNamespace>Demo</RootNamespace>
|
|
|
|
+ <Keyword>Win32Proj</Keyword>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
|
+ <UseOfMfc>Dynamic</UseOfMfc>
|
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
|
+ <UseOfMfc>Dynamic</UseOfMfc>
|
|
|
|
+ <CharacterSet>MultiByte</CharacterSet>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
+ <ImportGroup Label="ExtensionSettings">
|
|
|
|
+ </ImportGroup>
|
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
+ </ImportGroup>
|
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
+ </ImportGroup>
|
|
|
|
+ <PropertyGroup Label="UserMacros" />
|
|
|
|
+ <PropertyGroup>
|
|
|
|
+ <_ProjectFileVersion>16.0.31025.104</_ProjectFileVersion>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
+ <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
+ <IntDir>$(Configuration)\</IntDir>
|
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
+ <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
+ <IntDir>$(Configuration)\</IntDir>
|
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
+ <ClCompile>
|
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
+ <MinimalRebuild>true</MinimalRebuild>
|
|
|
|
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
|
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
+ </ClCompile>
|
|
|
|
+ <Link>
|
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
+ <SubSystem>Console</SubSystem>
|
|
|
|
+ <TargetMachine>MachineX86</TargetMachine>
|
|
|
|
+ </Link>
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
+ <ClCompile>
|
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
+ <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
+ </ClCompile>
|
|
|
|
+ <Link>
|
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
+ <SubSystem>Console</SubSystem>
|
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
+ <TargetMachine>MachineX86</TargetMachine>
|
|
|
|
+ </Link>
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ClCompile Include="Demo.cpp" />
|
|
|
|
+ <ClCompile Include="Serial.cpp" />
|
|
|
|
+ <ClCompile Include="stdafx.cpp">
|
|
|
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
+ </ClCompile>
|
|
|
|
+ <ClCompile Include="TCLCommand.cpp" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ClInclude Include="Demo.h" />
|
|
|
|
+ <ClInclude Include="Resource.h" />
|
|
|
|
+ <ClInclude Include="Serial.h" />
|
|
|
|
+ <ClInclude Include="stdafx.h" />
|
|
|
|
+ <ClInclude Include="targetver.h" />
|
|
|
|
+ <ClInclude Include="TCLCommand.h" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ResourceCompile Include="Demo.rc" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Text Include="ReadMe.txt" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
|
+ </ImportGroup>
|
|
|
|
+</Project>
|