SimulatorCore.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{EBE55E3F-6DCE-47B9-AC61-54A8B9B3482A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MECF.Framework.Simulator.Core</RootNamespace>
  11. <AssemblyName>MECF.Framework.Simulator.Core</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\output\MECF.Framework\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <NoWarn>CS0168</NoWarn>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="log4net">
  37. <HintPath>..\..\ThirdParty\log4net.dll</HintPath>
  38. </Reference>
  39. <Reference Include="PresentationCore" />
  40. <Reference Include="PresentationFramework" />
  41. <Reference Include="PresentationFramework.Aero" />
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Management" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xaml" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="WindowsBase" />
  55. <Reference Include="WPFToolkit">
  56. <HintPath>..\..\ThirdParty\WPFToolkit.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Xceed.Wpf.Toolkit">
  59. <HintPath>..\..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  60. </Reference>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="Aligners\HstOcrReaderSimulator.cs" />
  64. <Compile Include="Aligners\HstOcrReaderView.xaml.cs">
  65. <DependentUpon>HstOcrReaderView.xaml</DependentUpon>
  66. </Compile>
  67. <Compile Include="Aligners\YaskawaNXAlignerView.xaml.cs">
  68. <DependentUpon>YaskawaNXAlignerView.xaml</DependentUpon>
  69. </Compile>
  70. <Compile Include="Commons\BarcodeReaderSerialPortDevice.cs" />
  71. <Compile Include="Commons\BaseSerialSimulator.cs" />
  72. <Compile Include="Commons\TemperatureControllerSerialPortDevice.cs" />
  73. <Compile Include="Commons\LinmotSerialPortDevice.cs" />
  74. <Compile Include="Commons\ThorntonSerialPortDevice.cs" />
  75. <Compile Include="IoProviders\IOViewModel.cs" />
  76. <Compile Include="IoProviders\MCProtocolPlcSimulator.cs" />
  77. <Compile Include="IoProviders\SimulatorIO.cs" />
  78. <Compile Include="LoadPorts\OmronBarcodeReaderSimulator.cs" />
  79. <Compile Include="LoadPorts\OmronBarcodeReaderView.xaml.cs">
  80. <DependentUpon>OmronBarcodeReaderView.xaml</DependentUpon>
  81. </Compile>
  82. <Compile Include="Robots\YaskawaNX100ControllerSimulator.cs" />
  83. <Compile Include="Robots\YaskawaNX100RobotSimulator.cs" />
  84. <Compile Include="Robots\BrooksMag7RobotView.xaml.cs">
  85. <DependentUpon>BrooksMag7RobotView.xaml</DependentUpon>
  86. </Compile>
  87. <Compile Include="Robots\YaskawaNX100RobotView.xaml.cs">
  88. <DependentUpon>YaskawaNX100RobotView.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="Robots\YaskawaSR100ControllerSimulator.cs" />
  91. <Compile Include="Aligners\YaskawaAlignerSimulator.cs" />
  92. <Compile Include="Aligners\YaskawaAlignerView.xaml.cs">
  93. <DependentUpon>YaskawaAlignerView.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="Commons\DeviceSimulator.cs" />
  96. <Compile Include="Commons\SerialPortDeviceSimulator.cs" />
  97. <Compile Include="Commons\SerialPortDeviceViewModel.cs" />
  98. <Compile Include="Commons\SerialPortTitleView.xaml.cs">
  99. <DependentUpon>SerialPortTitleView.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="Commons\SocketDeviceSimulator.cs" />
  102. <Compile Include="Commons\SocketDeviceViewModel.cs" />
  103. <Compile Include="Commons\SocketTitleView.xaml.cs">
  104. <DependentUpon>SocketTitleView.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="Commons\TransactionLogItem.cs" />
  107. <Compile Include="Commons\UIConverters.cs" />
  108. <Compile Include="LoadPorts\OmronCIDRWSimulator.cs" />
  109. <Compile Include="LoadPorts\OmronCIDRWView.xaml.cs">
  110. <DependentUpon>OmronCIDRWView.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="LoadPorts\TDKLoadPortView.xaml.cs">
  113. <DependentUpon>TDKLoadPortView.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="LoadPorts\TDKLoadPortSimulator.cs" />
  116. <Compile Include="Properties\AssemblyInfo.cs" />
  117. <Compile Include="Robots\BrooksMag7RobotSimulator.cs" />
  118. <Compile Include="Robots\BrooksMag7RobotTesterView.xaml.cs">
  119. <DependentUpon>BrooksMag7RobotTesterView.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="Robots\RobotSimulator.cs" />
  122. <Compile Include="Robots\YaskawaSR100RobotSimulator.cs" />
  123. <Compile Include="Robots\YaskawaSR100RobotView.xaml.cs">
  124. <DependentUpon>YaskawaSR100RobotView.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="SubstrateTrackings\WaferTrack.cs" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Page Include="Aligners\HstOcrReaderView.xaml">
  130. <SubType>Designer</SubType>
  131. <Generator>MSBuild:Compile</Generator>
  132. </Page>
  133. <Page Include="Aligners\YaskawaAlignerView.xaml">
  134. <SubType>Designer</SubType>
  135. <Generator>MSBuild:Compile</Generator>
  136. </Page>
  137. <Page Include="Aligners\YaskawaNXAlignerView.xaml">
  138. <SubType>Designer</SubType>
  139. <Generator>MSBuild:Compile</Generator>
  140. </Page>
  141. <Page Include="Commons\SerialPortTitleView.xaml">
  142. <SubType>Designer</SubType>
  143. <Generator>MSBuild:Compile</Generator>
  144. </Page>
  145. <Page Include="Commons\SocketTitleView.xaml">
  146. <SubType>Designer</SubType>
  147. <Generator>MSBuild:Compile</Generator>
  148. </Page>
  149. <Page Include="LoadPorts\OmronBarcodeReaderView.xaml">
  150. <Generator>MSBuild:Compile</Generator>
  151. <SubType>Designer</SubType>
  152. </Page>
  153. <Page Include="LoadPorts\OmronCIDRWView.xaml">
  154. <SubType>Designer</SubType>
  155. <Generator>MSBuild:Compile</Generator>
  156. </Page>
  157. <Page Include="LoadPorts\TDKLoadPortView.xaml">
  158. <SubType>Designer</SubType>
  159. <Generator>MSBuild:Compile</Generator>
  160. </Page>
  161. <Page Include="Robots\BrooksMag7RobotTesterView.xaml">
  162. <SubType>Designer</SubType>
  163. <Generator>MSBuild:Compile</Generator>
  164. </Page>
  165. <Page Include="Robots\BrooksMag7RobotView.xaml">
  166. <Generator>MSBuild:Compile</Generator>
  167. <SubType>Designer</SubType>
  168. </Page>
  169. <Page Include="Robots\YaskawaNX100RobotView.xaml">
  170. <SubType>Designer</SubType>
  171. <Generator>MSBuild:Compile</Generator>
  172. </Page>
  173. <Page Include="Robots\YaskawaSR100RobotView.xaml">
  174. <SubType>Designer</SubType>
  175. <Generator>MSBuild:Compile</Generator>
  176. </Page>
  177. </ItemGroup>
  178. <ItemGroup>
  179. <ProjectReference Include="..\Common\Common.csproj">
  180. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  181. <Name>Common</Name>
  182. </ProjectReference>
  183. <ProjectReference Include="..\RTCore\RTCore.csproj">
  184. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  185. <Name>RTCore</Name>
  186. </ProjectReference>
  187. <ProjectReference Include="..\UICore\UICore.csproj">
  188. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  189. <Name>UICore</Name>
  190. </ProjectReference>
  191. </ItemGroup>
  192. <ItemGroup />
  193. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  194. </Project>