<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{3FAF02DE-B9E8-4DDA-A8E4-7A99E6E53ACB}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>FLY.FeedbackRenZiJia</RootNamespace>
    <AssemblyName>FLY.FeedbackRenZiJia</AssemblyName>
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
    <Reference Include="WindowsBase" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Client\FeedbackHeatServiceClient.cs" />
    <Compile Include="Client\HeatBufServiceClient.cs" />
    <Compile Include="Client\HeatCellServiceClient.cs" />
    <Compile Include="Client\SnapShotBufServiceClient.cs" />
    <Compile Include="Common\ERRNOs.cs" />
    <Compile Include="Common\FeedbackHeatsMark.cs" />
    <Compile Include="Common\FlyData_BoltHeatRecord.cs" />
    <Compile Include="Common\FlyData_SnapShot.cs" />
    <Compile Include="Common\FlyData_FeedbackHeat.cs" />
    <Compile Include="Common\HeatProfile.cs" />
    <Compile Include="Common\MyMath.cs" />
    <Compile Include="IService\IHeatBuf.cs" />
    <Compile Include="IService\ISnapShotBuf.cs" />
    <Compile Include="OBJ_INTERFACE\FEEDBACK_OBJ_INTERFACE.cs" />
    <Compile Include="IService\IFeedbackHeat.cs" />
    <Compile Include="OBJ_INTERFACE\HEATBUF_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\HEATCELL_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\OBJ_INTERFACE_ID.cs" />
    <Compile Include="OBJ_INTERFACE\SNAPSHOT_OBJ_INTERFACE.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Server.OBJProxy\HeatBuf_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\HeatCell_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\SnapShotBuf_OBJProxy.cs" />
    <Compile Include="Server\FeedbackHeat.cs" />
    <Compile Include="Server.OBJProxy\FeedbackHeat_OBJProxy.cs" />
    <Compile Include="Server\HeatBuf.cs" />
    <Compile Include="Server\HeatCell.cs" />
    <Compile Include="Server\HeatChanged.cs" />
    <Compile Include="Server\HeatCheck.cs" />
    <Compile Include="Server\HMI.cs" />
    <Compile Include="IService\IHeatCell.cs" />
    <Compile Include="IService\IHeatCheck.cs" />
    <Compile Include="IService\IPLCLink.cs" />
    <Compile Include="Server\Model\DbModel.cs" />
    <Compile Include="Server\Model\DbTable.cs" />
    <Compile Include="Server\Model\HistoryDb.cs" />
    <Compile Include="Server\Model\LcTable.cs" />
    <Compile Include="Server\Model\Lc_AutoMapperProfile.cs" />
    <Compile Include="Server\PLCLink.cs" />
    <Compile Include="Server\SnapShotBuf.cs" />
    <Compile Include="Server\SysParam.cs" />
    <Compile Include="Server\TDGage.cs" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="FodyWeavers.xml">
      <SubType>Designer</SubType>
    </Resource>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Project.FLY.Thick.Blowing\FLY.Thick.Blowing\FLY.Thick.Blowing.csproj">
      <Project>{cc20abeb-59f6-492b-a963-51121eb5ae66}</Project>
      <Name>FLY.Thick.Blowing</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\thick_public\Project.FLY.FObjSys\FObjSys\FObjBase.csproj">
      <Project>{abfe87d4-b692-4ae9-a8c0-1f470b8acbb8}</Project>
      <Name>FObjBase</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\thick_public\Project.FLY.Misc\MISC\Misc.csproj">
      <Project>{5ee61ac6-5269-4f0f-b8fa-4334fe4a678f}</Project>
      <Name>Misc</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\thick_public\Project.FLY.ModbusMapper\FLY.ModbusMapper\FLY.ModbusMapper.csproj">
      <Project>{6d4b9bda-2a66-4583-b244-758bc4213d9f}</Project>
      <Name>FLY.ModbusMapper</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\thick_public\Project.FLY.ModbusModule\FLY.ModbusModule\FLY.ModbusModule.csproj">
      <Project>{8e19c40f-ce7f-4982-bd90-4eb4e9e04e34}</Project>
      <Name>FLY.ModbusModule</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\thick_public\Project.FLY.OBJComponents\OBJComponents\OBJComponents.csproj">
      <Project>{a539505d-9ac0-426b-a9a0-197df50598b0}</Project>
      <Name>OBJComponents</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\thick_public\Project.SQLiteHelper\SQLiteHelper\SQLiteHelper.csproj">
      <Project>{4cbabfaa-1c62-4510-ac63-a51ee5fd50ff}</Project>
      <Name>SQLiteHelper</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="AutoMapper">
      <Version>9.0.0</Version>
    </PackageReference>
    <PackageReference Include="Newtonsoft.Json">
      <Version>12.0.3</Version>
    </PackageReference>
    <PackageReference Include="PropertyChanged.Fody">
      <Version>2.6.1</Version>
    </PackageReference>
  </ItemGroup>
  <ItemGroup />
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>