<?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>{D2AF730C-4549-4BA7-839E-9AA76B934B2D}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <RootNamespace>CyberX8_Simulator</RootNamespace>
    <AssemblyName>CyberX8_Simulator</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>
    <NoWarn>
    </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>
  <ItemGroup>
    <Reference Include="log4net">
      <HintPath>..\ThirdParty\log4net.dll</HintPath>
    </Reference>
    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\ThirdParty\Newtonsoft.Json.dll</HintPath>
    </Reference>
	    <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.135\lib\net462\Microsoft.Xaml.Behaviors.dll</HintPath>
    </Reference>
    <Reference Include="OpenSEMI.Ctrlib">
      <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
    </Reference>
    <Reference Include="PresentationFramework.Aero" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.ServiceModel" />
    <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\WPFToolkit.dll</HintPath>
    </Reference>
    <Reference Include="Xceed.Wpf.Toolkit">
      <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <ApplicationDefinition Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </ApplicationDefinition>
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Devices\FestoSocketSimulator.cs" />
    <Compile Include="Devices\GalilSocketSimulator.cs" />
    <Compile Include="Devices\SunWayEfemSimulator.cs" />
    <Compile Include="Devices\AIRSYSChillerMock.cs" />
    <Compile Include="Devices\EdwardsPumpMockLL.cs" />
    <Compile Include="Devices\EdwardsPumpMockTM.cs" />
    <Compile Include="Devices\SETMSimulatorServer.cs" />
    <Compile Include="Devices\SkyPumpMockLL.cs" />
    <Compile Include="Devices\SkyPumpMockTM.cs" />
    <Compile Include="Devices\PowerSupplierSocketSimulator.cs" />
    <Compile Include="Devices\TMSimulatorServer.cs" />
    <Compile Include="Devices\VceSimulator.cs" />
    <Compile Include="Devices\VPASimulator.cs" />
    <Compile Include="Devices\WagoSocketSimulator.cs" />
    <Compile Include="Instances\SystemConfig.cs" />
    <Compile Include="JetChamber.cs" />
    <Compile Include="JetsiuTM.cs" />
    <Compile Include="Views\BarcodeReaderView.xaml.cs">
      <DependentUpon>BarcodeReaderView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\Converters\CassetteConverter.cs" />
    <Compile Include="Views\Converters\IoConvert.cs" />
    <Compile Include="Views\FestoView.xaml.cs">
      <DependentUpon>FestoView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\GalilView.xaml.cs">
      <DependentUpon>GalilView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\IoViewModelBase.cs" />
    <Compile Include="Views\SimulatorIo1View.xaml.cs">
      <DependentUpon>SimulatorIo1View.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\SimulatorIo4View.xaml.cs">
      <DependentUpon>SimulatorIo4View.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\SimulatorIo3View.xaml.cs">
      <DependentUpon>SimulatorIo3View.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\SimulatorIo2View.xaml.cs">
      <DependentUpon>SimulatorIo2View.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\SimulatorIoSETMView.xaml.cs">
      <DependentUpon>SimulatorIoSETMView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\SimulatorIoTMView.xaml.cs">
      <DependentUpon>SimulatorIoTMView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PowerSupplierView.xaml.cs">
      <DependentUpon>PowerSupplierView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\LinmotView.xaml.cs">
      <DependentUpon>LinmotView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ThorntonView.xaml.cs">
      <DependentUpon>ThorntonView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\SimuTemperatureControllerView.xaml.cs">
      <DependentUpon>SimuTemperatureControllerView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\Simu_SunWayEfemView.xaml.cs">
      <DependentUpon>Simu_SunWayEfemView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\Simu_CometRFView.xaml.cs">
      <DependentUpon>Simu_CometRFView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\Simu_EfemView.xaml.cs">
      <DependentUpon>Simu_EfemView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\Simu_SETMView.xaml.cs">
      <DependentUpon>Simu_SETMView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\Simu_TMView.xaml.cs">
      <DependentUpon>Simu_TMView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\WagoView.xaml.cs">
      <DependentUpon>WagoView.xaml</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Devices\AdTecGeneratorMock.cs" />
    <Compile Include="Devices\AdTecMatchMock.cs" />
    <Compile Include="Devices\CometRFSocketServer.cs" />
    <Compile Include="Devices\EfemSimulator.cs" />
    <Compile Include="Devices\SkyPumpMock.cs" />
    <Compile Include="Devices\SMCChillerMockPMA.cs" />
    <Compile Include="Devices\SMCChillerMockPMB.cs" />
    <Compile Include="Instances\SimulatorPlc.cs" />
    <Compile Include="Instances\SimulatorSystem.cs" />
    <Compile Include="Instances\UiInstance.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>
	<None Include="packages.config" />
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\CyberX8_Core\CyberX8_Core.csproj">
      <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
      <Name>CyberX8_Core</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\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>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Resources\simulator.ico" />
  </ItemGroup>
  <ItemGroup>
    <Page Include="Views\BarcodeReaderView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\FestoView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\GalilView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\SimulatorIo1View.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\SimulatorIo4View.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\SimulatorIo3View.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\SimulatorIo2View.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\SimulatorIoSETMView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\SimulatorIoTMView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PowerSupplierView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\LinmotView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\ThorntonView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\SimuTemperatureControllerView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\Simu_SunWayEfemView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\Simu_CometRFView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\WagoView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\Simu_EfemView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\Simu_SETMView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\Simu_TMView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
  </ItemGroup>
  <ItemGroup />
  <ItemGroup>
    <Content Include="Config\SimulatorIOMapCfg.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Config\_ioDefineVenusDE.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Config\_ioDefineVenusSE.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Config\_ioDefineKepler2200B.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Config\_ioDefineVenus_MF.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Config\_ioDefineVenusSE_MF.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Config\_ioDefineKepler2200A.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Config\UILayout.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Config\_ioDefineKepler2300.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Config\_ioDefineVenus.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>