|
@@ -1,415 +1,421 @@
|
|
|
-<?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>{5EAFA05F-C2C0-40B3-9C8F-46D8559148D0}</ProjectGuid>
|
|
|
- <OutputType>WinExe</OutputType>
|
|
|
- <RootNamespace>VirgoRT</RootNamespace>
|
|
|
- <AssemblyName>VirgoRT</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
|
- <FileAlignment>512</FileAlignment>
|
|
|
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <Deterministic>false</Deterministic>
|
|
|
- <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
- <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>
|
|
|
- <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
- <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
- <TargetFrameworkProfile />
|
|
|
- </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>
|
|
|
- <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>
|
|
|
- <ApplicationIcon>Resources\default_rt.ico</ApplicationIcon>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="BAI.ClientInitLib, Version=2.5.6.9, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>Dependency\BAI.ClientInitLib.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="BAI.InfrasLib">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>Dependency\BAI.InfrasLib.dll</HintPath>
|
|
|
- <Private>False</Private>
|
|
|
- </Reference>
|
|
|
- <Reference Include="BAI.SystemsLib">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>Dependency\BAI.SystemsLib.dll</HintPath>
|
|
|
- <Private>False</Private>
|
|
|
- </Reference>
|
|
|
- <Reference Include="FabConnect">
|
|
|
- <HintPath>..\ThirdParty\dlls\FabConnect.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="log4net">
|
|
|
- <HintPath>..\ThirdParty\dlls\log4net.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="System" />
|
|
|
- <Reference Include="System.Configuration" />
|
|
|
- <Reference Include="System.Data" />
|
|
|
- <Reference Include="System.Runtime.Serialization" />
|
|
|
- <Reference Include="System.ServiceModel" />
|
|
|
- <Reference Include="System.Web.Extensions" />
|
|
|
- <Reference Include="System.Xml" />
|
|
|
- <Reference Include="Microsoft.CSharp" />
|
|
|
- <Reference Include="System.Core" />
|
|
|
- <Reference Include="System.Xml.Linq" />
|
|
|
- <Reference Include="System.Data.DataSetExtensions" />
|
|
|
- <Reference Include="System.Net.Http" />
|
|
|
- <Reference Include="System.Xaml">
|
|
|
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
- </Reference>
|
|
|
- <Reference Include="WindowsBase" />
|
|
|
- <Reference Include="PresentationCore" />
|
|
|
- <Reference Include="PresentationFramework" />
|
|
|
- <Reference Include="WPFToolkit">
|
|
|
- <HintPath>..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Compile Include="Backends\FSM.xaml.cs">
|
|
|
- <DependentUpon>FSM.xaml</DependentUpon>
|
|
|
- </Compile>
|
|
|
- <Compile Include="Backends\IOMonitorView.xaml.cs">
|
|
|
- <DependentUpon>IOMonitorView.xaml</DependentUpon>
|
|
|
- </Compile>
|
|
|
- <Compile Include="Devices\AdTecRF.cs" />
|
|
|
- <Compile Include="Devices\CometRF.cs" />
|
|
|
- <Compile Include="Devices\DataDefine.cs" />
|
|
|
- <Compile Include="Devices\EdwardsPump.cs" />
|
|
|
- <Compile Include="Devices\EFEM\BrooksEFEMProxy.cs" />
|
|
|
- <Compile Include="Devices\EFEM\BrooksEFEMSim.cs" />
|
|
|
- <Compile Include="Devices\EFEM\Efem.cs" />
|
|
|
- <Compile Include="Devices\EFEM\EfemAction.cs" />
|
|
|
- <Compile Include="Devices\EFEM\EfemBase.cs" />
|
|
|
- <Compile Include="Devices\EFEM\EfemDevice.cs" />
|
|
|
- <Compile Include="Devices\EFEM\EfemInterface.cs" />
|
|
|
- <Compile Include="Devices\EFEM\EfemMessage.cs" />
|
|
|
- <Compile Include="Devices\EFEM\Loadport.cs" />
|
|
|
- <Compile Include="Devices\EPDs\EPDDevice.cs" />
|
|
|
- <Compile Include="Devices\EPDs\EPInterface\Datas\DataItemDefine.cs" />
|
|
|
- <Compile Include="Devices\EPDs\EPInterface\Datas\EPDConfig.cs" />
|
|
|
- <Compile Include="Devices\EPDs\EPInterface\Interface\EPDClient.cs" />
|
|
|
- <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallback.cs" />
|
|
|
- <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallbackService.cs" />
|
|
|
- <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDService.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoMessage.cs" />
|
|
|
- <Compile Include="Devices\IODevices\FinsPlc.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoBoostPump.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoCylinder.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoGasStick.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoHeartbeat.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoHeater.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoLid.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoMatch.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoMfc.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoMfc1.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoPressureControl.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoPressureMeter.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoPump.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoRf.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoTriStateLift.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoTemperatureControl.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoThrottleValve.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoTriStateLift2.cs" />
|
|
|
- <Compile Include="Devices\IODevices\IoTriStateLift4.cs" />
|
|
|
- <Compile Include="Devices\JetPM.cs" />
|
|
|
- <Compile Include="Devices\PlasmaController.cs" />
|
|
|
- <Compile Include="Devices\RevtechMatch.cs" />
|
|
|
- <Compile Include="Devices\SkyPump.cs" />
|
|
|
- <Compile Include="Devices\SMCChiller.cs" />
|
|
|
- <Compile Include="Devices\VirgoSignalTower.cs" />
|
|
|
- <Compile Include="FAs\FaEventItem.cs" />
|
|
|
- <Compile Include="FAs\FaHost.cs" />
|
|
|
- <Compile Include="FAs\FALogFileCleaner.cs" />
|
|
|
- <Compile Include="FAs\FaManager.cs" />
|
|
|
- <Compile Include="FAs\IFaHost.cs" />
|
|
|
- <Compile Include="FAs\IHostCallback.cs" />
|
|
|
- <Compile Include="FAs\VIDMap.cs" />
|
|
|
- <Compile Include="Devices\DeviceManager.cs" />
|
|
|
- <Compile Include="Modules\AutoTransferClean.cs" />
|
|
|
- <Compile Include="Modules\AutoTransfer.cs" />
|
|
|
- <Compile Include="Modules\AutoTransfer_FA.cs" />
|
|
|
- <Compile Include="Modules\AutoTransfer_T.cs" />
|
|
|
- <Compile Include="Modules\EFEMs\EfemEntity.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortClampRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortCloseDoorRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortDockRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortReadTagDataRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortWriteTagDataRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortWriteCarrierIdRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortUnloadRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortModule.cs" />
|
|
|
- <Compile Include="Modules\HomeAll.cs" />
|
|
|
- <Compile Include="Modules\IMoveManager.cs" />
|
|
|
- <Compile Include="Modules\Interlocks\CheckLidClose.cs" />
|
|
|
- <Compile Include="Modules\Interlocks\CheckOnline.cs" />
|
|
|
- <Compile Include="Modules\Interlocks\OperationCheck.cs" />
|
|
|
- <Compile Include="Modules\EntityTaskBase.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortGetMapInfoRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortHomeRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortLoadRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortMapRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortOpenDoorRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortReadCarrierIdRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortUnclampRoutine.cs" />
|
|
|
- <Compile Include="Modules\LPs\LoadPortUndockRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\Clean.cs" />
|
|
|
- <Compile Include="Modules\PMs\CyclePurgeRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\Fdc.cs" />
|
|
|
- <Compile Include="Modules\PMs\GasFlowRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\PMAllMfcVerificationRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\PMMfcVerificationRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\PMPostTransferRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\PMLeakCheckRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\PMHomeRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\PMPrepareTransferRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\PMEntity.cs" />
|
|
|
- <Compile Include="Modules\ManualTransfer.cs" />
|
|
|
- <Compile Include="Modules\PMs\PMRoutineBase.cs" />
|
|
|
- <Compile Include="Modules\PMs\PostProcess.cs" />
|
|
|
- <Compile Include="Modules\PMs\PreProcess.cs" />
|
|
|
- <Compile Include="Modules\PMs\Process.cs" />
|
|
|
- <Compile Include="Modules\PMs\Process_FA.cs" />
|
|
|
- <Compile Include="Modules\PMs\PumpDownRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\Recipe.cs" />
|
|
|
- <Compile Include="Modules\PMs\RecipeDBCallback.cs" />
|
|
|
- <Compile Include="Modules\PMs\RfPowerRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\StartPumpRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\TemperatureControlRoutine.cs" />
|
|
|
- <Compile Include="Modules\PMs\VentRountine.cs" />
|
|
|
- <Compile Include="Modules\PMs\VirgoRecipeFileContext.cs" />
|
|
|
- <Compile Include="Modules\PMs\VirgoSequenceFileContext.cs" />
|
|
|
- <Compile Include="Modules\ReturnAllWafer.cs" />
|
|
|
- <Compile Include="Modules\RouteManager.cs" />
|
|
|
- <Compile Include="Modules\Schedulers\ISchedulerDBCallback.cs" />
|
|
|
- <Compile Include="Modules\Schedulers\SchedulerAligner.cs" />
|
|
|
- <Compile Include="Modules\Schedulers\SchedulerBuffer.cs" />
|
|
|
- <Compile Include="Modules\Schedulers\SchedulerDBCallback.cs" />
|
|
|
- <Compile Include="Modules\Schedulers\SchedulerEfemRobot.cs" />
|
|
|
- <Compile Include="Modules\Schedulers\SchedulerFlipper.cs" />
|
|
|
- <Compile Include="Modules\Schedulers\SchedulerLoadPort.cs" />
|
|
|
- <Compile Include="Modules\Schedulers\SchedulerModule.cs" />
|
|
|
- <Compile Include="Modules\Schedulers\SchedulerPM.cs" />
|
|
|
- <Compile Include="Modules\Schedulers\Tasks.cs" />
|
|
|
- <Compile Include="Modules\Schedulers\TransferModule.cs" />
|
|
|
- <Compile Include="Properties\Annotations.cs" />
|
|
|
- <ApplicationDefinition Include="Instances\App.xaml">
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </ApplicationDefinition>
|
|
|
- <Compile Include="Instances\App.xaml.cs">
|
|
|
- <DependentUpon>App.xaml</DependentUpon>
|
|
|
- </Compile>
|
|
|
- <Compile Include="Instances\RtInstance.cs" />
|
|
|
- <Compile Include="Instances\ToolLoader.cs" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Compile Include="Properties\AssemblyInfo.cs">
|
|
|
- <SubType>Code</SubType>
|
|
|
- </Compile>
|
|
|
- <Compile Include="Properties\Resources.Designer.cs">
|
|
|
- <AutoGen>True</AutoGen>
|
|
|
- <DesignTime>True</DesignTime>
|
|
|
- <DependentUpon>Resources.resx</DependentUpon>
|
|
|
- </Compile>
|
|
|
- <Compile Include="Properties\Settings.Designer.cs">
|
|
|
- <AutoGen>True</AutoGen>
|
|
|
- <DependentUpon>Settings.settings</DependentUpon>
|
|
|
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
- </Compile>
|
|
|
- <EmbeddedResource Include="Properties\Resources.resx">
|
|
|
- <Generator>ResXFileCodeGenerator</Generator>
|
|
|
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
- </EmbeddedResource>
|
|
|
- <None Include="BAI.ClientInitLib.dll.config">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </None>
|
|
|
- <None Include="Config\DeviceModel.xsd">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </None>
|
|
|
- <None Include="Config\DeviceModel_R.xsd">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </None>
|
|
|
- <None Include="Config\System.sccfg">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </None>
|
|
|
- <None Include="Properties\Settings.settings">
|
|
|
- <Generator>SettingsSingleFileGenerator</Generator>
|
|
|
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
- </None>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="App.config">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </None>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="Config\DBModel.sql">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </None>
|
|
|
- <Resource Include="Resources\default_rt.ico" />
|
|
|
- <None Include="Config\EventDefine.xml">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </None>
|
|
|
- <None Include="Config\IoProviderConfig.xml">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </None>
|
|
|
- <None Include="Config\SignalTower.xml">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </None>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
|
|
|
- <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
|
|
|
- <Name>RTModuleLibrary</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\VirgoCommon\VirgoCommon.csproj">
|
|
|
- <Project>{e7966f9d-09af-42f5-9bfe-f5c070b1b565}</Project>
|
|
|
- <Name>VirgoCommon</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\Framework\Common\Common.csproj">
|
|
|
- <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
|
|
|
- <Name>Common</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
|
|
|
- <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
|
|
|
- <Name>RTCore</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
|
|
|
- <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
|
|
|
- <Name>RTEquipmentLibrary</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\Framework\UICore\UICore.csproj">
|
|
|
- <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
|
|
|
- <Name>UICore</Name>
|
|
|
- </ProjectReference>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
- <Visible>False</Visible>
|
|
|
- <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
- <Install>false</Install>
|
|
|
- </BootstrapperPackage>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Resource Include="ReleaseNotes.txt" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="Config\SequenceFormat.xml">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </None>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Page Include="Backends\FSM.xaml">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
- </Page>
|
|
|
- <Page Include="Backends\IOMonitorView.xaml">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
- </Page>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="Config\ClusterGemModel.xml">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </None>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="Config\_ioDefineVirgo.xml">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </None>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="Config\IoProviderConfig_R.xml">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </None>
|
|
|
- <Content Include="Config\Interlock.Virgo_R.xml">
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <Content Include="Config\DeviceModelVirgo_R.xml">
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <Content Include="Config\Interlock.Virgo.xml">
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </Content>
|
|
|
- <None Include="Config\_ioDefineVirgo_R.xml">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </None>
|
|
|
- <None Include="Config\DataGroup.xml">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </None>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="Config\Account\Account.xml">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </None>
|
|
|
- <Content Include="Config\DeviceModelVirgo.xml">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <None Include="Config\RecipeFormat.xml">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </None>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Folder Include="Config\Recipe\" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <WCFMetadata Include="Connected Services\" />
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
- <PropertyGroup>
|
|
|
- <PostBuildEvent>REM 输出到安装目录,供安装打包使用
|
|
|
+<?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>{5EAFA05F-C2C0-40B3-9C8F-46D8559148D0}</ProjectGuid>
|
|
|
+ <OutputType>WinExe</OutputType>
|
|
|
+ <RootNamespace>VirgoRT</RootNamespace>
|
|
|
+ <AssemblyName>VirgoRT</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
+ <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <Deterministic>false</Deterministic>
|
|
|
+ <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
+ <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>
|
|
|
+ <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
+ <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
+ <TargetFrameworkProfile />
|
|
|
+ </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>
|
|
|
+ <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>
|
|
|
+ <ApplicationIcon>Resources\default_rt.ico</ApplicationIcon>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="BAI.ClientInitLib, Version=2.5.6.9, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>Dependency\BAI.ClientInitLib.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="BAI.InfrasLib">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>Dependency\BAI.InfrasLib.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="BAI.SystemsLib">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>Dependency\BAI.SystemsLib.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="FabConnect">
|
|
|
+ <HintPath>..\ThirdParty\dlls\FabConnect.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="log4net">
|
|
|
+ <HintPath>..\ThirdParty\dlls\log4net.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Configuration" />
|
|
|
+ <Reference Include="System.Data" />
|
|
|
+ <Reference Include="System.Runtime.Serialization" />
|
|
|
+ <Reference Include="System.ServiceModel" />
|
|
|
+ <Reference Include="System.Web.Extensions" />
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ <Reference Include="Microsoft.CSharp" />
|
|
|
+ <Reference Include="System.Core" />
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
+ <Reference Include="System.Data.DataSetExtensions" />
|
|
|
+ <Reference Include="System.Net.Http" />
|
|
|
+ <Reference Include="System.Xaml">
|
|
|
+ <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="WindowsBase" />
|
|
|
+ <Reference Include="PresentationCore" />
|
|
|
+ <Reference Include="PresentationFramework" />
|
|
|
+ <Reference Include="WPFToolkit">
|
|
|
+ <HintPath>..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Backends\FSM.xaml.cs">
|
|
|
+ <DependentUpon>FSM.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Backends\IOMonitorView.xaml.cs">
|
|
|
+ <DependentUpon>IOMonitorView.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Devices\AdTecRF.cs" />
|
|
|
+ <Compile Include="Devices\CometRF.cs" />
|
|
|
+ <Compile Include="Devices\DataDefine.cs" />
|
|
|
+ <Compile Include="Devices\EdwardsPump.cs" />
|
|
|
+ <Compile Include="Devices\EFEM\BrooksEFEMProxy.cs" />
|
|
|
+ <Compile Include="Devices\EFEM\BrooksEFEMSim.cs" />
|
|
|
+ <Compile Include="Devices\EFEM\Efem.cs" />
|
|
|
+ <Compile Include="Devices\EFEM\EfemAction.cs" />
|
|
|
+ <Compile Include="Devices\EFEM\EfemBase.cs" />
|
|
|
+ <Compile Include="Devices\EFEM\EfemDevice.cs" />
|
|
|
+ <Compile Include="Devices\EFEM\EfemInterface.cs" />
|
|
|
+ <Compile Include="Devices\EFEM\EfemMessage.cs" />
|
|
|
+ <Compile Include="Devices\EFEM\Loadport.cs" />
|
|
|
+ <Compile Include="Devices\EPDs\EPDDevice.cs" />
|
|
|
+ <Compile Include="Devices\EPDs\EPInterface\Datas\DataItemDefine.cs" />
|
|
|
+ <Compile Include="Devices\EPDs\EPInterface\Datas\EPDConfig.cs" />
|
|
|
+ <Compile Include="Devices\EPDs\EPInterface\Interface\EPDClient.cs" />
|
|
|
+ <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallback.cs" />
|
|
|
+ <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallbackService.cs" />
|
|
|
+ <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDService.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoMessage.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\FinsPlc.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoBoostPump.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoCylinder.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoGasStick.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoHeartbeat.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoHeater.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoLid.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoMatch.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoMfc.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoMfc1.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoPressureControl.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoPressureMeter.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoPump.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoRf.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoTriStateLift.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoTemperatureControl.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoThrottleValve.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoTriStateLift2.cs" />
|
|
|
+ <Compile Include="Devices\IODevices\IoTriStateLift4.cs" />
|
|
|
+ <Compile Include="Devices\JetPM.cs" />
|
|
|
+ <Compile Include="Devices\PlasmaController.cs" />
|
|
|
+ <Compile Include="Devices\RevtechMatch.cs" />
|
|
|
+ <Compile Include="Devices\SkyPump.cs" />
|
|
|
+ <Compile Include="Devices\SMCChiller.cs" />
|
|
|
+ <Compile Include="Devices\VirgoSignalTower.cs" />
|
|
|
+ <Compile Include="FAs\FaEventItem.cs" />
|
|
|
+ <Compile Include="FAs\FaHost.cs" />
|
|
|
+ <Compile Include="FAs\FALogFileCleaner.cs" />
|
|
|
+ <Compile Include="FAs\FaManager.cs" />
|
|
|
+ <Compile Include="FAs\IFaHost.cs" />
|
|
|
+ <Compile Include="FAs\IHostCallback.cs" />
|
|
|
+ <Compile Include="FAs\VIDMap.cs" />
|
|
|
+ <Compile Include="Devices\DeviceManager.cs" />
|
|
|
+ <Compile Include="Modules\AutoTransferClean.cs" />
|
|
|
+ <Compile Include="Modules\AutoTransfer.cs" />
|
|
|
+ <Compile Include="Modules\AutoTransfer_FA.cs" />
|
|
|
+ <Compile Include="Modules\AutoTransfer_T.cs" />
|
|
|
+ <Compile Include="Modules\EFEMs\EfemEntity.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortClampRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortCloseDoorRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortDockRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortReadTagDataRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortWriteTagDataRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortWriteCarrierIdRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortUnloadRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortModule.cs" />
|
|
|
+ <Compile Include="Modules\HomeAll.cs" />
|
|
|
+ <Compile Include="Modules\IMoveManager.cs" />
|
|
|
+ <Compile Include="Modules\Interlocks\CheckLidClose.cs" />
|
|
|
+ <Compile Include="Modules\Interlocks\CheckOnline.cs" />
|
|
|
+ <Compile Include="Modules\Interlocks\OperationCheck.cs" />
|
|
|
+ <Compile Include="Modules\EntityTaskBase.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortGetMapInfoRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortHomeRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortLoadRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortMapRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortOpenDoorRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortReadCarrierIdRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortUnclampRoutine.cs" />
|
|
|
+ <Compile Include="Modules\LPs\LoadPortUndockRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\Clean.cs" />
|
|
|
+ <Compile Include="Modules\PMs\CyclePurgeRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\Fdc.cs" />
|
|
|
+ <Compile Include="Modules\PMs\GasFlowRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\PMAllMfcVerificationRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\PMMfcVerificationRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\PMPostTransferRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\PMLeakCheckRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\PMHomeRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\PMPrepareTransferRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\PMEntity.cs" />
|
|
|
+ <Compile Include="Modules\ManualTransfer.cs" />
|
|
|
+ <Compile Include="Modules\PMs\PMRoutineBase.cs" />
|
|
|
+ <Compile Include="Modules\PMs\PostProcess.cs" />
|
|
|
+ <Compile Include="Modules\PMs\PreProcess.cs" />
|
|
|
+ <Compile Include="Modules\PMs\Process.cs" />
|
|
|
+ <Compile Include="Modules\PMs\Process_FA.cs" />
|
|
|
+ <Compile Include="Modules\PMs\PumpDownRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\Recipe.cs" />
|
|
|
+ <Compile Include="Modules\PMs\RecipeDBCallback.cs" />
|
|
|
+ <Compile Include="Modules\PMs\RfPowerRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\StartPumpRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\TemperatureControlRoutine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\VentRountine.cs" />
|
|
|
+ <Compile Include="Modules\PMs\VirgoRecipeFileContext.cs" />
|
|
|
+ <Compile Include="Modules\PMs\VirgoSequenceFileContext.cs" />
|
|
|
+ <Compile Include="Modules\ReturnAllWafer.cs" />
|
|
|
+ <Compile Include="Modules\RouteManager.cs" />
|
|
|
+ <Compile Include="Modules\Schedulers\ISchedulerDBCallback.cs" />
|
|
|
+ <Compile Include="Modules\Schedulers\SchedulerAligner.cs" />
|
|
|
+ <Compile Include="Modules\Schedulers\SchedulerBuffer.cs" />
|
|
|
+ <Compile Include="Modules\Schedulers\SchedulerDBCallback.cs" />
|
|
|
+ <Compile Include="Modules\Schedulers\SchedulerEfemRobot.cs" />
|
|
|
+ <Compile Include="Modules\Schedulers\SchedulerFlipper.cs" />
|
|
|
+ <Compile Include="Modules\Schedulers\SchedulerLoadPort.cs" />
|
|
|
+ <Compile Include="Modules\Schedulers\SchedulerModule.cs" />
|
|
|
+ <Compile Include="Modules\Schedulers\SchedulerPM.cs" />
|
|
|
+ <Compile Include="Modules\Schedulers\Tasks.cs" />
|
|
|
+ <Compile Include="Modules\Schedulers\TransferModule.cs" />
|
|
|
+ <Compile Include="Properties\Annotations.cs" />
|
|
|
+ <ApplicationDefinition Include="Instances\App.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </ApplicationDefinition>
|
|
|
+ <Compile Include="Instances\App.xaml.cs">
|
|
|
+ <DependentUpon>App.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Instances\RtInstance.cs" />
|
|
|
+ <Compile Include="Instances\ToolLoader.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs">
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Properties\Resources.Designer.cs">
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
+ <DesignTime>True</DesignTime>
|
|
|
+ <DependentUpon>Resources.resx</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Properties\Settings.Designer.cs">
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
+ <DependentUpon>Settings.settings</DependentUpon>
|
|
|
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
+ </Compile>
|
|
|
+ <EmbeddedResource Include="Properties\Resources.resx">
|
|
|
+ <Generator>ResXFileCodeGenerator</Generator>
|
|
|
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
+ </EmbeddedResource>
|
|
|
+ <None Include="BAI.ClientInitLib.dll.config">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
+ <None Include="Config\DeviceModel.xsd">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ <None Include="Config\DeviceModel_R.xsd">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ <None Include="Config\System.sccfg">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ <None Include="Properties\Settings.settings">
|
|
|
+ <Generator>SettingsSingleFileGenerator</Generator>
|
|
|
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="App.config">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="Config\DBModel.sql">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
+ <Resource Include="Resources\default_rt.ico" />
|
|
|
+ <None Include="Config\EventDefine.xml">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
+ <None Include="Config\IoProviderConfig.xml">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ <None Include="Config\SignalTower.xml">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
|
|
|
+ <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
|
|
|
+ <Name>RTModuleLibrary</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\VirgoCommon\VirgoCommon.csproj">
|
|
|
+ <Project>{e7966f9d-09af-42f5-9bfe-f5c070b1b565}</Project>
|
|
|
+ <Name>VirgoCommon</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\Framework\Common\Common.csproj">
|
|
|
+ <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
|
|
|
+ <Name>Common</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
|
|
|
+ <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
|
|
|
+ <Name>RTCore</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
|
|
|
+ <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
|
|
|
+ <Name>RTEquipmentLibrary</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\Framework\UICore\UICore.csproj">
|
|
|
+ <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
|
|
|
+ <Name>UICore</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
+ <Install>false</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Resource Include="ReleaseNotes.txt" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="Config\SequenceFormat.xml">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Page Include="Backends\FSM.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Backends\IOMonitorView.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="Config\ClusterGemModel.xml">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="Config\_ioDefineVirgo.xml">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="Config\IoProviderConfig_R.xml">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
+ <Content Include="Config\Interlock.Virgo_R.xml">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="Config\DeviceModelVirgo_R.xml">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="Config\Interlock.Virgo.xml">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Content>
|
|
|
+ <None Include="Config\_ioDefineVirgo_R.xml">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
+ <None Include="Config\DataGroup.xml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="Config\Account\Account.xml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
+ <Content Include="Config\DeviceModelVirgo.xml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <None Include="Config\RecipeFormat.xml">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Folder Include="Config\Recipe\" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <WCFMetadata Include="Connected Services\" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <PostBuildEvent>REM 输出到安装目录,供安装打包使用
|
|
|
+
|
|
|
+
|
|
|
+if exist "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT" rd "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT" /s /q
|
|
|
+md "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\"
|
|
|
|
|
|
-if exist "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT" rd "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT" /s /q
|
|
|
-md "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\"
|
|
|
|
|
|
echo 复制文件到安装目录,"$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\"
|
|
|
-xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\" /q
|
|
|
+xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\" /q
|
|
|
+
|
|
|
+
|
|
|
+REM 配置文件Copy
|
|
|
|
|
|
-REM 配置文件Copy
|
|
|
del "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\*.pdb"
|
|
|
|
|
|
-if exist "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Logs" rd "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Logs" /s /q
|
|
|
-if exist "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Recipes" rd "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Recipes" /s /q</PostBuildEvent>
|
|
|
- </PropertyGroup>
|
|
|
+
|
|
|
+if exist "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Logs" rd "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Logs" /s /q
|
|
|
+
|
|
|
+if exist "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Recipes" rd "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Recipes" /s /q</PostBuildEvent>
|
|
|
+ </PropertyGroup>
|
|
|
</Project>
|