SimulatorCore.csproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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="IoProviders\SimulatorIO1View.xaml.cs">
  79. <DependentUpon>SimulatorIO1View.xaml</DependentUpon>
  80. </Compile>
  81. <Compile Include="IoProviders\SimulatorIO2View.xaml.cs">
  82. <DependentUpon>SimulatorIO2View.xaml</DependentUpon>
  83. </Compile>
  84. <Compile Include="IoProviders\SimulatorIO3View.xaml.cs">
  85. <DependentUpon>SimulatorIO3View.xaml</DependentUpon>
  86. </Compile>
  87. <Compile Include="IoProviders\SimulatorIO4View.xaml.cs">
  88. <DependentUpon>SimulatorIO4View.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="LoadPorts\OmronBarcodeReaderSimulator.cs" />
  91. <Compile Include="LoadPorts\OmronBarcodeReaderView.xaml.cs">
  92. <DependentUpon>OmronBarcodeReaderView.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="Robots\YaskawaNX100ControllerSimulator.cs" />
  95. <Compile Include="Robots\YaskawaNX100RobotSimulator.cs" />
  96. <Compile Include="Robots\BrooksMag7RobotView.xaml.cs">
  97. <DependentUpon>BrooksMag7RobotView.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="Robots\YaskawaNX100RobotView.xaml.cs">
  100. <DependentUpon>YaskawaNX100RobotView.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="Robots\YaskawaSR100ControllerSimulator.cs" />
  103. <Compile Include="Aligners\YaskawaAlignerSimulator.cs" />
  104. <Compile Include="Aligners\YaskawaAlignerView.xaml.cs">
  105. <DependentUpon>YaskawaAlignerView.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="Commons\DeviceSimulator.cs" />
  108. <Compile Include="Commons\SerialPortDeviceSimulator.cs" />
  109. <Compile Include="Commons\SerialPortDeviceViewModel.cs" />
  110. <Compile Include="Commons\SerialPortTitleView.xaml.cs">
  111. <DependentUpon>SerialPortTitleView.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="Commons\SocketDeviceSimulator.cs" />
  114. <Compile Include="Commons\SocketDeviceViewModel.cs" />
  115. <Compile Include="Commons\SocketTitleView.xaml.cs">
  116. <DependentUpon>SocketTitleView.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="Commons\TransactionLogItem.cs" />
  119. <Compile Include="Commons\UIConverters.cs" />
  120. <Compile Include="LoadPorts\OmronCIDRWSimulator.cs" />
  121. <Compile Include="LoadPorts\OmronCIDRWView.xaml.cs">
  122. <DependentUpon>OmronCIDRWView.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="LoadPorts\TDKLoadPortView.xaml.cs">
  125. <DependentUpon>TDKLoadPortView.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="LoadPorts\TDKLoadPortSimulator.cs" />
  128. <Compile Include="Properties\AssemblyInfo.cs" />
  129. <Compile Include="Robots\BrooksMag7RobotSimulator.cs" />
  130. <Compile Include="Robots\BrooksMag7RobotTesterView.xaml.cs">
  131. <DependentUpon>BrooksMag7RobotTesterView.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="Robots\RobotSimulator.cs" />
  134. <Compile Include="Robots\YaskawaSR100RobotSimulator.cs" />
  135. <Compile Include="Robots\YaskawaSR100RobotView.xaml.cs">
  136. <DependentUpon>YaskawaSR100RobotView.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="SubstrateTrackings\WaferTrack.cs" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Page Include="Aligners\HstOcrReaderView.xaml">
  142. <SubType>Designer</SubType>
  143. <Generator>MSBuild:Compile</Generator>
  144. </Page>
  145. <Page Include="Aligners\YaskawaAlignerView.xaml">
  146. <SubType>Designer</SubType>
  147. <Generator>MSBuild:Compile</Generator>
  148. </Page>
  149. <Page Include="Aligners\YaskawaNXAlignerView.xaml">
  150. <SubType>Designer</SubType>
  151. <Generator>MSBuild:Compile</Generator>
  152. </Page>
  153. <Page Include="Commons\SerialPortTitleView.xaml">
  154. <SubType>Designer</SubType>
  155. <Generator>MSBuild:Compile</Generator>
  156. </Page>
  157. <Page Include="Commons\SocketTitleView.xaml">
  158. <SubType>Designer</SubType>
  159. <Generator>MSBuild:Compile</Generator>
  160. </Page>
  161. <Page Include="IoProviders\SimulatorIO1View.xaml">
  162. <Generator>MSBuild:Compile</Generator>
  163. <SubType>Designer</SubType>
  164. </Page>
  165. <Page Include="IoProviders\SimulatorIO2View.xaml">
  166. <Generator>MSBuild:Compile</Generator>
  167. <SubType>Designer</SubType>
  168. </Page>
  169. <Page Include="IoProviders\SimulatorIO3View.xaml">
  170. <Generator>MSBuild:Compile</Generator>
  171. <SubType>Designer</SubType>
  172. </Page>
  173. <Page Include="IoProviders\SimulatorIO4View.xaml">
  174. <Generator>MSBuild:Compile</Generator>
  175. <SubType>Designer</SubType>
  176. </Page>
  177. <Page Include="LoadPorts\OmronBarcodeReaderView.xaml">
  178. <Generator>MSBuild:Compile</Generator>
  179. <SubType>Designer</SubType>
  180. </Page>
  181. <Page Include="LoadPorts\OmronCIDRWView.xaml">
  182. <SubType>Designer</SubType>
  183. <Generator>MSBuild:Compile</Generator>
  184. </Page>
  185. <Page Include="LoadPorts\TDKLoadPortView.xaml">
  186. <SubType>Designer</SubType>
  187. <Generator>MSBuild:Compile</Generator>
  188. </Page>
  189. <Page Include="Robots\BrooksMag7RobotTesterView.xaml">
  190. <SubType>Designer</SubType>
  191. <Generator>MSBuild:Compile</Generator>
  192. </Page>
  193. <Page Include="Robots\BrooksMag7RobotView.xaml">
  194. <Generator>MSBuild:Compile</Generator>
  195. <SubType>Designer</SubType>
  196. </Page>
  197. <Page Include="Robots\YaskawaNX100RobotView.xaml">
  198. <SubType>Designer</SubType>
  199. <Generator>MSBuild:Compile</Generator>
  200. </Page>
  201. <Page Include="Robots\YaskawaSR100RobotView.xaml">
  202. <SubType>Designer</SubType>
  203. <Generator>MSBuild:Compile</Generator>
  204. </Page>
  205. </ItemGroup>
  206. <ItemGroup>
  207. <ProjectReference Include="..\Common\Common.csproj">
  208. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  209. <Name>Common</Name>
  210. </ProjectReference>
  211. <ProjectReference Include="..\RTCore\RTCore.csproj">
  212. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  213. <Name>RTCore</Name>
  214. </ProjectReference>
  215. <ProjectReference Include="..\UICore\UICore.csproj">
  216. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  217. <Name>UICore</Name>
  218. </ProjectReference>
  219. </ItemGroup>
  220. <ItemGroup />
  221. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  222. </Project>