You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lj_plc/Main/Mesnac.Basic/Mesnac.Basic.csproj

148 lines
6.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{28ACACF1-9936-4E97-A866-F84366EC5286}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Mesnac.Basic</RootNamespace>
<AssemblyName>Mesnac.Basic</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</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' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.Core, Version=4.3.0.9338, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\PlugInPlatform\ICSharpCode.Core.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.Data.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\PlugInPlatform\ICSharpCode.Data.Core.dll</HintPath>
</Reference>
<Reference Include="InfluxData.Net.Common">
<HintPath>..\..\Libraries\InfluxData.Net.Common.dll</HintPath>
</Reference>
<Reference Include="InfluxData.Net.InfluxDb">
<HintPath>..\..\Libraries\InfluxData.Net.InfluxDb.dll</HintPath>
</Reference>
<Reference Include="Ionic.Zip">
<HintPath>..\..\A3Lib\NPOI\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
<HintPath>..\..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath>
</Reference>
<Reference Include="Mesnac.Codd">
<HintPath>..\..\Libraries\Mesnac.Codd.dll</HintPath>
</Reference>
<Reference Include="Mesnac.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\PlugInPlatform\Mesnac.Core.dll</HintPath>
</Reference>
<Reference Include="NPOI">
<HintPath>..\..\A3Lib\NPOI\NPOI.dll</HintPath>
</Reference>
<Reference Include="OpcDaNet, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Libraries\OpcDaNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Data.Services.Client" />
<Reference Include="System.Drawing" />
<Reference Include="System.Management" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Analyzer.cs" />
<Compile Include="AppConfigHelper.cs" />
<Compile Include="BasicInfo.cs" />
<Compile Include="CacheFactory.cs" />
<Compile Include="CreateType.cs" />
<Compile Include="DataBaseInfo.cs" />
<Compile Include="DataGridViewHelper.cs" />
<Compile Include="DataProcessor.cs" />
<Compile Include="DataSourceFactory.cs" />
<Compile Include="DataSourceItem.cs" />
<Compile Include="DataToFileHandler.cs" />
<Compile Include="DeviceManage.cs" />
<Compile Include="FixNodeName.cs" />
<Compile Include="FormInfo.cs" />
<Compile Include="InfluxDbHelper.cs" />
<Compile Include="IntakePath.cs" />
<Compile Include="InvokeHelper.cs" />
<Compile Include="LanguageHelper.cs" />
<Compile Include="LocaleHelper.cs" />
<Compile Include="MessageBoxTimeOut.cs" />
<Compile Include="ModbusRTUInfo.cs" />
<Compile Include="OPCComm.cs" />
<Compile Include="OPCDriver.cs" />
<Compile Include="OPCServerInfo.cs" />
<Compile Include="PlcBrand.cs" />
<Compile Include="ProcessHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Register.cs" />
<Compile Include="RunSchema.cs" />
<Compile Include="SerializableDictionary.cs" />
<Compile Include="SerializeHandler.cs" />
<Compile Include="Service\OperationCommand.cs" />
<Compile Include="Service\EventHandlerProcessor.cs" />
<Compile Include="Service\UndoRedoService.cs" />
<Compile Include="Service\ICommand.cs" />
<Compile Include="SetLocalTime.cs" />
<Compile Include="SixSigmaHelper.cs" />
<Compile Include="SocketClient.cs" />
<Compile Include="TreeViewHelper.cs" />
<Compile Include="UserInfo.cs" />
<Compile Include="Variable.cs" />
<Compile Include="Win32Tool.cs" />
<Compile Include="WinCmdHelper.cs" />
<Compile Include="XmlHandler.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</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>