| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?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="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\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\FGC_BZ.cs" />
- <Compile Include="ServerModel\PieceWork.cs" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Curtain.Core">
- <HintPath>..\..\lib\Curtain.Core.dll</HintPath>
- </Reference>
- <Reference Include="Curtain.DataAccess, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\lib\Curtain.DataAccess.dll</HintPath>
- </Reference>
- <Reference Include="Curtain.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\lib\Curtain.Framework.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\FGC_BZ.ini">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <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>
|