354 changed files with 14463 additions and 17 deletions
@ -0,0 +1,3 @@ |
|||
{ |
|||
"CurrentProjectSetting": null |
|||
} |
|||
Binary file not shown.
@ -0,0 +1,9 @@ |
|||
{ |
|||
"ExpandedNodes": [ |
|||
"", |
|||
"\\SCADA", |
|||
"\\SCADA\\Program" |
|||
], |
|||
"SelectedNode": "\\SCADA\\Program\\DataExchange.sln", |
|||
"PreviewInSolutionExplorer": false |
|||
} |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,16 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|||
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging> |
|||
</PropertyGroup> |
|||
<PropertyGroup> |
|||
<PublishUrlHistory>publish\</PublishUrlHistory> |
|||
<InstallUrlHistory /> |
|||
<SupportUrlHistory /> |
|||
<UpdateUrlHistory /> |
|||
<BootstrapperUrlHistory /> |
|||
<ErrorReportUrlHistory /> |
|||
<FallbackCulture>zh-CN</FallbackCulture> |
|||
<VerifyUploadedFiles>false</VerifyUploadedFiles> |
|||
</PropertyGroup> |
|||
</Project> |
|||
@ -0,0 +1,40 @@ |
|||
<?xml version="1.0"?> |
|||
<configuration> |
|||
<configSections> |
|||
</configSections> |
|||
<connectionStrings/> |
|||
<system.serviceModel> |
|||
<services> |
|||
<!-- This section is optional with the new configuration model |
|||
introduced in .NET Framework 4. --> |
|||
<service name="BatchCoreService.DAService" behaviorConfiguration="DAServiceBehavior"> |
|||
<host> |
|||
<baseAddresses> |
|||
<add baseAddress="http://localhost:8000/SCADA/service"/> |
|||
</baseAddresses> |
|||
</host> |
|||
<!-- this endpoint is exposed at the base address provided by host: http://localhost:8000/SCADA/service --> |
|||
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="Binding1" bindingNamespace="http://BatchCoreService" contract="BatchCoreService.IDataExchangeService"/> |
|||
<!-- the mex endpoint is exposed at http://localhost:8000/SCADA/service/mex --> |
|||
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> |
|||
</service> |
|||
</services> |
|||
<bindings> |
|||
<basicHttpBinding> |
|||
<binding name="Binding1" sendTimeout="00:10:00" transferMode="Streamed" messageEncoding="Text" textEncoding="utf-8" maxReceivedMessageSize="9223372036854775807"> |
|||
</binding> |
|||
</basicHttpBinding> |
|||
</bindings> |
|||
<behaviors> |
|||
<serviceBehaviors> |
|||
<behavior name="DAServiceBehavior"> |
|||
<serviceMetadata httpGetEnabled="true"/> |
|||
<serviceDebug includeExceptionDetailInFaults="False"/> |
|||
</behavior> |
|||
</serviceBehaviors> |
|||
</behaviors> |
|||
</system.serviceModel> |
|||
<startup> |
|||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> |
|||
</startup> |
|||
</configuration> |
|||
Binary file not shown.
@ -0,0 +1,40 @@ |
|||
<?xml version="1.0"?> |
|||
<configuration> |
|||
<configSections> |
|||
</configSections> |
|||
<connectionStrings/> |
|||
<system.serviceModel> |
|||
<services> |
|||
<!-- This section is optional with the new configuration model |
|||
introduced in .NET Framework 4. --> |
|||
<service name="BatchCoreService.DAService" behaviorConfiguration="DAServiceBehavior"> |
|||
<host> |
|||
<baseAddresses> |
|||
<add baseAddress="http://localhost:8000/SCADA/service"/> |
|||
</baseAddresses> |
|||
</host> |
|||
<!-- this endpoint is exposed at the base address provided by host: http://localhost:8000/SCADA/service --> |
|||
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="Binding1" bindingNamespace="http://BatchCoreService" contract="BatchCoreService.IDataExchangeService"/> |
|||
<!-- the mex endpoint is exposed at http://localhost:8000/SCADA/service/mex --> |
|||
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> |
|||
</service> |
|||
</services> |
|||
<bindings> |
|||
<basicHttpBinding> |
|||
<binding name="Binding1" sendTimeout="00:10:00" transferMode="Streamed" messageEncoding="Text" textEncoding="utf-8" maxReceivedMessageSize="9223372036854775807"> |
|||
</binding> |
|||
</basicHttpBinding> |
|||
</bindings> |
|||
<behaviors> |
|||
<serviceBehaviors> |
|||
<behavior name="DAServiceBehavior"> |
|||
<serviceMetadata httpGetEnabled="true"/> |
|||
<serviceDebug includeExceptionDetailInFaults="False"/> |
|||
</behavior> |
|||
</serviceBehaviors> |
|||
</behaviors> |
|||
</system.serviceModel> |
|||
<startup> |
|||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> |
|||
</startup> |
|||
</configuration> |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,9 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
|
|||
<system.data> |
|||
<DbProviderFactories> |
|||
<remove invariant="MySql.Data.MySqlClient" /> |
|||
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.10.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" /> |
|||
</DbProviderFactories> |
|||
</system.data></configuration> |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||
9ab3fc88db97861a90c71afeb1c43b79b048e08d |
|||
@ -0,0 +1,22 @@ |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\App.config |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\BatchCoreService.exe.config |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\BatchCoreService.exe |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\BatchCoreService.pdb |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\ClientDriver.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\DataHelper.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\DataService.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\SiemensPLCDriver.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\libnodave.net.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\MySql.Data.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\ClientDriver.pdb |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\SiemensPLCDriver.pdb |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\DataHelper.pdb |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\DataHelper.dll.config |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\bin\Debug\DataService.pdb |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\obj\x86\Debug\BatchCoreService.csprojResolveAssemblyReference.cache |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\obj\x86\Debug\BatchCoreService.BatchCoreService.resources |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\obj\x86\Debug\BatchCoreService.ProjectInstaller.resources |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\obj\x86\Debug\BatchCoreService.csproj.GenerateResource.Cache |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\obj\x86\Debug\BatchCoreService.csproj.CoreCompileInputs.cache |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\obj\x86\Debug\BatchCoreService.exe |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreService\obj\x86\Debug\BatchCoreService.pdb |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,10 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<PropertyGroup> |
|||
<ProjectView>ProjectFiles</ProjectView> |
|||
</PropertyGroup> |
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> |
|||
<EnableSQLServerDebugging>false</EnableSQLServerDebugging> |
|||
</PropertyGroup> |
|||
</Project> |
|||
Binary file not shown.
@ -0,0 +1,40 @@ |
|||
<?xml version="1.0"?> |
|||
<configuration> |
|||
<configSections> |
|||
</configSections> |
|||
<connectionStrings/> |
|||
<system.serviceModel> |
|||
<services> |
|||
<!-- This section is optional with the new configuration model |
|||
introduced in .NET Framework 4. --> |
|||
<service name="BatchCoreService.DAService" behaviorConfiguration="DAServiceBehavior"> |
|||
<host> |
|||
<baseAddresses> |
|||
<add baseAddress="http://localhost:8000/SCADA/service"/> |
|||
</baseAddresses> |
|||
</host> |
|||
<!-- this endpoint is exposed at the base address provided by host: http://localhost:8000/SCADA/service --> |
|||
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="Binding1" bindingNamespace="http://BatchCoreService" contract="BatchCoreService.IDataExchangeService"/> |
|||
<!-- the mex endpoint is exposed at http://localhost:8000/SCADA/service/mex --> |
|||
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> |
|||
</service> |
|||
</services> |
|||
<bindings> |
|||
<basicHttpBinding> |
|||
<binding name="Binding1" sendTimeout="00:10:00" transferMode="Streamed" messageEncoding="Text" textEncoding="utf-8" maxReceivedMessageSize="9223372036854775807"> |
|||
</binding> |
|||
</basicHttpBinding> |
|||
</bindings> |
|||
<behaviors> |
|||
<serviceBehaviors> |
|||
<behavior name="DAServiceBehavior"> |
|||
<serviceMetadata httpGetEnabled="true"/> |
|||
<serviceDebug includeExceptionDetailInFaults="False"/> |
|||
</behavior> |
|||
</serviceBehaviors> |
|||
</behaviors> |
|||
</system.serviceModel> |
|||
<startup> |
|||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> |
|||
</startup> |
|||
</configuration> |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,9 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
|
|||
<system.data> |
|||
<DbProviderFactories> |
|||
<remove invariant="MySql.Data.MySqlClient" /> |
|||
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.10.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" /> |
|||
</DbProviderFactories> |
|||
</system.data></configuration> |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||
b26ca3168a18148b179a6df0704c8885b4d4735f |
|||
@ -0,0 +1,17 @@ |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\bin\Debug\BatchCoreTest.exe.config |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\bin\Debug\BatchCoreTest.exe |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\bin\Debug\BatchCoreTest.pdb |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\bin\Debug\ClientDriver.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\bin\Debug\DataHelper.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\bin\Debug\DataService.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\bin\Debug\MySql.Data.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\bin\Debug\ClientDriver.pdb |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\bin\Debug\DataHelper.pdb |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\bin\Debug\DataHelper.dll.config |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\bin\Debug\DataService.pdb |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\obj\x86\Debug\BatchCoreTest.csprojResolveAssemblyReference.cache |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\obj\x86\Debug\BatchCoreService.Properties.Resources.resources |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\obj\x86\Debug\BatchCoreTest.csproj.GenerateResource.Cache |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\obj\x86\Debug\BatchCoreTest.csproj.CoreCompileInputs.cache |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\obj\x86\Debug\BatchCoreTest.exe |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\BatchCoreTest\obj\x86\Debug\BatchCoreTest.pdb |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||
e8f1d7f6ef83eaca26e875858efdc3026510c94a |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||
d217e5fd43981a769fca9cc01f418626086e9fcc |
|||
@ -0,0 +1,8 @@ |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\ClientDriver\bin\Debug\ClientDriver.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\ClientDriver\bin\Debug\ClientDriver.pdb |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\ClientDriver\bin\Debug\DataService.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\ClientDriver\bin\Debug\DataService.pdb |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\ClientDriver\obj\Debug\ClientDriver.csprojResolveAssemblyReference.cache |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\ClientDriver\obj\Debug\ClientDriver.csproj.CoreCompileInputs.cache |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\ClientDriver\obj\Debug\ClientDriver.dll |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\ClientDriver\obj\Debug\ClientDriver.pdb |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,6 @@ |
|||
<?xml version="1.0" encoding="utf-8" ?> |
|||
<configuration> |
|||
<startup> |
|||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /> |
|||
</startup> |
|||
</configuration> |
|||
@ -0,0 +1,61 @@ |
|||
<?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>{41917E21-8ED7-4486-AEEF-4D6158F10B14}</ProjectGuid> |
|||
<OutputType>Exe</OutputType> |
|||
<RootNamespace>ConsoleApp1</RootNamespace> |
|||
<AssemblyName>ConsoleApp1</AssemblyName> |
|||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|||
<FileAlignment>512</FileAlignment> |
|||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|||
</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>true</Optimize> |
|||
<OutputPath>bin\Release\</OutputPath> |
|||
<DefineConstants>TRACE</DefineConstants> |
|||
<ErrorReport>prompt</ErrorReport> |
|||
<WarningLevel>4</WarningLevel> |
|||
</PropertyGroup> |
|||
<ItemGroup> |
|||
<Reference Include="libnodave.net"> |
|||
<HintPath>..\..\dll\libnodave.net.dll</HintPath> |
|||
</Reference> |
|||
<Reference Include="System" /> |
|||
<Reference Include="System.Core" /> |
|||
<Reference Include="System.Xml.Linq" /> |
|||
<Reference Include="System.Data.DataSetExtensions" /> |
|||
<Reference Include="Microsoft.CSharp" /> |
|||
<Reference Include="System.Data" /> |
|||
<Reference Include="System.Net.Http" /> |
|||
<Reference Include="System.Xml" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<Compile Include="Program.cs" /> |
|||
<Compile Include="Properties\AssemblyInfo.cs" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<None Include="App.config" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<ProjectReference Include="..\SiemensPLCDriver\SiemensPLCDriver.csproj"> |
|||
<Project>{9cebfda4-cf05-44d1-881b-13775aa46b27}</Project> |
|||
<Name>SiemensPLCDriver</Name> |
|||
</ProjectReference> |
|||
</ItemGroup> |
|||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|||
</Project> |
|||
@ -0,0 +1,19 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
using SiemensPLCDriver; |
|||
using static libnodave; |
|||
|
|||
namespace ConsoleApp1 |
|||
{ |
|||
class Program |
|||
{ |
|||
static void Main(string[] args) |
|||
{ |
|||
|
|||
SiemensPLCDriver psDriver=new SiemensPLCDriver(); |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,36 @@ |
|||
using System.Reflection; |
|||
using System.Runtime.CompilerServices; |
|||
using System.Runtime.InteropServices; |
|||
|
|||
// 有关程序集的一般信息由以下
|
|||
// 控制。更改这些特性值可修改
|
|||
// 与程序集关联的信息。
|
|||
[assembly: AssemblyTitle("ConsoleApp1")] |
|||
[assembly: AssemblyDescription("")] |
|||
[assembly: AssemblyConfiguration("")] |
|||
[assembly: AssemblyCompany("")] |
|||
[assembly: AssemblyProduct("ConsoleApp1")] |
|||
[assembly: AssemblyCopyright("Copyright © 2017")] |
|||
[assembly: AssemblyTrademark("")] |
|||
[assembly: AssemblyCulture("")] |
|||
|
|||
// 将 ComVisible 设置为 false 会使此程序集中的类型
|
|||
//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
|
|||
//请将此类型的 ComVisible 特性设置为 true。
|
|||
[assembly: ComVisible(false)] |
|||
|
|||
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
|||
[assembly: Guid("41917e21-8ed7-4486-aeef-4d6158f10b14")] |
|||
|
|||
// 程序集的版本信息由下列四个值组成:
|
|||
//
|
|||
// 主版本
|
|||
// 次版本
|
|||
// 生成号
|
|||
// 修订号
|
|||
//
|
|||
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
|||
// 方法是按如下所示使用“*”: :
|
|||
// [assembly: AssemblyVersion("1.0.*")]
|
|||
[assembly: AssemblyVersion("1.0.0.0")] |
|||
[assembly: AssemblyFileVersion("1.0.0.0")] |
|||
@ -0,0 +1 @@ |
|||
0b201921e66baf8f9bd57dd91251e04b09f75571 |
|||
@ -0,0 +1,2 @@ |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\ConsoleApp1\obj\Debug\ConsoleApp1.csprojResolveAssemblyReference.cache |
|||
C:\Users\IMG\Documents\GitHub\SharpSCADA\SCADA\Program\ConsoleApp1\obj\Debug\ConsoleApp1.csproj.CoreCompileInputs.cache |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,9 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
|
|||
<system.data> |
|||
<DbProviderFactories> |
|||
<remove invariant="MySql.Data.MySqlClient" /> |
|||
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.10.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" /> |
|||
</DbProviderFactories> |
|||
</system.data></configuration> |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue