<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{743FFCED-E796-41B4-A8ED-D9279329C7C9}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>iWareSda</RootNamespace>
|
<AssemblyName>iWareSda</AssemblyName>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
|
<TargetFrameworkProfile />
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationIcon>Robot.ico</ApplicationIcon>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="HslCommunication">
|
<HintPath>..\DLL\HslCommunication.dll</HintPath>
|
</Reference>
|
<Reference Include="logtxt">
|
<HintPath>DLL\logtxt.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="OpcAccess, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\OpcAccess.dll</HintPath>
|
</Reference>
|
<Reference Include="S7.Net, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\S7.Net.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.Security" />
|
<Reference Include="System.ServiceModel" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Deployment" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Common\SdaHelper.cs" />
|
<Compile Include="Common\Struct\WareSdaStruct.cs" />
|
<Compile Include="Devices\1-Srm\SrmModel\DB\SrmDBForRead.cs" />
|
<Compile Include="Devices\1-Srm\SrmModel\DB\SrmDBForWrite.cs" />
|
<Compile Include="Devices\1-Srm\SrmModel\DB\SrmDB2Obj.cs" />
|
<Compile Include="Devices\1-Srm\SrmModel\SrmView.cs" />
|
<Compile Include="Devices\1-Srm\SrmModel\Srm_CacheEntity.cs" />
|
<Compile Include="Devices\1-Srm\SrmModel\SrmEntity.cs" />
|
<Compile Include="Devices\1-Srm\SrmService\ISrmService.cs" />
|
<Compile Include="Devices\1-Srm\SrmService\SrmService.cs" />
|
<Compile Include="Devices\2-Line\LineModel\DB\LineDB2Obj.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="Devices\2-Line\LineModel\DB\LineDBForRead.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="Devices\2-Line\LineModel\DB\LineDBForWrite.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="Devices\2-Line\LineModel\LineEntity.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="Devices\2-Line\LineModel\LineView.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="Devices\2-Line\LineModel\Line_CacheEntity.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="Devices\2-Line\LineService\ILineService.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="Devices\2-Line\LineService\LineService.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="Devices\3-HuscoLine\HuscoLineModel\DB\HuscoLineDB2Obj.cs" />
|
<Compile Include="Devices\3-HuscoLine\HuscoLineModel\DB\HuscoLineDBForRead.cs" />
|
<Compile Include="Devices\3-HuscoLine\HuscoLineModel\DB\HuscoLineDBForWrite.cs" />
|
<Compile Include="Devices\3-HuscoLine\HuscoLineModel\HuscoLineEntity.cs" />
|
<Compile Include="Devices\3-HuscoLine\HuscoLineModel\HuscoLineView.cs" />
|
<Compile Include="Devices\3-HuscoLine\HuscoLineModel\HuscoLine_CacheEntity.cs" />
|
<Compile Include="Devices\3-HuscoLine\HuscoLineService\IHuscoLineService.cs" />
|
<Compile Include="Devices\3-HuscoLine\HuscoLineService\HuscoLineService.cs" />
|
<Compile Include="Devices\3-Rgv\RgvModel\DB\RgvDB2Obj.cs" />
|
<Compile Include="Devices\3-Rgv\RgvModel\DB\RgvDBForRead.cs" />
|
<Compile Include="Devices\3-Rgv\RgvModel\DB\RgvDBForWrite.cs" />
|
<Compile Include="Devices\3-Rgv\RgvModel\DB\RgvComm.cs" />
|
<Compile Include="Devices\3-Rgv\RgvModel\RgvEntity.cs" />
|
<Compile Include="Devices\3-Rgv\RgvModel\RgvView.cs" />
|
<Compile Include="Devices\3-Rgv\RgvModel\Rgv_CacheEntity.cs" />
|
<Compile Include="Devices\3-Rgv\RgvService\IRgvService.cs" />
|
<Compile Include="Devices\3-Rgv\RgvService\RgvService.cs" />
|
<Compile Include="Devices\4-Station\StationModel\DB\Items\Read\StationDB2ObjForReadComm.cs" />
|
<Compile Include="Devices\4-Station\StationModel\DB\Items\Write\StationDB2ObjForWriteComm.cs" />
|
<Compile Include="Devices\4-Station\StationModel\DB\Items\Read\StationDBForReadComm.cs" />
|
<Compile Include="Devices\4-Station\StationModel\DB\Items\Write\StationDBForWriteComm.cs" />
|
<Compile Include="Devices\4-Station\StationModel\DB\RgvDB2Obj.cs" />
|
<Compile Include="Devices\4-Station\StationModel\DB\RgvDBForRead.cs" />
|
<Compile Include="Devices\4-Station\StationModel\DB\RgvDBForWrite.cs" />
|
<Compile Include="Devices\4-Station\StationModel\StationEntity.cs" />
|
<Compile Include="Devices\4-Station\StationModel\StationView.cs" />
|
<Compile Include="Devices\4-Station\StationModel\Station_CacheEntity.cs" />
|
<Compile Include="Devices\4-Station\StationService\IStationService.cs" />
|
<Compile Include="Devices\4-Station\StationService\StationService.cs" />
|
<Compile Include="Interface\IDevice.cs" />
|
<Compile Include="Model\DeviceWarningInfo.cs" />
|
<Compile Include="Model\SdaResEntity.cs" />
|
<Compile Include="Model\StationLocationEnum.cs" />
|
<Compile Include="PLCService\Default\AB_HslCommunicationService.cs" />
|
<Compile Include="PLCService\Default\Siemens_HslCommunicationService.cs" />
|
<Compile Include="PLCService\Models\BasePlcParam.cs" />
|
<Compile Include="PLCService\Models\HslCommunicationParam.cs" />
|
<Compile Include="PLCService\Models\SS7Param.cs" />
|
<Compile Include="PLCService\PLCFactory.cs" />
|
<Compile Include="PLCService\PLCService.cs" />
|
<Compile Include="SdaMainForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="SdaMainForm.Designer.cs">
|
<DependentUpon>SdaMainForm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="PLCService\Default\SS7.cs" />
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<EmbeddedResource Include="SdaMainForm.resx">
|
<DependentUpon>SdaMainForm.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Resources.resx</DependentUpon>
|
<DesignTime>True</DesignTime>
|
</Compile>
|
<None Include="packages.config" />
|
<None Include="Properties\Settings.settings">
|
<Generator>SettingsSingleFileGenerator</Generator>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
</None>
|
<Compile Include="Properties\Settings.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Settings.settings</DependentUpon>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="DLL\EntityFramework.dll" />
|
<Content Include="DLL\EntityFramework.SqlServer.dll" />
|
<Content Include="DLL\Interop.OPCAutomation.dll" />
|
<Content Include="DLL\log4net.dll" />
|
<Content Include="DLL\log4net.xml">
|
<SubType>Designer</SubType>
|
</Content>
|
<Content Include="DLL\Newtonsoft.Json.dll" />
|
<Content Include="DLL\Newtonsoft.Json.xml">
|
<SubType>Designer</SubType>
|
</Content>
|
<Content Include="DLL\OpcAccess.dll" />
|
<Content Include="DLL\WZ.Useful.Commons.dll" />
|
<Content Include="IwareICO.ico" />
|
<Content Include="LOGO.ico" />
|
<Content Include="Robot.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\iWareCommon\iWareCommon.csproj">
|
<Project>{3583fcf0-92c7-406c-ad78-9fb7c11293cf}</Project>
|
<Name>iWareCommon</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\iWareModel\iWareModel.csproj">
|
<Project>{556a91f0-34d1-4d23-a1c7-f27e19d916d3}</Project>
|
<Name>iWareModel</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadata Include="Service References\" />
|
</ItemGroup>
|
<ItemGroup />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
<Target Name="BeforeBuild">
|
</Target>
|
<Target Name="AfterBuild">
|
</Target>
|
-->
|
</Project>
|