<?xml version="1.0" encoding="utf-8"?>
|
<Project DefaultTargets="Build" ToolsVersion="14.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>
|
<ProjectConfiguration Include="Debug|x64">
|
<Configuration>Debug</Configuration>
|
<Platform>x64</Platform>
|
</ProjectConfiguration>
|
<ProjectConfiguration Include="Release|x64">
|
<Configuration>Release</Configuration>
|
<Platform>x64</Platform>
|
</ProjectConfiguration>
|
</ItemGroup>
|
<PropertyGroup Label="Globals">
|
<ProjectGuid>{6DC0600E-5588-4033-A281-3626A4F74B67}</ProjectGuid>
|
<RootNamespace>BoounionPLC</RootNamespace>
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
<Keyword>MFCProj</Keyword>
|
</PropertyGroup>
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<ConfigurationType>Application</ConfigurationType>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
<PlatformToolset>v140</PlatformToolset>
|
<CharacterSet>Unicode</CharacterSet>
|
<UseOfMfc>Dynamic</UseOfMfc>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<ConfigurationType>Application</ConfigurationType>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
<PlatformToolset>v140</PlatformToolset>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<CharacterSet>Unicode</CharacterSet>
|
<UseOfMfc>Dynamic</UseOfMfc>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
<ConfigurationType>Application</ConfigurationType>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
<PlatformToolset>v140</PlatformToolset>
|
<CharacterSet>MultiByte</CharacterSet>
|
<UseOfMfc>Dynamic</UseOfMfc>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
<ConfigurationType>Application</ConfigurationType>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
<PlatformToolset>v140</PlatformToolset>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<CharacterSet>MultiByte</CharacterSet>
|
<UseOfMfc>Dynamic</UseOfMfc>
|
</PropertyGroup>
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<ImportGroup Label="ExtensionSettings">
|
</ImportGroup>
|
<ImportGroup Label="Shared">
|
</ImportGroup>
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
</ImportGroup>
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
</ImportGroup>
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
</ImportGroup>
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
</ImportGroup>
|
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<LinkIncremental>true</LinkIncremental>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<LinkIncremental>true</LinkIncremental>
|
<OutDir>$(SolutionDir)\$(Platform)\BoounionPLC\$(Configuration)\</OutDir>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<LinkIncremental>false</LinkIncremental>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<LinkIncremental>false</LinkIncremental>
|
</PropertyGroup>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ClCompile>
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
<WarningLevel>Level3</WarningLevel>
|
<Optimization>Disabled</Optimization>
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<SDLCheck>true</SDLCheck>
|
</ClCompile>
|
<Link>
|
<SubSystem>Windows</SubSystem>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
</Link>
|
<Midl>
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
<ValidateAllParameters>true</ValidateAllParameters>
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
</Midl>
|
<ResourceCompile>
|
<Culture>0x0804</Culture>
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
</ResourceCompile>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ClCompile>
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
<WarningLevel>Level3</WarningLevel>
|
<Optimization>Disabled</Optimization>
|
<PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<SDLCheck>true</SDLCheck>
|
<AdditionalIncludeDirectories>.;.\DBManager;.\FileManager;..\DatabaseSDK\include;..\BLControlsSDK\include;..\BLControlsSDK\GridControl</AdditionalIncludeDirectories>
|
</ClCompile>
|
<Link>
|
<SubSystem>Windows</SubSystem>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
</Link>
|
<Midl>
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
<ValidateAllParameters>true</ValidateAllParameters>
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
</Midl>
|
<ResourceCompile>
|
<Culture>0x0804</Culture>
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
</ResourceCompile>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ClCompile>
|
<WarningLevel>Level3</WarningLevel>
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
<Optimization>MaxSpeed</Optimization>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<SDLCheck>true</SDLCheck>
|
</ClCompile>
|
<Link>
|
<SubSystem>Windows</SubSystem>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
<OptimizeReferences>true</OptimizeReferences>
|
</Link>
|
<Midl>
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
<ValidateAllParameters>true</ValidateAllParameters>
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
</Midl>
|
<ResourceCompile>
|
<Culture>0x0804</Culture>
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
</ResourceCompile>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ClCompile>
|
<WarningLevel>Level3</WarningLevel>
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
<Optimization>MaxSpeed</Optimization>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<SDLCheck>true</SDLCheck>
|
<AdditionalIncludeDirectories>.;.\DBManager;.\FileManager;..\DatabaseSDK\include;..\BLControlsSDK\include;..\BLControlsSDK\GridControl</AdditionalIncludeDirectories>
|
</ClCompile>
|
<Link>
|
<SubSystem>Windows</SubSystem>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
<OptimizeReferences>true</OptimizeReferences>
|
</Link>
|
<Midl>
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
<ValidateAllParameters>true</ValidateAllParameters>
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
</Midl>
|
<ResourceCompile>
|
<Culture>0x0804</Culture>
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
</ResourceCompile>
|
</ItemDefinitionGroup>
|
<ItemGroup>
|
<Text Include="ReadMe.txt" />
|
</ItemGroup>
|
<ItemGroup>
|
<ClInclude Include="..\BondEq\HorizontalLine.h" />
|
<ClInclude Include="AddPLCInfo.h" />
|
<ClInclude Include="Alarm.h" />
|
<ClInclude Include="AlarmMonitor.h" />
|
<ClInclude Include="AlarmPopupDlg.h" />
|
<ClInclude Include="ApredTreeCtrl.h" />
|
<ClInclude Include="AxisDetailSettingsDlg.h" />
|
<ClInclude Include="AxisSettingsDlg.h" />
|
<ClInclude Include="BlButton.h" />
|
<ClInclude Include="BoounionPLC.h" />
|
<ClInclude Include="BoounionPLCDlg.h" />
|
<ClInclude Include="CBaseDlg.h" />
|
<ClInclude Include="CBaseView.h" />
|
<ClInclude Include="CMainContainer.h" />
|
<ClInclude Include="Common.h" />
|
<ClInclude Include="Component.h" />
|
<ClInclude Include="Configuration.h" />
|
<ClInclude Include="Context.h" />
|
<ClInclude Include="CPageLogcat.h" />
|
<ClInclude Include="DBManager\AlarmManager.h" />
|
<ClInclude Include="DBManager\SystemLogManager.h" />
|
<ClInclude Include="DBManager\UserManager.h" />
|
<ClInclude Include="FileManager\AxisManager.h" />
|
<ClInclude Include="FileManager\IOManager.h" />
|
<ClInclude Include="FileManager\pugiconfig.hpp" />
|
<ClInclude Include="FileManager\pugixml.hpp" />
|
<ClInclude Include="InputDialog.h" />
|
<ClInclude Include="Intent.h" />
|
<ClInclude Include="IOMonitoringDlg.h" />
|
<ClInclude Include="Log.h" />
|
<ClInclude Include="LogEdit.h" />
|
<ClInclude Include="McBool.h" />
|
<ClInclude Include="McInt.h" />
|
<ClInclude Include="McItem.h" />
|
<ClInclude Include="McString.h" />
|
<ClInclude Include="Model.h" />
|
<ClInclude Include="PagePlcList.h" />
|
<ClInclude Include="PLC.h" />
|
<ClInclude Include="PlcView.h" />
|
<ClInclude Include="Resource.h" />
|
<ClInclude Include="stdafx.h" />
|
<ClInclude Include="targetver.h" />
|
<ClInclude Include="ToolUnits.h" />
|
<ClInclude Include="TopToolbar.h" />
|
<ClInclude Include="VerticalLine.h" />
|
</ItemGroup>
|
<ItemGroup>
|
<ClCompile Include="..\BondEq\HorizontalLine.cpp" />
|
<ClCompile Include="AddPLCInfo.cpp" />
|
<ClCompile Include="Alarm.cpp" />
|
<ClCompile Include="AlarmMonitor.cpp" />
|
<ClCompile Include="AlarmPopupDlg.cpp" />
|
<ClCompile Include="ApredTreeCtrl.cpp" />
|
<ClCompile Include="AxisDetailSettingsDlg.cpp" />
|
<ClCompile Include="AxisSettingsDlg.cpp" />
|
<ClCompile Include="BlButton.cpp" />
|
<ClCompile Include="BoounionPLC.cpp" />
|
<ClCompile Include="BoounionPLCDlg.cpp" />
|
<ClCompile Include="CBaseDlg.cpp" />
|
<ClCompile Include="CBaseView.cpp" />
|
<ClCompile Include="CMainContainer.cpp" />
|
<ClCompile Include="Component.cpp" />
|
<ClCompile Include="Configuration.cpp" />
|
<ClCompile Include="Context.cpp" />
|
<ClCompile Include="CPageLogcat.cpp" />
|
<ClCompile Include="DBManager\AlarmManager.cpp">
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Use</PrecompiledHeader>
|
</ClCompile>
|
<ClCompile Include="DBManager\SystemLogManager.cpp" />
|
<ClCompile Include="DBManager\UserManager.cpp" />
|
<ClCompile Include="FileManager\AxisManager.cpp" />
|
<ClCompile Include="FileManager\IOManager.cpp" />
|
<ClCompile Include="FileManager\pugixml.cpp">
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
</ClCompile>
|
<ClCompile Include="InputDialog.cpp" />
|
<ClCompile Include="Intent.cpp" />
|
<ClCompile Include="IOMonitoringDlg.cpp" />
|
<ClCompile Include="Log.cpp" />
|
<ClCompile Include="LogEdit.cpp" />
|
<ClCompile Include="McBool.cpp" />
|
<ClCompile Include="McInt.cpp" />
|
<ClCompile Include="McItem.cpp" />
|
<ClCompile Include="McString.cpp" />
|
<ClCompile Include="Model.cpp" />
|
<ClCompile Include="PagePlcList.cpp" />
|
<ClCompile Include="PLC.cpp" />
|
<ClCompile Include="PlcView.cpp" />
|
<ClCompile Include="stdafx.cpp">
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
</ClCompile>
|
<ClCompile Include="ToolUnits.cpp" />
|
<ClCompile Include="TopToolbar.cpp" />
|
<ClCompile Include="VerticalLine.cpp" />
|
</ItemGroup>
|
<ItemGroup>
|
<ResourceCompile Include="BoounionPLC.rc" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="res\BoounionPLC.rc2" />
|
</ItemGroup>
|
<ItemGroup>
|
<Image Include="res\BoounionPLC.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<Manifest Include="res\application.exe.manifest" />
|
</ItemGroup>
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<ImportGroup Label="ExtensionTargets">
|
</ImportGroup>
|
<ProjectExtensions>
|
<VisualStudio>
|
<UserProperties RESOURCE_FILE="BoounionPLC.rc" />
|
</VisualStudio>
|
</ProjectExtensions>
|
</Project>
|