<?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>{2596860F-7756-4CA2-B7D0-C5D16716440A}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>VirtualConveyor</RootNamespace>
|
<AssemblyName>VirtualConveyor</AssemblyName>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<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>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugType>pdbonly</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationIcon>favicon1.ico</ApplicationIcon>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.EnterpriseServices" />
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.ServiceModel" />
|
<Reference Include="System.Web.Services" />
|
<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\Entity\BindableBase.cs" />
|
<Compile Include="Cache\Entity\CacheEntity.cs" />
|
<Compile Include="Conveyor\Entity\ConveyorEntity.cs" />
|
<Compile Include="Conveyor\Entity\GateEntity.cs" />
|
<Compile Include="Conveyor\Entity\OpcReadItem.cs" />
|
<Compile Include="Conveyor\Entity\OpcWriteItem.cs" />
|
<Compile Include="Conveyor\Entity\TaskEntity.cs" />
|
<Compile Include="Conveyor\EnumType\ETaskStatus.cs" />
|
<Compile Include="HeartBeat\Entity\HeartBeatEntity.cs" />
|
<Compile Include="HeartBeat\Entity\OpcWriteItem.cs" />
|
<Compile Include="HeartBeat\Entity\OpcReadItem.cs" />
|
<Compile Include="MainForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="MainForm.Designer.cs">
|
<DependentUpon>MainForm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Service References\OpcWcfService\Reference.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</Compile>
|
<Compile Include="Utils\LogTextHelper.cs" />
|
<Compile Include="Utils\ThreadHelper.cs" />
|
<Compile Include="View\Conveyor\ConveyorForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="View\Conveyor\ConveyorForm.Designer.cs">
|
<DependentUpon>ConveyorForm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="View\HeartBeat\HeartBeatForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="View\HeartBeat\HeartBeatForm.Designer.cs">
|
<DependentUpon>HeartBeatForm.cs</DependentUpon>
|
</Compile>
|
<EmbeddedResource Include="MainForm.resx">
|
<DependentUpon>MainForm.cs</DependentUpon>
|
</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>
|
<EmbeddedResource Include="View\Conveyor\ConveyorForm.resx">
|
<DependentUpon>ConveyorForm.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="View\HeartBeat\HeartBeatForm.resx">
|
<DependentUpon>HeartBeatForm.cs</DependentUpon>
|
</EmbeddedResource>
|
<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>
|
<None Include="Service References\OpcWcfService\Arrays.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Service References\OpcWcfService\service.wsdl" />
|
<None Include="Service References\OpcWcfService\service.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Service References\OpcWcfService\service1.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadata Include="Service References\" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="favicon1.ico" />
|
<Content Include="icons\favicon1.ico" />
|
<None Include="Service References\OpcWcfService\Reference.svcmap">
|
<Generator>WCF Proxy Generator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
<None Include="Service References\OpcWcfService\configuration.svcinfo" />
|
<None Include="Service References\OpcWcfService\configuration91.svcinfo" />
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadataStorage Include="Service References\OpcWcfService\" />
|
</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>
|