同步操作将从 唯世横刀/MVS 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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>{E812FA1D-8D01-42FD-B389-8654D5253B9B}</ProjectGuid><OutputType>WinExe</OutputType><RootNamespace>VisionBasicSystem</RootNamespace><AssemblyName>VisionBasicSystem</AssemblyName><TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion><FileAlignment>512</FileAlignment><AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects><Deterministic>true</Deterministic><IsWebBootstrapper>false</IsWebBootstrapper><TargetFrameworkProfile /><PublishUrl>D:\WebSite\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><WebPage>publish.htm</WebPage><AutorunEnabled>true</AutorunEnabled><ApplicationRevision>3</ApplicationRevision><ApplicationVersion>1.0.0.%2a</ApplicationVersion><UseApplicationTrust>false</UseApplicationTrust><PublishWizardCompleted>true</PublishWizardCompleted><BootstrapperEnabled>true</BootstrapperEnabled><NuGetPackageImportStamp></NuGetPackageImportStamp></PropertyGroup><PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "><PlatformTarget>x64</PlatformTarget><DebugSymbols>true</DebugSymbols><DebugType>full</DebugType><Optimize>false</Optimize><OutputPath>bin\Debug\</OutputPath><DefineConstants>DEBUG;TRACE</DefineConstants><ErrorReport>prompt</ErrorReport><WarningLevel>4</WarningLevel><AllowUnsafeBlocks>true</AllowUnsafeBlocks></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><PropertyGroup><ManifestCertificateThumbprint>2C5D0C70E3594B011E7222BCDB92AB67765DA9F2</ManifestCertificateThumbprint></PropertyGroup><PropertyGroup><ManifestKeyFile>VisionBasicSystem_TemporaryKey.pfx</ManifestKeyFile></PropertyGroup><PropertyGroup><GenerateManifests>false</GenerateManifests></PropertyGroup><PropertyGroup><SignManifests>false</SignManifests></PropertyGroup><PropertyGroup><TargetZone>LocalIntranet</TargetZone></PropertyGroup><PropertyGroup /><PropertyGroup><ApplicationIcon>logo.ico</ApplicationIcon></PropertyGroup><PropertyGroup><ApplicationManifest>Properties\app.manifest</ApplicationManifest></PropertyGroup><ItemGroup><Reference Include="halcondotnet, Version=17.12.0.0, Culture=neutral, PublicKeyToken=4973bed59ddbf2b8, processorArchitecture=MSIL"><SpecificVersion>False</SpecificVersion><HintPath>bin\Debug\Dll\halcondotnet.dll</HintPath></Reference><Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"><SpecificVersion>False</SpecificVersion><HintPath>bin\Debug\Dll\log4net.dll</HintPath></Reference><Reference Include="MvCameraControl.Net, Version=3.0.0.2, Culture=neutral, processorArchitecture=AMD64"><SpecificVersion>False</SpecificVersion><HintPath>bin\Debug\Dll\MvCameraControl.Net.dll</HintPath></Reference><Reference Include="MySql.Data, Version=6.10.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"><SpecificVersion>False</SpecificVersion><HintPath>bin\Debug\Dll\MySql.Data.dll</HintPath></Reference><Reference Include="System" /><Reference Include="System.ComponentModel" /><Reference Include="System.ComponentModel.DataAnnotations" /><Reference Include="System.Configuration" /><Reference Include="System.Configuration.Install" /><Reference Include="System.Core" /><Reference Include="System.Design" /><Reference Include="System.Drawing.Design" /><Reference Include="System.Management" /><Reference Include="System.Transactions" /><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.Net.Http" /><Reference Include="System.Windows.Forms" /><Reference Include="System.Xml" /><Reference Include="WindowsBase" /></ItemGroup><ItemGroup><Compile Include="Form1.cs"><SubType>Form</SubType></Compile><Compile Include="Form1.Designer.cs"><DependentUpon>Form1.cs</DependentUpon></Compile><Compile Include="Commons\ByteUtils.cs" /><Compile Include="Commons\DateTimeHelper.cs" /><Compile Include="Commons\LogHelper.cs" /><Compile Include="Commons\MySqlHelperUtil.cs" /><Compile Include="Commons\SqlHelper.cs" /><Compile Include="Commons\Utils.cs" /><Compile Include="Constants\CameraConstants.cs" /><Compile Include="Dal\CalibrationValueDal.cs" /><Compile Include="Dal\CameraParamDal.cs" /><Compile Include="Dal\ImageDisposeDataDal.cs" /><Compile Include="Dal\RoiValueDal.cs" /><Compile Include="Dal\UserInfoDal.cs" /><Compile Include="Model\CameraParam.cs" /><Compile Include="Model\CalibrationValue.cs" /><Compile Include="Model\ImageDisposeData.cs" /><Compile Include="Model\RoiValue.cs" /><Compile Include="Model\UserInfo.cs" /><Compile Include="Program.cs" /><Compile Include="Properties\AssemblyInfo.cs" /><Compile Include="Service\CalibrationValueService.cs" /><Compile Include="Service\CameraParamService.cs" /><Compile Include="Service\ImageDisposeDataService.cs" /><Compile Include="Service\MyDisposeImage.cs" /><Compile Include="Service\MyTcpServer.cs" /><Compile Include="Service\RoiValueService.cs" /><Compile Include="Service\UserInfoService.cs" /><EmbeddedResource Include="Form1.resx"><DependentUpon>Form1.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><None Include="log4net.config"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></None><None Include="packages.config" /><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><None Include="App.config" /></ItemGroup><ItemGroup><None Include="Resources\red.png"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></None></ItemGroup><ItemGroup><None Include="Resources\green.png"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></None></ItemGroup><ItemGroup><BootstrapperPackage Include=".NETFramework,Version=v4.7.2"><Visible>False</Visible><ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName><Install>true</Install></BootstrapperPackage><BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"><Visible>False</Visible><ProductName>.NET Framework 3.5 SP1</ProductName><Install>false</Install></BootstrapperPackage></ItemGroup><ItemGroup><Content Include="Dll\halcon.dll"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></Content><Content Include="Dll\halcondotnet.dll"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></Content><Content Include="Dll\log4net.dll"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></Content><Content Include="Dll\MvCameraControl.Net.dll"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></Content><Content Include="Dll\MySql.Data.dll"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></Content><Content Include="logo.ico" /><Content Include="Resources2円.ico"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></Content><Content Include="Resources\logo.ico" /><Content Include="Resources\logo1.bmp"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></Content><Content Include="Resources\uninstallLogo.ico" /></ItemGroup><ItemGroup /><Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /></Project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。