<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props')" />
  <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>
  <ItemGroup>
    <ClCompile Include="Hardware\CAN_Transmit_Receive.c" />
    <ClCompile Include="Hardware\FLASH_EEPROM_RAM_Memory.c" />
    <ClCompile Include="Hardware\Save_Load_Struct.c" />
    <ClCompile Include="ISO_11783\ISO_11783-7_Application_Layer\Auxiliary_Valve_Command.c" />
    <ClCompile Include="ISO_11783\ISO_11783-7_Application_Layer\Auxiliary_Valve_Estimated_Flow.c" />
    <ClCompile Include="ISO_11783\ISO_11783-7_Application_Layer\Auxiliary_Valve_Measured_Position.c" />
    <ClCompile Include="ISO_11783\ISO_11783-7_Application_Layer\General_Purpose_Valve_Command.c" />
    <ClCompile Include="ISO_11783\ISO_11783-7_Application_Layer\General_Purpose_Valve_Estimated_Flow.c" />
    <ClCompile Include="Main.c" />
    <ClCompile Include="Open_SAE_J1939\Closedown_ECU.c" />
    <ClCompile Include="Open_SAE_J1939\Listen_For_Messages.c" />
    <ClCompile Include="Open_SAE_J1939\Startup_ECU.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-21_Transport_Layer\Acknowledgement.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-71_Application_Layer\Request_Proprietary.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-21_Transport_Layer\Request.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-21_Transport_Layer\Transport_Protocol_Connection_Management.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-21_Transport_Layer\Transport_Protocol_Data_Transfer.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-71_Application_Layer\Request_Component_Identification.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-71_Application_Layer\Request_ECU_Identification.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-71_Application_Layer\Request_Software_Identification.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-73_Diagnostics_Layer\DM1.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-73_Diagnostics_Layer\DM14.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-73_Diagnostics_Layer\DM15.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-73_Diagnostics_Layer\DM16.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-73_Diagnostics_Layer\DM2.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-73_Diagnostics_Layer\DM3.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-81_Network_Management_Layer\Address_Claimed.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-81_Network_Management_Layer\Address_Delete.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-81_Network_Management_Layer\Address_Not_Claimed.c" />
    <ClCompile Include="SAE_J1939\SAE_J1939-81_Network_Management_Layer\Commanded_Address.c" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="Hardware\Hardware.h" />
    <ClInclude Include="ISO_11783\ISO_11783-7_Application_Layer\Application_Layer.h" />
    <ClInclude Include="ISO_11783\ISO_11783_Enums\Enum_Valves.h" />
    <ClInclude Include="Open_SAE_J1939\C89_Library.h" />
    <ClInclude Include="Open_SAE_J1939\Open_SAE_J1939.h" />
    <ClInclude Include="Open_SAE_J1939\Structs.h" />
    <ClInclude Include="SAE_J1939\SAE_J1939-21_Transport_Layer\Transport_Layer.h" />
    <ClInclude Include="SAE_J1939\SAE_J1939-71_Application_Layer\Application_Layer.h" />
    <ClInclude Include="SAE_J1939\SAE_J1939-73_Diagnostics_Layer\Diagnostics_Layer.h" />
    <ClInclude Include="SAE_J1939\SAE_J1939-81_Network_Management_Layer\Network_Management_Layer.h" />
    <ClInclude Include="SAE_J1939\SAE_J1939_Enums\Enum_Control_Byte.h" />
    <ClInclude Include="SAE_J1939\SAE_J1939_Enums\Enum_DM14_DM15.h" />
    <ClInclude Include="SAE_J1939\SAE_J1939_Enums\Enum_DM1_DM2.h" />
    <ClInclude Include="SAE_J1939\SAE_J1939_Enums\Enum_Group_Function_Value.h" />
    <ClInclude Include="SAE_J1939\SAE_J1939_Enums\Enum_NAME.h" />
    <ClInclude Include="SAE_J1939\SAE_J1939_Enums\Enum_PGN.h" />
    <ClInclude Include="SAE_J1939\SAE_J1939_Enums\Enum_Send_Status.h" />
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <VCProjectVersion>16.0</VCProjectVersion>
    <Keyword>Win32Proj</Keyword>
    <ProjectGuid>{64cdd89d-0d0d-451e-8554-3d68f4ebbfd3}</ProjectGuid>
    <RootNamespace>OpenSAEJ1939</RootNamespace>
    <WindowsTargetPlatformVersion>10.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>v143</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v143</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v143</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v143</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>Unicode</CharacterSet>
  </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" />
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
  </ItemDefinitionGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
    <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.targets')" />
  </ImportGroup>
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
    <PropertyGroup>
      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
    </PropertyGroup>
    <Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props'))" />
    <Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.targets'))" />
  </Target>
</Project>