PLC_S.csproj 4.2 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>{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="Proxy\ISmartDevice.cs" />
  36. <Compile Include="Proxy\SmartDeviceProxy.cs" />
  37. <Compile Include="Proxy\WCFProxy.cs" />
  38. <Compile Include="Proxy\WCFProxySetting.cs" />
  39. <Compile Include="Proxy\WorkPiece.cs" />
  40. <Compile Include="ServerModel\GoodsCode.cs" />
  41. <Compile Include="Core\IShowLog.cs" />
  42. <Compile Include="Core\PLC_S_Core.cs" />
  43. <Compile Include="Core\PLC_Server.cs" />
  44. <Compile Include="Properties\AssemblyInfo.cs" />
  45. <Compile Include="ServerModel\FGC_BZ.cs" />
  46. <Compile Include="ServerModel\PieceWork.cs" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Reference Include="Curtain.Core">
  50. <HintPath>..\..\lib\Curtain.Core.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Curtain.DataAccess, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\..\lib\Curtain.DataAccess.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Curtain.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\..\lib\Curtain.Framework.dll</HintPath>
  59. </Reference>
  60. <Reference Include="ICSharpCode.SharpZipLib">
  61. <HintPath>..\..\lib\ICSharpCode.SharpZipLib.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\..\lib\Newtonsoft.Json.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\..\lib\Oracle.ManagedDataAccess.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.ServiceModel" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <None Include="PLC_S_INI\FGC_BZ.ini">
  77. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  78. </None>
  79. <None Include="PLC_S_INI\PLC_S_PW.ini">
  80. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  81. </None>
  82. <None Include="PLC_S_INI\PLC_S_S.ini">
  83. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  84. </None>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <ProjectReference Include="..\..\Curtain.Net.Sockets\Curtain.Net.Sockets.net4.csproj">
  88. <Project>{8d6605d6-91e7-4c9f-9f1a-ded8fa4562f5}</Project>
  89. <Name>Curtain.Net.Sockets.net4</Name>
  90. </ProjectReference>
  91. </ItemGroup>
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. </Project>