123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- <?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>{EBE55E3F-6DCE-47B9-AC61-54A8B9B3482A}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MECF.Framework.Simulator.Core</RootNamespace>
- <AssemblyName>MECF.Framework.Simulator.Core</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\output\MECF.Framework\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <NoWarn>CS0168</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="log4net">
- <HintPath>..\..\ThirdParty\log4net.dll</HintPath>
- </Reference>
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="PresentationFramework.Aero" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Management" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xaml" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- <Reference Include="WPFToolkit">
- <HintPath>..\..\ThirdParty\WPFToolkit.dll</HintPath>
- </Reference>
- <Reference Include="Xceed.Wpf.Toolkit">
- <HintPath>..\..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Aligners\HstOcrReaderSimulator.cs" />
- <Compile Include="Aligners\HstOcrReaderView.xaml.cs">
- <DependentUpon>HstOcrReaderView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Aligners\YaskawaNXAlignerView.xaml.cs">
- <DependentUpon>YaskawaNXAlignerView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Commons\BarcodeReaderSerialPortDevice.cs" />
- <Compile Include="Commons\BaseSerialSimulator.cs" />
- <Compile Include="Commons\TemperatureControllerSerialPortDevice.cs" />
- <Compile Include="Commons\LinmotSerialPortDevice.cs" />
- <Compile Include="Commons\ThorntonSerialPortDevice.cs" />
- <Compile Include="IoProviders\IOViewModel.cs" />
- <Compile Include="IoProviders\MCProtocolPlcSimulator.cs" />
- <Compile Include="IoProviders\SimulatorIO.cs" />
- <Compile Include="IoProviders\SimulatorIO1View.xaml.cs">
- <DependentUpon>SimulatorIO1View.xaml</DependentUpon>
- </Compile>
- <Compile Include="IoProviders\SimulatorIO2View.xaml.cs">
- <DependentUpon>SimulatorIO2View.xaml</DependentUpon>
- </Compile>
- <Compile Include="IoProviders\SimulatorIO3View.xaml.cs">
- <DependentUpon>SimulatorIO3View.xaml</DependentUpon>
- </Compile>
- <Compile Include="IoProviders\SimulatorIO4View.xaml.cs">
- <DependentUpon>SimulatorIO4View.xaml</DependentUpon>
- </Compile>
- <Compile Include="LoadPorts\OmronBarcodeReaderSimulator.cs" />
- <Compile Include="LoadPorts\OmronBarcodeReaderView.xaml.cs">
- <DependentUpon>OmronBarcodeReaderView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Robots\YaskawaNX100ControllerSimulator.cs" />
- <Compile Include="Robots\YaskawaNX100RobotSimulator.cs" />
- <Compile Include="Robots\BrooksMag7RobotView.xaml.cs">
- <DependentUpon>BrooksMag7RobotView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Robots\YaskawaNX100RobotView.xaml.cs">
- <DependentUpon>YaskawaNX100RobotView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Robots\YaskawaSR100ControllerSimulator.cs" />
- <Compile Include="Aligners\YaskawaAlignerSimulator.cs" />
- <Compile Include="Aligners\YaskawaAlignerView.xaml.cs">
- <DependentUpon>YaskawaAlignerView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Commons\DeviceSimulator.cs" />
- <Compile Include="Commons\SerialPortDeviceSimulator.cs" />
- <Compile Include="Commons\SerialPortDeviceViewModel.cs" />
- <Compile Include="Commons\SerialPortTitleView.xaml.cs">
- <DependentUpon>SerialPortTitleView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Commons\SocketDeviceSimulator.cs" />
- <Compile Include="Commons\SocketDeviceViewModel.cs" />
- <Compile Include="Commons\SocketTitleView.xaml.cs">
- <DependentUpon>SocketTitleView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Commons\TransactionLogItem.cs" />
- <Compile Include="Commons\UIConverters.cs" />
- <Compile Include="LoadPorts\OmronCIDRWSimulator.cs" />
- <Compile Include="LoadPorts\OmronCIDRWView.xaml.cs">
- <DependentUpon>OmronCIDRWView.xaml</DependentUpon>
- </Compile>
- <Compile Include="LoadPorts\TDKLoadPortView.xaml.cs">
- <DependentUpon>TDKLoadPortView.xaml</DependentUpon>
- </Compile>
- <Compile Include="LoadPorts\TDKLoadPortSimulator.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Robots\BrooksMag7RobotSimulator.cs" />
- <Compile Include="Robots\BrooksMag7RobotTesterView.xaml.cs">
- <DependentUpon>BrooksMag7RobotTesterView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Robots\RobotSimulator.cs" />
- <Compile Include="Robots\YaskawaSR100RobotSimulator.cs" />
- <Compile Include="Robots\YaskawaSR100RobotView.xaml.cs">
- <DependentUpon>YaskawaSR100RobotView.xaml</DependentUpon>
- </Compile>
- <Compile Include="SubstrateTrackings\WaferTrack.cs" />
- </ItemGroup>
- <ItemGroup>
- <Page Include="Aligners\HstOcrReaderView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Aligners\YaskawaAlignerView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Aligners\YaskawaNXAlignerView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Commons\SerialPortTitleView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Commons\SocketTitleView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="IoProviders\SimulatorIO1View.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="IoProviders\SimulatorIO2View.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="IoProviders\SimulatorIO3View.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="IoProviders\SimulatorIO4View.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="LoadPorts\OmronBarcodeReaderView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="LoadPorts\OmronCIDRWView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="LoadPorts\TDKLoadPortView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Robots\BrooksMag7RobotTesterView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Robots\BrooksMag7RobotView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Robots\YaskawaNX100RobotView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Robots\YaskawaSR100RobotView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Common\Common.csproj">
- <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
- <Name>Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\RTCore\RTCore.csproj">
- <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
- <Name>RTCore</Name>
- </ProjectReference>
- <ProjectReference Include="..\UICore\UICore.csproj">
- <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
- <Name>UICore</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|