init: 导入项目到 meswork Gitea
This commit is contained in:
@@ -0,0 +1,259 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
||||
<PropertyGroup>
|
||||
<ProjectType>Local</ProjectType>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{9521EC25-D820-42F8-B3E2-7A5667B5E9F7}</ProjectGuid>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ApplicationIcon>
|
||||
</ApplicationIcon>
|
||||
<AssemblyKeyContainerName>
|
||||
</AssemblyKeyContainerName>
|
||||
<AssemblyName>SPC.BusinessFacade</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>
|
||||
</AssemblyOriginatorKeyFile>
|
||||
<DefaultClientScript>JScript</DefaultClientScript>
|
||||
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
||||
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
||||
<DelaySign>false</DelaySign>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>SPC.BusinessFacade</RootNamespace>
|
||||
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
||||
<StartupObject>
|
||||
</StartupObject>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<OldToolsVersion>3.5</OldToolsVersion>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<PublishUrl>http://localhost/SPC.BusinessFacade/</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Web</InstallFrom>
|
||||
<UpdateEnabled>true</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>true</IsWebBootstrapper>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
<TargetFrameworkProfile />
|
||||
<SccProjectName>
|
||||
</SccProjectName>
|
||||
<SccLocalPath>
|
||||
</SccLocalPath>
|
||||
<SccAuxPath>
|
||||
</SccAuxPath>
|
||||
<SccProvider>
|
||||
</SccProvider>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
||||
<BaseAddress>285212672</BaseAddress>
|
||||
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
||||
<ConfigurationOverrideFile>
|
||||
</ConfigurationOverrideFile>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<DocumentationFile>bin\Debug\SPC.BusinessFacade.XML</DocumentationFile>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<FileAlignment>4096</FileAlignment>
|
||||
<NoStdLib>false</NoStdLib>
|
||||
<NoWarn>
|
||||
</NoWarn>
|
||||
<Optimize>false</Optimize>
|
||||
<RegisterForComInterop>false</RegisterForComInterop>
|
||||
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DebugType>full</DebugType>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
||||
<BaseAddress>285212672</BaseAddress>
|
||||
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
||||
<ConfigurationOverrideFile>
|
||||
</ConfigurationOverrideFile>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<DebugSymbols>false</DebugSymbols>
|
||||
<FileAlignment>4096</FileAlignment>
|
||||
<NoStdLib>false</NoStdLib>
|
||||
<NoWarn>
|
||||
</NoWarn>
|
||||
<Optimize>true</Optimize>
|
||||
<RegisterForComInterop>false</RegisterForComInterop>
|
||||
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DebugType>none</DebugType>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="BasicData">
|
||||
<HintPath>..\DLL\BasicData.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System">
|
||||
<Name>System</Name>
|
||||
</Reference>
|
||||
<Reference Include="System.Data">
|
||||
<Name>System.Data</Name>
|
||||
</Reference>
|
||||
<Reference Include="System.Web" />
|
||||
<Reference Include="System.Xml">
|
||||
<Name>System.XML</Name>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<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>true</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="bin\Debug\SPC.BusinessFacade.dll" />
|
||||
<Content Include="bin\Debug\SPC.BusinessFacade.pdb" />
|
||||
<Content Include="bin\Debug\SPC.BusinessFacade.XML" />
|
||||
<Content Include="bin\Debug\SPC.Common.dll" />
|
||||
<Content Include="bin\Debug\SPC.Common.pdb" />
|
||||
<Content Include="bin\Debug\SPC.Common.xml">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="bin\Debug\SPC.DataAccess.dll" />
|
||||
<Content Include="bin\Debug\SPC.DataAccess.pdb" />
|
||||
<Content Include="bin\Debug\SPC.DataAccess.xml" />
|
||||
<Content Include="bin\Debug\SPC.SystemFrameworks.dll" />
|
||||
<Content Include="bin\Debug\SPC.SystemFrameworks.pdb" />
|
||||
<Content Include="bin\Debug\SPC.SystemFrameworks.xml" />
|
||||
<Content Include="obj\Debug\BusinessFacade.csproj.FileListAbsolute.txt" />
|
||||
<Content Include="obj\Debug\SPC.BusinessFacade.dll" />
|
||||
<Content Include="obj\Debug\SPC.BusinessFacade.pdb" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="obj\Debug\build.force" />
|
||||
<None Include="obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache" />
|
||||
<None Include="obj\Debug\GenerateResource.write.1502.tlog" />
|
||||
<None Include="obj\Debug\ResolveAssemblyReference.cache" />
|
||||
<None Include="obj\x86\Debug\GenerateResource.read.360.tlog" />
|
||||
<None Include="obj\x86\Debug\GenerateResource.read.362.tlog" />
|
||||
<None Include="obj\x86\Debug\GenerateResource.write.362.tlog" />
|
||||
<None Include="obj\x86\Debug\GenerateResource.write.643.tlog" />
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="MES.B5A.Factory\Factory.cs" />
|
||||
<Compile Include="MES.B5A.MainForm\EngineIDCode.cs" />
|
||||
<Compile Include="MES.B5A.MainForm\OpName.MainForm.cs" />
|
||||
<Compile Include="MES.B5A.MainForm\OpName.MainForm.Launch.cs" />
|
||||
<Compile Include="MES.B5A.MainForm\OpName.MainForm.Material.cs" />
|
||||
<Compile Include="MES.B5A.MainForm\UserManage.cs" />
|
||||
<Compile Include="MES.B5A.MainForm\UserNamePassword.cs" />
|
||||
<Compile Include="MES.B5A.Manager\EngineType.cs" />
|
||||
<Compile Include="MES.B5A.Manager\IsMES.cs" />
|
||||
<Compile Include="MES.B5A.Manager\OpName.Material.cs" />
|
||||
<Compile Include="MES.B5A.Manager\OpName.Proccess.cs" />
|
||||
<Compile Include="MES.B5A.Manager\OpName.Shaft.cs" />
|
||||
<Compile Include="MES.B5A.QualityData\QualityData.B5A.cs" />
|
||||
<Compile Include="MES.B5A.QualityData\QualityData.B5A.Pack.cs" />
|
||||
<Compile Include="MES.B5A.QualityData\QualityData.B5A.Save.cs" />
|
||||
<Compile Include="MES.B5A.ShaftPosition\OpNameCount.cs" />
|
||||
<Compile Include="MES.B5A.ShaftPosition\OpNameRepair.cs" />
|
||||
<Compile Include="MES.B5A.ShaftPosition\ShaftPosition.cs" />
|
||||
<Compile Include="MES.B5A.ShaftPosition\ShaftPositionData.cs" />
|
||||
<Compile Include="MES.Biz.TraceTable\MES.Biz.TraceTable.Cap.cs" />
|
||||
<Compile Include="MES.Biz.TraceTable\MES.Biz.TraceTable.cs" />
|
||||
<Compile Include="MES.Biz.TraceTable\MES.Biz.TraceTable.Cylinder.cs" />
|
||||
<Compile Include="MES.Biz.TraceTable\MES.Biz.TraceTable.ToOpName.cs" />
|
||||
<Compile Include="MES.Data.GetData\GetOpNameOrderForm.cs" />
|
||||
<Compile Include="MES.Data.GetData\MES.Biz.TraceTable.GetData.cs" />
|
||||
<Compile Include="MES.Data.GetData\OpNameGuid.cs" />
|
||||
<Compile Include="MES.Data.SaveData\MES.Biz.Material.SaveData.cs" />
|
||||
<Compile Include="MES.Data.SaveData\MES.Biz.TraceTable.SaveData.cs" />
|
||||
<Compile Include="MES.Material\Materials.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.AssemblyPartTrace.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.AssemblyPartTrace.Repair.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.CartTrace.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.FalseOverGo.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.FirstOpName.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.KeyPart.KeyPartAssemblyTempTable.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.Login.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.MaterialList.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.MaterialVerifyManagement.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.MesOverGo.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.Load.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.MesServer.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.MOBY.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.ProduceCount.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.SubLineOpName.cs" />
|
||||
<Compile Include="MES\BaseDataSystemMES.WorkSheet.cs" />
|
||||
<Compile Include="MES\MaterialData.cs" />
|
||||
<Compile Include="MES\MES.Biz.Config.cs" />
|
||||
<Compile Include="MES\MES.Biz.MaterialList.cs" />
|
||||
<Compile Include="Web\ando_load.cs" />
|
||||
<Compile Include="Web\ando_load_2.cs" />
|
||||
<Compile Include="Web\ando_machine.cs" />
|
||||
<Compile Include="Web\ando_machine_2.cs" />
|
||||
<Compile Include="Web\ando_matertial.cs" />
|
||||
<Compile Include="Web\ando_matertial_2.cs" />
|
||||
<Compile Include="Web\ando_quality.cs" />
|
||||
<Compile Include="Web\ando_quality_2.cs" />
|
||||
<Compile Include="Web\Buttons.cs" />
|
||||
<Compile Include="Web\Login.cs" />
|
||||
<Compile Include="Web\MES.cs" />
|
||||
<Compile Include="Web\MES.Functions.cs" />
|
||||
<Compile Include="Web\MES.MaterialPull.cs" />
|
||||
<Compile Include="Web\MES_Loading.cs" />
|
||||
<Compile Include="Web\MES_MachineManage.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="bin\Release\" />
|
||||
<Folder Include="obj\Debug\TempPE\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\02DataLinkMesWork\00_DataLinkMesWork.csproj">
|
||||
<Project>{97127b87-d43d-457c-9894-5f2244e4d2e7}</Project>
|
||||
<Name>00_DataLinkMesWork</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<UserProperties TDLFILE="" TDLELEMENTTYPE="BusinessFacade" />
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>
|
||||
</PreBuildEvent>
|
||||
<PostBuildEvent>
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user