FLY.Weight2.csproj 4.94 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{B47F09DE-9A6E-421F-B7C0-2EA87CC09570}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>FLY.Weight2</RootNamespace>
    <AssemblyName>FLY.Weight2</AssemblyName>
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <Deterministic>true</Deterministic>
  </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>
  </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>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="PresentationCore" />
    <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.Net.Http" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
45
    <Compile Include="Client\BulkDbFlowServiceClient.cs" />
46 47 48
    <Compile Include="Client\WeightSystemServiceClient.cs" />
    <Compile Include="Common\WeighterAccessory.cs" />
    <Compile Include="Common\WeighterC.cs" />
49
    <Compile Include="IService\IBulkDbFlowService.cs" />
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
    <Compile Include="IService\IWeightSystemService.cs" />
    <Compile Include="OBJ_INTERFACE\OBJ_INTERFACE.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Server.OBJProxy\OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\WeightSystem_OBJProxy.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\SysParam.cs" />
    <Compile Include="Server\TDGage.cs" />
    <Compile Include="Server\WeightSystem.cs" />
  </ItemGroup>
  <ItemGroup>
65 66 67 68
    <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>
69 70 71 72
    <ProjectReference Include="..\..\thick_public\Project.FLY.FObjSys\FObjBaseReflect\FObjBase.Reflect.csproj">
      <Project>{15F40C32-D546-4B2A-8D80-B3DDBCDAA690}</Project>
      <Name>FObjBase.Reflect</Name>
    </ProjectReference>
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
    <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.OBJComponents\OBJComponents\FLY.OBJComponents.csproj">
      <Project>{A539505D-9AC0-426B-A9A0-197DF50598B0}</Project>
      <Name>FLY.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 />
  <ItemGroup>
    <PackageReference Include="AutoMapper">
97
      <Version>10.1.1</Version>
98 99 100 101
    </PackageReference>
    <PackageReference Include="Newtonsoft.Json">
      <Version>12.0.3</Version>
    </PackageReference>
102
    <PackageReference Include="PropertyChanged.Fody">
潘栩锋's avatar
潘栩锋 committed
103
      <Version>3.3.1</Version>
104
    </PackageReference>
105 106 107
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>