PLC_S.csproj 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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>{D8E5691A-A15B-45E7-96E6-2E5A4CCA8803}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PLC_S</RootNamespace>
  11. <AssemblyName>PLC_S</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</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. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Compile Include="Core\IWindowsServer.cs" />
  35. <Compile Include="EPTS\DeviceAuto\EPTS_DeviceAuto.cs" />
  36. <Compile Include="EPTS\DeviceAuto\INI_DA.cs" />
  37. <Compile Include="EPTS\GoodsAuto\EPTS_GoodsAuto.cs" />
  38. <Compile Include="EPTS\GoodsAuto\INI_GA.cs" />
  39. <Compile Include="Proxy\ISmartDevice.cs" />
  40. <Compile Include="Proxy\SmartDeviceProxy.cs" />
  41. <Compile Include="Proxy\WCFProxy.cs" />
  42. <Compile Include="Proxy\WCFProxySetting.cs" />
  43. <Compile Include="Proxy\WorkPiece.cs" />
  44. <Compile Include="ServerModel\ApiAuto.cs" />
  45. <Compile Include="ServerModel\GoodsAuto.cs" />
  46. <Compile Include="ServerModel\GoodsCode.cs" />
  47. <Compile Include="Core\IShowLog.cs" />
  48. <Compile Include="Core\PLC_S_Core.cs" />
  49. <Compile Include="Core\PLC_Server.cs" />
  50. <Compile Include="Properties\AssemblyInfo.cs" />
  51. <Compile Include="ServerModel\PieceWork.cs" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Reference Include="Curtain.Core.net4">
  55. <HintPath>..\..\lib\Curtain.Core.net4.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Curtain.DataAccess.net4">
  58. <HintPath>..\..\lib\Curtain.DataAccess.net4.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Curtain.Framework.net4">
  61. <HintPath>..\..\lib\Curtain.Framework.net4.dll</HintPath>
  62. </Reference>
  63. <Reference Include="ICSharpCode.SharpZipLib">
  64. <HintPath>..\..\lib\ICSharpCode.SharpZipLib.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\..\lib\Newtonsoft.Json.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\..\lib\Oracle.ManagedDataAccess.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.ServiceModel" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <None Include="PLC_S_INI\PLC_S_GA.ini" />
  80. <None Include="PLC_S_INI\PLC_S_GC.ini" />
  81. <None Include="PLC_S_INI\PLC_S_PW.ini">
  82. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  83. </None>
  84. <None Include="PLC_S_INI\PLC_S_S.ini">
  85. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  86. </None>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ProjectReference Include="..\..\Curtain.Net.Sockets\Curtain.Net.Sockets.net4.csproj">
  90. <Project>{8d6605d6-91e7-4c9f-9f1a-ded8fa4562f5}</Project>
  91. <Name>Curtain.Net.Sockets.net4</Name>
  92. </ProjectReference>
  93. </ItemGroup>
  94. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  95. </Project>