PlcCom.csproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{C4417822-36E9-48DF-A0CD-2122E397B615}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PlcCom</RootNamespace>
  11. <AssemblyName>PlcCom</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <PlatformTarget>x64</PlatformTarget>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  36. <DebugSymbols>true</DebugSymbols>
  37. <OutputPath>bin\x64\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>x64</PlatformTarget>
  41. <LangVersion>7.3</LangVersion>
  42. <ErrorReport>prompt</ErrorReport>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  45. <OutputPath>bin\x64\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <Optimize>true</Optimize>
  48. <DebugType>pdbonly</DebugType>
  49. <PlatformTarget>x64</PlatformTarget>
  50. <LangVersion>7.3</LangVersion>
  51. <ErrorReport>prompt</ErrorReport>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="IACommService4CSharp">
  55. <HintPath>DeltaIACommDLL\IACommService4CSharp.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="AxCommVarType.cs" />
  68. <Compile Include="DeltaAxCommProtocol.cs" />
  69. <Compile Include="DeltaIACommHelper\ArrayBase_t.cs" />
  70. <Compile Include="DeltaIACommHelper\AXClient_t.cs" />
  71. <Compile Include="DeltaIACommHelper\AXDeviceInfo_t.cs" />
  72. <Compile Include="DeltaIACommHelper\BrowsedDeviceInfo_t.cs" />
  73. <Compile Include="DeltaIACommHelper\ComplexBase_t.cs" />
  74. <Compile Include="DeltaIACommHelper\DataItem_t.cs" />
  75. <Compile Include="DeltaIACommHelper\DataValue_t.cs" />
  76. <Compile Include="DeltaIACommHelper\DeviceBaseInfo_t.cs" />
  77. <Compile Include="DeltaIACommHelper\ErrorCode.cs" />
  78. <Compile Include="DeltaIACommHelper\EthernetInfo_t.cs" />
  79. <Compile Include="DeltaIACommHelper\GeneralConfig_t.cs" />
  80. <Compile Include="DeltaIACommHelper\IACommService_t.cs" />
  81. <Compile Include="DeltaIACommHelper\IBrowseDeviceCallback_t.cs" />
  82. <Compile Include="DeltaIACommHelper\IConnectionCallback_t.cs" />
  83. <Compile Include="DeltaIACommHelper\IDataChangeCallback_t.cs" />
  84. <Compile Include="DeltaIACommHelper\IReadCompleteCallback_t.cs" />
  85. <Compile Include="DeltaIACommHelper\IWriteCompleteCallback_t.cs" />
  86. <Compile Include="DeltaIACommHelper\LogConfig_t.cs" />
  87. <Compile Include="DeltaIACommHelper\SymbolNodeInfo_t.cs" />
  88. <Compile Include="IPlcComProtocol.cs" />
  89. <Compile Include="PlcContex.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. </ItemGroup>
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. </Project>