|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{91C803A6-90D1-4361-8B92-9AFD9E766411}</ProjectGuid>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>MCRun</RootNamespace>
|
|
|
|
|
<AssemblyName>MCRun</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<SccProjectName>
|
|
|
|
|
</SccProjectName>
|
|
|
|
|
<SccLocalPath>
|
|
|
|
|
</SccLocalPath>
|
|
|
|
|
<SccAuxPath>
|
|
|
|
|
</SccAuxPath>
|
|
|
|
|
<SccProvider>
|
|
|
|
|
</SccProvider>
|
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
<PlatformTarget>x86</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|x86' ">
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>images\runner.ico</ApplicationIcon>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.configuration" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Design" />
|
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
|
|
|
|
<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="config.cs" />
|
|
|
|
|
<Compile Include="Form1.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Form1.designer.cs">
|
|
|
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="SizeChange.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="SizeChange.Designer.cs">
|
|
|
|
|
<DependentUpon>SizeChange.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<EmbeddedResource Include="Form1.resx">
|
|
|
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Properties\MesnacResource.resx">
|
|
|
|
|
<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>
|
|
|
|
|
<EmbeddedResource Include="Properties\SDRes.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="SizeChange.resx">
|
|
|
|
|
<DependentUpon>SizeChange.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<None Include="App.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Data\SysConfig\MenuConfig.dat">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Data\SysConfig\ToolStripConfig.dat">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Localization\Chinese %28Simplified%29.frl" />
|
|
|
|
|
<None Include="Properties\app.manifest" />
|
|
|
|
|
<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>
|
|
|
|
|
<ProjectReference Include="..\..\Action\Mesnac.ActionService\Mesnac.ActionService.csproj">
|
|
|
|
|
<Project>{4F366487-D407-48EB-9AAD-E13C177BC788}</Project>
|
|
|
|
|
<Name>Mesnac.ActionService</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Controls\Mesnac.Controls.Compressor\Mesnac.Controls.Compressor.csproj">
|
|
|
|
|
<Project>{ac4ceb4a-c1eb-473b-becf-50d7809c6934}</Project>
|
|
|
|
|
<Name>Mesnac.Controls.Compressor</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Controls\Mesnac.Controls.Default\Mesnac.Controls.Default.csproj">
|
|
|
|
|
<Project>{F022C0E6-2819-4FB1-BB86-0F389F061A44}</Project>
|
|
|
|
|
<Name>Mesnac.Controls.Default</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Controls\Mesnac.Controls.Intake\Mesnac.Controls.Intake.csproj">
|
|
|
|
|
<Project>{160ED686-DCD9-4C12-B32E-FCDB4E1AB64E}</Project>
|
|
|
|
|
<Name>Mesnac.Controls.Intake</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Equips\Mesnac.Equips\Mesnac.Equips.csproj">
|
|
|
|
|
<Project>{7FA4FEBD-51E5-47D6-9DB1-147BB8B3DF4D}</Project>
|
|
|
|
|
<Name>Mesnac.Equips</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Libraries\Host\Host.csproj">
|
|
|
|
|
<Project>{E31DDB71-F07C-49F5-BB3C-8B52ADE42AB8}</Project>
|
|
|
|
|
<Name>Host</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Libraries\Loder\Loder.csproj">
|
|
|
|
|
<Project>{74E4263D-D3AA-411D-9D15-EB6F2225C53C}</Project>
|
|
|
|
|
<Name>Loder</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Libraries\Mesnac.Communication\Mesnac.Communication.csproj">
|
|
|
|
|
<Project>{9A9C4AEF-33E4-4F26-9DC3-9CACBA375B69}</Project>
|
|
|
|
|
<Name>Mesnac.Communication</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Equips\Mesnac.Equips.Connection\Mesnac.Equips.Connection.csproj">
|
|
|
|
|
<Project>{9B7D65BE-0107-41C6-A14F-DD67658CCFA3}</Project>
|
|
|
|
|
<Name>Mesnac.Equips.Connection</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\PlugInPlatform\ICSharpCode.Core\ICSharpCode.Core.csproj">
|
|
|
|
|
<Project>{113C657D-1CEC-471B-BB2E-3237A8A68428}</Project>
|
|
|
|
|
<Name>ICSharpCode.Core</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\PlugInPlatform\ICSharpCode.Data.Core\ICSharpCode.Data.Core.csproj">
|
|
|
|
|
<Project>{C7F9BE76-A209-4871-ACB7-8E18B6CA2DD9}</Project>
|
|
|
|
|
<Name>ICSharpCode.Data.Core</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\PlugInPlatform\ICSharpCode.Data.~\ICSharpCode.Data.MySQL\ICSharpCode.Data.MySQL.csproj">
|
|
|
|
|
<Project>{A22E798F-412A-43DC-8DB8-C600D31B7840}</Project>
|
|
|
|
|
<Name>ICSharpCode.Data.MySQL</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\PlugInPlatform\ICSharpCode.Data.~\ICSharpCode.Data.SQLServer\ICSharpCode.Data.SQLServer.csproj">
|
|
|
|
|
<Project>{BD314BBA-110F-4E3F-A6E4-DEF89752E8DF}</Project>
|
|
|
|
|
<Name>ICSharpCode.Data.SQLServer</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\PlugInPlatform\Mesnac.Core\Mesnac.Core.csproj">
|
|
|
|
|
<Project>{FC8A87DF-9314-4A7C-821E-E577E209D2F8}</Project>
|
|
|
|
|
<Name>Mesnac.Core</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\PlugInPlatform\Mesnac.Gui\Mesnac.Gui.csproj">
|
|
|
|
|
<Project>{170F7E89-A9C1-48F5-BB5A-4AAD2775B1E3}</Project>
|
|
|
|
|
<Name>Mesnac.Gui</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\PlugInPlatform\Mesnac.PlugIn\Mesnac.PlugIn.csproj">
|
|
|
|
|
<Project>{B6723835-7CFE-4BE6-9D5C-B1C1C4CD60FC}</Project>
|
|
|
|
|
<Name>Mesnac.PlugIn</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Mensac.Gui.Run.Global\Mesnac.Gui.Run.Global.csproj">
|
|
|
|
|
<Project>{CC98CB3B-F532-4510-AC08-7DDBD520CB06}</Project>
|
|
|
|
|
<Name>Mesnac.Gui.Run.Global</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Mesnac.Basic\Mesnac.Basic.csproj">
|
|
|
|
|
<Project>{28ACACF1-9936-4E97-A866-F84366EC5286}</Project>
|
|
|
|
|
<Name>Mesnac.Basic</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Mesnac.Gui.Common\Mesnac.Gui.Common.csproj">
|
|
|
|
|
<Project>{235DF851-9EA7-43D4-B3F9-0CAB7F60AD17}</Project>
|
|
|
|
|
<Name>Mesnac.Gui.Common</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Mesnac.Gui.Run\Mesnac.Gui.Run.csproj">
|
|
|
|
|
<Project>{902D2229-8803-4B7C-B245-4AD4B04D0C3F}</Project>
|
|
|
|
|
<Name>Mesnac.Gui.Run</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Data\ComponentAction.xml">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Data\ComponentEvent.xml">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Data\ComponentProperty.xml">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Data\DeviceConfig\设备接口目录.txt">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Data\EventConfig\事件处理程序-Action配置文件目录.txt">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Data\MCProject\组态工程目录.txt" />
|
|
|
|
|
<Content Include="Data\MesnacPlugIn\自定义插件目录.txt">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Data\SharpPlugIn\Mesnac.addin">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Data\SysConfig\系统工程配置.txt">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Login.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_About.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Cancel.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Danger.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Delete.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Display.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Exit.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Hint.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_History.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Home.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Load.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Message.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Ok.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_PlugInList.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Refresh.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Report.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Table.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_TurnOff.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_UserGroup.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_View.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Wrench.png" />
|
|
|
|
|
<Content Include="images\MenuAndTools\Icons_16X16_Default.png" />
|
|
|
|
|
<Content Include="images\runner.ico" />
|
|
|
|
|
<Content Include="ReceiveText.Txt">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup />
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>XCOPY "$(SolutionDir)bin\*.*" /S/Y "$(TargetDir)"
|
|
|
|
|
XCOPY "$(SolutionDir)packages\*.*" /S/Y "$(TargetDir)"
|
|
|
|
|
XCOPY "$(SolutionDir)Main\MCEdit\Data\EventConfig\*.*" /S/Y "$(TargetDir)Data\EventConfig\"
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!-- 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>
|