FlyAdBase2.csproj 3.47 KB
Newer Older
1 2 3 4 5 6
<?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>
7
    <ProjectGuid>{95A19C51-26C5-441B-96B8-16386F91B215}</ProjectGuid>
8 9
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
10 11
    <RootNamespace>FlyADBase</RootNamespace>
    <AssemblyName>FlyAdBase2</AssemblyName>
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
    <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="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" />
    <Reference Include="WindowsBase" />
  </ItemGroup>
  <ItemGroup>
45
    <Compile Include="FlyAd2021Adv.cs" />
潘栩锋's avatar
潘栩锋 committed
46 47
    <Compile Include="FlyAd2021Comm_SerialPort.cs" />
    <Compile Include="FlyAd2021Core.cs" />
48
    <Compile Include="FlyAd2021.cs" />
潘栩锋's avatar
潘栩锋 committed
49 50 51
    <Compile Include="FlyAd2021Comm_TcpClient.cs" />
    <Compile Include="Inc\IFlyAd2021Comm.cs" />
    <Compile Include="Inc\IFlyAd2021Core.cs" />
52 53 54 55
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="ProtocolCommon.cs" />
  </ItemGroup>
  <ItemGroup>
56 57 58 59
    <ProjectReference Include="..\..\Project.FLY.FObjSys\FObjSys\FObjBase.csproj">
      <Project>{ABFE87D4-B692-4AE9-A8C0-1F470B8ACBB8}</Project>
      <Name>FObjBase</Name>
    </ProjectReference>
60 61 62 63 64 65 66 67 68 69
    <ProjectReference Include="..\..\Project.FLY.Misc\MISC\Misc.csproj">
      <Project>{5ee61ac6-5269-4f0f-b8fa-4334fe4a678f}</Project>
      <Name>Misc</Name>
    </ProjectReference>
    <ProjectReference Include="..\FlyADBase\FlyADBase.csproj">
      <Project>{dd8a6858-1261-49f7-86be-5ac5c3a0ec34}</Project>
      <Name>FlyADBase</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
70 71 72
    <PackageReference Include="AutoMapper">
      <Version>10.1.1</Version>
    </PackageReference>
73
    <PackageReference Include="Newtonsoft.Json">
潘栩锋's avatar
潘栩锋 committed
74
      <Version>13.0.2</Version>
75
    </PackageReference>
76
    <PackageReference Include="NLog">
潘栩锋's avatar
潘栩锋 committed
77
      <Version>5.1.0</Version>
78
    </PackageReference>
79
    <PackageReference Include="PropertyChanged.Fody">
潘栩锋's avatar
潘栩锋 committed
80
      <Version>4.1.0</Version>
81 82 83 84
    </PackageReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>