﻿<?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="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{0C0999CA-0E04-4B84-BB4F-98008F98E2CA}</ProjectGuid>
    <Keyword>Win32Proj</Keyword>
    <RootNamespace>gen_agent_test2</RootNamespace>
    <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v141</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v141</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v141</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v141</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </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 Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    <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 Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <LinkIncremental>true</LinkIncremental>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <LinkIncremental>true</LinkIncremental>
  </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>
      </PrecompiledHeader>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>Disabled</Optimization>
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>Disabled</Optimization>
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="abstraction_functions.cpp" />
    <ClCompile Include="AbstractionModule.cpp" />
    <ClCompile Include="abstraction_interface.cpp" />
    <ClCompile Include="Agent.cpp" />
    <ClCompile Include="AgentSlotOfTestbench.cpp" />
    <ClCompile Include="attach_modules.cpp" />
    <ClCompile Include="attach_modulesToTestbench.cpp" />
    <ClCompile Include="AverageValue.cpp" />
    <ClCompile Include="boundary_check.cpp" />
    <ClCompile Include="Bunch_Module.cpp" />
    <ClCompile Include="Channel.cpp" />
    <ClCompile Include="ChannelSlotOfTestbench.cpp" />
    <ClCompile Include="clock.cpp" />
    <ClCompile Include="Continuous_Average.cpp" />
    <ClCompile Include="create_unit.cpp" />
    <ClCompile Include="Cross_Confidence_Validator.cpp" />
    <ClCompile Include="CSVreaderModule.cpp" />
    <ClCompile Include="CSV_Writer.cpp" />
    <ClCompile Include="Discrete_Average.cpp" />
    <ClCompile Include="Evaluation.cpp" />
    <ClCompile Include="ExtremeValue.cpp" />
    <ClCompile Include="fluidConfig.cpp" />
    <ClCompile Include="HandlerOfAgent.cpp" />
    <ClCompile Include="HistoryEntry.cpp" />
    <ClCompile Include="HistoryModule.cpp" />
    <ClCompile Include="inAgentsRegistrations.cpp" />
    <ClCompile Include="Lookuptable.cpp" />
    <ClCompile Include="main.cpp" />
    <ClCompile Include="MasterAgentHandlerOfAgent.cpp" />
    <ClCompile Include="MasterAgentSlotOfAgent.cpp" />
    <ClCompile Include="MaximumValue.cpp" />
    <ClCompile Include="Message.cpp" />
    <ClCompile Include="MinumumValue.cpp" />
    <ClCompile Include="Module.cpp" />
    <ClCompile Include="mount_nodes.cpp" />
    <ClCompile Include="newMotorConfig.cpp" />
    <ClCompile Include="Node.cpp" />
    <ClCompile Include="ConfidenceModule.cpp" />
    <ClCompile Include="printError.cpp" />
    <ClCompile Include="Range.cpp" />
    <ClCompile Include="register_in_testbench.cpp" />
    <ClCompile Include="relationChecker.cpp" />
    <ClCompile Include="Sensor.cpp" />
    <ClCompile Include="SensorHandlerOfAgent.cpp" />
    <ClCompile Include="SensorSlotOfAgent.cpp" />
    <ClCompile Include="setupNode.cpp" />
    <ClCompile Include="setup_lookuptable.cpp" />
    <ClCompile Include="SlaveAgentHandlerOfAgent.cpp" />
    <ClCompile Include="SlaveAgentSlotOfAgent.cpp" />
    <ClCompile Include="Slot.cpp" />
    <ClCompile Include="SlotOfAgent.cpp" />
    <ClCompile Include="State.cpp" />
    <ClCompile Include="StateHandler.cpp" />
    <ClCompile Include="StateModule.cpp" />
    <ClCompile Include="StateVariable.cpp" />
    <ClCompile Include="StatisticValue.cpp" />
    <ClCompile Include="SubState.cpp" />
    <ClCompile Include="Testbench.cpp" />
    <ClCompile Include="SensorSlotOfTestbench.cpp" />
    <ClCompile Include="Unit.cpp" />
    <ClCompile Include="user_method_abstraction.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="abstraction_functions.h" />
    <ClInclude Include="AbstractionModule.h" />
    <ClInclude Include="abstraction_interface.h" />
    <ClInclude Include="Agent.h" />
    <ClInclude Include="AgentSlotOfTestbench.h" />
    <ClInclude Include="attach_modules.h" />
    <ClInclude Include="attach_modulesToTestbench.h" />
    <ClInclude Include="AverageValue.h" />
    <ClInclude Include="boundary_check.h" />
    <ClInclude Include="Bunch_Module.h" />
    <ClInclude Include="Channel.h" />
    <ClInclude Include="ChannelSlotOfTestbench.h" />
    <ClInclude Include="clock.h" />
    <ClInclude Include="Continuous_Average.h" />
    <ClInclude Include="create_unit.h" />
    <ClInclude Include="Cross_Confidence_Validator.h" />
    <ClInclude Include="CSVreaderModule.h" />
    <ClInclude Include="CSV_Writer.h" />
    <ClInclude Include="Discrete_Average.h" />
    <ClInclude Include="Evaluation.h" />
    <ClInclude Include="ExtremeValue.h" />
    <ClInclude Include="fluidConfig.h" />
    <ClInclude Include="HandlerOfAgent.h" />
    <ClInclude Include="HistoryEntry.h" />
    <ClInclude Include="HistoryModule.h" />
    <ClInclude Include="inAgentsRegistrations.h" />
    <ClInclude Include="instruction_set_architecture.h" />
    <ClInclude Include="Lookuptable.h" />
    <ClInclude Include="MasterAgentHandlerOfAgent.h" />
    <ClInclude Include="MasterAgentSlotOfAgent.h" />
    <ClInclude Include="MaximumValue.h" />
    <ClInclude Include="Message.h" />
    <ClInclude Include="MinumumValue.h" />
    <ClInclude Include="Module.h" />
    <ClInclude Include="mount_nodes.h" />
    <ClInclude Include="newMotorConfig.h" />
    <ClInclude Include="Node.h" />
    <ClInclude Include="ConfidenceModule.h" />
    <ClInclude Include="printError.h" />
    <ClInclude Include="project_settings.h" />
    <ClInclude Include="Range.h" />
    <ClInclude Include="register_in_testbench.h" />
    <ClInclude Include="relationChecker.h" />
    <ClInclude Include="rlutil.h" />
    <ClInclude Include="Sensor.h" />
    <ClInclude Include="SensorHandlerOfAgent.h" />
    <ClInclude Include="SensorSlotOfAgent.h" />
    <ClInclude Include="settings.h" />
    <ClInclude Include="setupNode.h" />
    <ClInclude Include="setup_lookuptable.h" />
    <ClInclude Include="SlaveAgentHandlerOfAgent.h" />
    <ClInclude Include="SlaveAgentSlotOfAgent.h" />
    <ClInclude Include="Slot.h" />
    <ClInclude Include="SlotOfAgent.h" />
    <ClInclude Include="State.h" />
    <ClInclude Include="StateHandler.h" />
    <ClInclude Include="StateModule.h" />
    <ClInclude Include="StateVariable.h" />
    <ClInclude Include="StatisticValue.h" />
    <ClInclude Include="SubState.h" />
    <ClInclude Include="Testbench.h" />
    <ClInclude Include="SensorSlotOfTestbench.h" />
    <ClInclude Include="Unit.h" />
    <ClInclude Include="user_method_abstraction.h" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>