AitexSorterRT.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{43A76F28-EF7C-48D0-84CE-A25897E2A616}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Aitex.Sorter.RT</RootNamespace>
  12. <AssemblyName>Aitex.Sorter.RT</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <WarningLevel>4</WarningLevel>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  33. <PlatformTarget>x86</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  41. <Prefer32Bit>false</Prefer32Bit>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <ApplicationIcon>Resources\AitexSorterRT.ico</ApplicationIcon>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <StartupObject />
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="FabConnect, Version=1.9.8188.361, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\ThirdParty\dlls\FabConnect.dll</HintPath>
  53. </Reference>
  54. <Reference Include="log4net">
  55. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  56. </Reference>
  57. <Reference Include="MECF.Framework.FA.Core, Version=1.0.8483.31454, Culture=neutral, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\..\ThirdParty\dlls\MECF.Framework.FA.Core.dll</HintPath>
  60. </Reference>
  61. <Reference Include="SuperSocket.Common">
  62. <HintPath>..\..\ThirdParty\dlls\SuperSocket.Common.dll</HintPath>
  63. </Reference>
  64. <Reference Include="SuperSocket.Facility">
  65. <HintPath>..\..\ThirdParty\dlls\SuperSocket.Facility.dll</HintPath>
  66. </Reference>
  67. <Reference Include="SuperSocket.SocketBase">
  68. <HintPath>..\..\ThirdParty\dlls\SuperSocket.SocketBase.dll</HintPath>
  69. </Reference>
  70. <Reference Include="SuperSocket.SocketEngine">
  71. <HintPath>..\..\ThirdParty\dlls\SuperSocket.SocketEngine.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System" />
  74. <Reference Include="System.configuration" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Drawing" />
  77. <Reference Include="System.Runtime.Serialization" />
  78. <Reference Include="System.ServiceModel" />
  79. <Reference Include="System.Windows.Forms" />
  80. <Reference Include="System.Windows.Input.Manipulations" />
  81. <Reference Include="System.Xml" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="System.Xaml">
  87. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  88. </Reference>
  89. <Reference Include="WindowsBase" />
  90. <Reference Include="PresentationCore" />
  91. <Reference Include="PresentationFramework" />
  92. <Reference Include="WindowsFormsIntegration" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="SorterCommonFrame\Devices\DeviceModelSorterBase.cs" />
  96. <Compile Include="SorterCommonFrame\Devices\ISorterDeviceCallBack.cs" />
  97. <Compile Include="SorterCommonFrame\EfemRoutine\EfemPickRoutine.cs" />
  98. <Compile Include="SorterCommonFrame\EfemRoutine\EfemTransferRoutine.cs" />
  99. <Compile Include="SorterCommonFrame\EfemRoutine\EfemPlaceRoutine.cs" />
  100. <Compile Include="SorterCommonFrame\EfemRoutine\EfemSwapRoutine.cs" />
  101. <Compile Include="SorterCommonFrame\EfemRoutine\EfemInitRoutine.cs" />
  102. <Compile Include="SorterCommonFrame\Modules\RobotOffsetConfig.cs" />
  103. <Compile Include="SorterCommonFrame\Modules\RouteManagerSorter.cs" />
  104. <Compile Include="SorterCommonFrame\Modules\SorterRTStateEnum.cs" />
  105. <Compile Include="SorterCommonFrame\Modules\StatesMonitor.cs" />
  106. <Compile Include="SorterCommonFrame\Routines\GotoRoutine.cs" />
  107. <Compile Include="SorterCommonFrame\Routines\TransferRoutine.cs" />
  108. <Compile Include="SorterCommonFrame\SorterJobControl\StaticTransfer.cs" />
  109. <Compile Include="SorterCommonFrame\Modules\TurnOverStationModule.cs" />
  110. <Compile Include="Module\DeviceConfiguration.cs" />
  111. <Compile Include="Module\IMoveManager.cs" />
  112. <Compile Include="Module\Recipe\HostUsageRecipe.cs" />
  113. <Compile Include="Module\Recipe\HostRecipe.cs" />
  114. <Compile Include="Module\Recipe\IRecipeParser.cs" />
  115. <Compile Include="Module\Recipe\LocalSorterRecipe.cs" />
  116. <Compile Include="Module\Recipe\ReadWaferIDRecipe.cs" />
  117. <Compile Include="Module\Recipe\RecipeParserAlign.cs" />
  118. <Compile Include="Module\Recipe\RecipeParserBase.cs" />
  119. <Compile Include="Module\Recipe\RecipeParserByPort1ToN.cs" />
  120. <Compile Include="Module\Recipe\RecipeParserOrder.cs" />
  121. <Compile Include="Module\Recipe\RecipeParserReadWaferId.cs" />
  122. <Compile Include="Module\Recipe\RecipeParserTransferNToN.cs" />
  123. <Compile Include="Module\Recipe\RecipeParserPack.cs" />
  124. <Compile Include="Module\Recipe\RecipeParserTransfer1To1.cs" />
  125. <Compile Include="Module\Recipe\RtRecipe.cs" />
  126. <Compile Include="Module\Recipe\RtRecipeFileContext.cs" />
  127. <Compile Include="Module\RouteManager.cs" />
  128. <Compile Include="Properties\Resources.en-US.Designer.cs">
  129. <AutoGen>True</AutoGen>
  130. <DesignTime>True</DesignTime>
  131. <DependentUpon>Resources.en-US.resx</DependentUpon>
  132. </Compile>
  133. <Compile Include="Properties\Resources.zh-CN.Designer.cs">
  134. <AutoGen>True</AutoGen>
  135. <DesignTime>True</DesignTime>
  136. <DependentUpon>Resources.zh-CN.resx</DependentUpon>
  137. </Compile>
  138. <Compile Include="SorterCommonFrame\Routines\AlignRoutine.cs" />
  139. <Compile Include="SorterCommonFrame\Routines\CommonRoutineSorter.cs" />
  140. <Compile Include="SorterCommonFrame\Routines\InitRoutine4LP.cs" />
  141. <Compile Include="SorterCommonFrame\Routines\PickRoutine.cs" />
  142. <Compile Include="SorterCommonFrame\Routines\PlaceRoutine.cs" />
  143. <Compile Include="SorterCommonFrame\Routines\SwapRoutine.cs" />
  144. <Compile Include="SorterCommonFrame\SorterJobControl\SorterJob.cs" />
  145. <Compile Include="SorterCommonFrame\SorterJobControl\SorterJobManager.cs" />
  146. <Compile Include="SorterCommonFrame\SorterJobControl\SorterReturnManager.cs" />
  147. <Compile Include="SorterCommonFrame\SorterJobControl\SoterCycleManager.cs" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <Compile Include="Properties\AssemblyInfo.cs">
  151. <SubType>Code</SubType>
  152. </Compile>
  153. <Compile Include="Properties\Resources.Designer.cs">
  154. <AutoGen>True</AutoGen>
  155. <DesignTime>True</DesignTime>
  156. <DependentUpon>Resources.resx</DependentUpon>
  157. </Compile>
  158. <Compile Include="Properties\Settings.Designer.cs">
  159. <AutoGen>True</AutoGen>
  160. <DependentUpon>Settings.settings</DependentUpon>
  161. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  162. </Compile>
  163. <EmbeddedResource Include="Properties\Resources.en-US.resx">
  164. <Generator>ResXFileCodeGenerator</Generator>
  165. <LastGenOutput>Resources.en-US.Designer.cs</LastGenOutput>
  166. <SubType>Designer</SubType>
  167. </EmbeddedResource>
  168. <EmbeddedResource Include="Properties\Resources.resx">
  169. <Generator>ResXFileCodeGenerator</Generator>
  170. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  171. <SubType>Designer</SubType>
  172. </EmbeddedResource>
  173. <None Include="Properties\Settings.settings">
  174. <Generator>SettingsSingleFileGenerator</Generator>
  175. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  176. </None>
  177. <AppDesigner Include="Properties\" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <WCFMetadata Include="Service References\" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <EmbeddedResource Include="Properties\Resources.zh-CN.resx">
  184. <Generator>ResXFileCodeGenerator</Generator>
  185. <LastGenOutput>Resources.zh-CN.Designer.cs</LastGenOutput>
  186. </EmbeddedResource>
  187. </ItemGroup>
  188. <ItemGroup>
  189. <Resource Include="Config\SorterGemModel.xml">
  190. <SubType>Designer</SubType>
  191. </Resource>
  192. </ItemGroup>
  193. <ItemGroup>
  194. <Resource Include="Resources\AitexSorterRT.ico" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <Resource Include="Config\SorterHostSimulator.xml">
  198. <SubType>Designer</SubType>
  199. </Resource>
  200. </ItemGroup>
  201. <ItemGroup>
  202. <ProjectReference Include="..\AitexSorterCommon\AitexSorterCommon.csproj">
  203. <Project>{f5c6659d-7a3f-4d28-84e9-6abbf7cd02c7}</Project>
  204. <Name>AitexSorterCommon</Name>
  205. </ProjectReference>
  206. <ProjectReference Include="..\Common\Common.csproj">
  207. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  208. <Name>Common</Name>
  209. </ProjectReference>
  210. <ProjectReference Include="..\RTCore\RTCore.csproj">
  211. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  212. <Name>RTCore</Name>
  213. </ProjectReference>
  214. <ProjectReference Include="..\RTEquipmentLibrary\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  215. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  216. <Name>RTEquipmentLibrary</Name>
  217. </ProjectReference>
  218. </ItemGroup>
  219. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  220. <PropertyGroup>
  221. <PreBuildEvent>
  222. </PreBuildEvent>
  223. </PropertyGroup>
  224. <PropertyGroup>
  225. <PostBuildEvent>
  226. </PostBuildEvent>
  227. </PropertyGroup>
  228. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  229. Other similar extension points exist, see Microsoft.Common.targets.
  230. <Target Name="BeforeBuild">
  231. </Target>
  232. <Target Name="AfterBuild">
  233. </Target>
  234. -->
  235. </Project>