123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 |
- <?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>{CD9AEF96-5048-47D1-B785-1F8C3FDC47C3}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>Venus_RT</RootNamespace>
- <AssemblyName>Venus_RT</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- <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>
- </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>
- <NoWarn>CS0168</NoWarn>
- </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>defaultrt.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="FabConnect">
- <HintPath>..\ThirdParty\FabConnect.dll</HintPath>
- </Reference>
- <Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\ThirdParty\log4net.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Text.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\ThirdParty\System.Text.Json.dll</HintPath>
- </Reference>
- <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" />
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="Instances\App.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <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\AdixenTurboPump.cs" />
- <Compile Include="Devices\AdTecRF.cs" />
- <Compile Include="Devices\CometRF.cs" />
- <Compile Include="Devices\DataDefine.cs" />
- <Compile Include="Devices\DeviceManager.cs" />
- <Compile Include="Devices\EdwardsPump.cs" />
- <Compile Include="Devices\ESC5HighVoltage.cs" />
- <Compile Include="Devices\FinsPlc.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\IoMfc.cs" />
- <Compile Include="Devices\IODevices\IoPressureControl.cs" />
- <Compile Include="Devices\IODevices\IoPressureMeter.cs" />
- <Compile Include="Devices\IODevices\IoSignalLight.cs" />
- <Compile Include="Devices\IODevices\IoSignalTower.cs" />
- <Compile Include="Devices\JetPM.cs" />
- <Compile Include="Devices\PendulumValve.cs" />
- <Compile Include="Devices\PlasmaController.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="Instances\App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Instances\RtInstance.cs" />
- <Compile Include="Instances\ToolLoader.cs" />
- <Compile Include="Modules\PMs\GasBoxLeakCheckRoutine.cs" />
- <Compile Include="Modules\PMs\LLPickRoutine.cs" />
- <Compile Include="Modules\PMs\LLPlaceRoutine.cs" />
- <Compile Include="Modules\PMs\LoadLockLeakCheckRoutine.cs" />
- <Compile Include="Modules\PMs\LoadLockPumpRoutine.cs" />
- <Compile Include="Modules\PMs\LoadLockPurgeRoutine.cs" />
- <Compile Include="Modules\PMs\LoadLockVentRoutine.cs" />
- <Compile Include="Modules\PMs\PMEntity.cs" />
- <Compile Include="Modules\PMs\PMGaslinePurgeRoutine.cs" />
- <Compile Include="Modules\PMs\PMHomeRoutine.cs" />
- <Compile Include="Modules\PMs\PMLeakCheckRoutine.cs" />
- <Compile Include="Modules\PMs\PMProcessRoutine.cs" />
- <Compile Include="Modules\PMs\PMPurgeRoutine.cs" />
- <Compile Include="Modules\PMs\PMRoutineBase.cs" />
- <Compile Include="Modules\PMs\ProcessUnitDefine.cs" />
- <Compile Include="Modules\PMs\PumpDownRoutine.cs" />
- <Compile Include="Modules\PMs\StartDryPumpRoutine.cs" />
- <Compile Include="Modules\PMs\StartTurboPumpRoutine.cs" />
- <Compile Include="Modules\PMs\VentRoutine.cs" />
- <Compile Include="Modules\PMs\VenusRecipeFileContext.cs" />
- <Compile Include="Modules\PMs\VenusSequenceFileContext.cs" />
- <Compile Include="Modules\RouteManager.cs" />
- <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>
- <Content Include="Config\Account\Account.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\ClusterGemModel.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\DBModel.sql">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\DeviceModelVenus.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\Interlock.Venus.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\SignalTower.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\System.sccfg">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <None Include="Config\DeviceModel.xsd">
- <SubType>Designer</SubType>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <Content Include="Config\LogDefine.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <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\SimulatorCore\SimulatorCore.csproj">
- <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
- <Name>SimulatorCore</Name>
- </ProjectReference>
- <ProjectReference Include="..\Framework\UICore\UICore.csproj">
- <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
- <Name>UICore</Name>
- </ProjectReference>
- <ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj">
- <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
- <Name>RecipeEditorControl</Name>
- </ProjectReference>
- <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
- <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
- <Name>Venus_Core</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Page Include="Backends\FSM.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Backends\IOMonitorView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Content Include="Config\EventDefine.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\IoProviderConfig.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\RecipeFormat.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\SequenceFormat.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\VenusPreProcess.py">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\_ioDefineVenus.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Resource Include="defaultrt.ico" />
- </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 />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>python.exe ../../Config/VenusPreProcess.py
- </PreBuildEvent>
- </PropertyGroup>
- </Project>
|