123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- <?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>
- </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>
- </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>
- <ItemGroup>
- <Reference Include="FabConnect">
- <HintPath>..\ThirdParty\FabConnect.dll</HintPath>
- </Reference>
- <Reference Include="log4net">
- <HintPath>..\ThirdParty\log4net.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Data" />
- <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\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\KashiyamaPump.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\Recipe.cs" />
- <Compile Include="Modules\PMs\VirgoRecipeFileContext.cs" />
- <Compile Include="Modules\PMs\VirgoSequenceFileContext.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>
- <None Include="Config\System.sccfg">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <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\RTModuleLibrary\RTModuleLibrary.csproj">
- <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
- <Name>RTModuleLibrary</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\RecipeFormat.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\SequenceFormat.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Config\_ioDefineVenus.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Resource Include="defaultrt.ico" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|