| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?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>{D8E5691A-A15B-45E7-96E6-2E5A4CCA8803}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>PLC_S</RootNamespace>
- <AssemblyName>PLC_S</AssemblyName>
- <TargetFrameworkVersion>v4.0</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>
- <Compile Include="Core\IWindowsServer.cs" />
- <Compile Include="EPTS\DeviceAuto\EPTS_DeviceAuto.cs" />
- <Compile Include="EPTS\DeviceAuto\INI_DA.cs" />
- <Compile Include="EPTS\GoodsAuto\EPTS_GoodsAuto.cs" />
- <Compile Include="EPTS\GoodsAuto\INI_GA.cs" />
- <Compile Include="Proxy\ISmartDevice.cs" />
- <Compile Include="Proxy\SmartDeviceProxy.cs" />
- <Compile Include="Proxy\WCFProxy.cs" />
- <Compile Include="Proxy\WCFProxySetting.cs" />
- <Compile Include="Proxy\WorkPiece.cs" />
- <Compile Include="ServerModel\ApiAuto.cs" />
- <Compile Include="ServerModel\GoodsAuto.cs" />
- <Compile Include="ServerModel\GoodsCode.cs" />
- <Compile Include="Core\IShowLog.cs" />
- <Compile Include="Core\PLC_S_Core.cs" />
- <Compile Include="Core\PLC_Server.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="ServerModel\PieceWork.cs" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Curtain.Core.net4">
- <HintPath>..\..\lib\Curtain.Core.net4.dll</HintPath>
- </Reference>
- <Reference Include="Curtain.DataAccess.net4">
- <HintPath>..\..\lib\Curtain.DataAccess.net4.dll</HintPath>
- </Reference>
- <Reference Include="Curtain.Framework.net4">
- <HintPath>..\..\lib\Curtain.Framework.net4.dll</HintPath>
- </Reference>
- <Reference Include="ICSharpCode.SharpZipLib">
- <HintPath>..\..\lib\ICSharpCode.SharpZipLib.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\lib\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\lib\Oracle.ManagedDataAccess.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.ServiceModel" />
- </ItemGroup>
- <ItemGroup>
- <None Include="PLC_S_INI\PLC_S_GA.ini" />
- <None Include="PLC_S_INI\PLC_S_GC.ini" />
- <None Include="PLC_S_INI\PLC_S_PW.ini">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="PLC_S_INI\PLC_S_S.ini">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Curtain.Net.Sockets\Curtain.Net.Sockets.net4.csproj">
- <Project>{8d6605d6-91e7-4c9f-9f1a-ded8fa4562f5}</Project>
- <Name>Curtain.Net.Sockets.net4</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|