EfemSimulator.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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>{513755F6-14CD-4F07-B1DB-6BD0E068DA7F}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>EfemSimulator</RootNamespace>
  10. <AssemblyName>EfemSimulator</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <PropertyGroup>
  36. <ApplicationIcon>MyLogoPurple.ico</ApplicationIcon>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="log4net">
  40. <HintPath>..\..\..\ThirdParty\dlls\log4net.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.configuration" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="System.Net.Http" />
  51. <Reference Include="System.Xaml">
  52. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  53. </Reference>
  54. <Reference Include="WindowsBase" />
  55. <Reference Include="PresentationCore" />
  56. <Reference Include="PresentationFramework" />
  57. <Reference Include="WinSECS, Version=2.7.6.0, Culture=neutral, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\..\..\ThirdParty\dlls\WinSECS.dll</HintPath>
  60. </Reference>
  61. <Reference Include="WPFToolkit">
  62. <HintPath>..\..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  63. </Reference>
  64. <Reference Include="WPFToolkit.Extended">
  65. <HintPath>..\..\..\ThirdParty\dlls\WPFToolkit.Extended.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Xceed.Wpf.Toolkit">
  68. <HintPath>..\..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  69. </Reference>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ApplicationDefinition Include="App.xaml">
  73. <Generator>MSBuild:Compile</Generator>
  74. <SubType>Designer</SubType>
  75. </ApplicationDefinition>
  76. <Compile Include="Device\LoadPorts\FortrendSmif\SecsTransactionBuilder.cs" />
  77. <Compile Include="Device\LoadPorts\FortrendSmif\SmifAgent.cs" />
  78. <Compile Include="Device\LoadPorts\FortrendSmif\SmifPort1View.xaml.cs" />
  79. <Compile Include="Device\LoadPorts\FortrendSmif\SmifPortSimulator.cs" />
  80. <Compile Include="Device\LoadPorts\FortrendSmif\SmifPortView.xaml.cs" />
  81. <Compile Include="Device\LoadPorts\Hirata\HirataSimulator.cs" />
  82. <Compile Include="Device\LoadPorts\Hirata\HirataView.xaml.cs">
  83. <DependentUpon>HirataView.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="Device\Robot\Rorze\RorzeRobot751ControllerSimulator.cs" />
  86. <Compile Include="Device\Robot\Rorze\RorzeRobot751Simulator.cs" />
  87. <Compile Include="Device\Robot\Rorze\RorzeRobot751View.xaml.cs" />
  88. <Compile Include="Device\SmartReaderSimulator\SmartReaderAgent.cs" />
  89. <Compile Include="Device\SmartReaderSimulator\SmartReaderSimulator.cs" />
  90. <Compile Include="SimulatorCard.cs" />
  91. <Compile Include="SimulatorSystem.cs" />
  92. <Compile Include="UiInstance.cs" />
  93. <Compile Include="Views\IoViewModelBase.cs" />
  94. <Compile Include="Views\LPView.xaml.cs">
  95. <DependentUpon>LPView.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="App.xaml.cs">
  98. <DependentUpon>App.xaml</DependentUpon>
  99. <SubType>Code</SubType>
  100. </Compile>
  101. <Compile Include="Views\SimulatorCard1View.xaml.cs">
  102. <DependentUpon>SimulatorCard1View.xaml</DependentUpon>
  103. </Compile>
  104. <Page Include="Device\LoadPorts\FortrendSmif\SmifPort1View.xaml">
  105. <Generator>MSBuild:Compile</Generator>
  106. <SubType>Designer</SubType>
  107. </Page>
  108. <Page Include="Device\LoadPorts\FortrendSmif\SmifPortView.xaml">
  109. <Generator>MSBuild:Compile</Generator>
  110. <SubType>Designer</SubType>
  111. </Page>
  112. <Page Include="Device\LoadPorts\Hirata\HirataView.xaml">
  113. <SubType>Designer</SubType>
  114. <Generator>MSBuild:Compile</Generator>
  115. </Page>
  116. <Page Include="Device\Robot\Rorze\RorzeRobot751View.xaml">
  117. <Generator>MSBuild:Compile</Generator>
  118. <SubType>Designer</SubType>
  119. </Page>
  120. <Page Include="Views\LPView.xaml">
  121. <Generator>MSBuild:Compile</Generator>
  122. <SubType>Designer</SubType>
  123. </Page>
  124. <Page Include="Views\SimulatorCard1View.xaml">
  125. <Generator>MSBuild:Compile</Generator>
  126. <SubType>Designer</SubType>
  127. </Page>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Compile Include="Properties\AssemblyInfo.cs">
  131. <SubType>Code</SubType>
  132. </Compile>
  133. <Compile Include="Properties\Resources.Designer.cs">
  134. <AutoGen>True</AutoGen>
  135. <DesignTime>True</DesignTime>
  136. <DependentUpon>Resources.resx</DependentUpon>
  137. </Compile>
  138. <Compile Include="Properties\Settings.Designer.cs">
  139. <AutoGen>True</AutoGen>
  140. <DependentUpon>Settings.settings</DependentUpon>
  141. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  142. </Compile>
  143. <EmbeddedResource Include="Properties\Resources.resx">
  144. <Generator>ResXFileCodeGenerator</Generator>
  145. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  146. </EmbeddedResource>
  147. <None Include="Properties\Settings.settings">
  148. <Generator>SettingsSingleFileGenerator</Generator>
  149. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  150. </None>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <None Include="App.config" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <None Include="Config\SimUILayout1.xml">
  157. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  158. <SubType>Designer</SubType>
  159. </None>
  160. </ItemGroup>
  161. <ItemGroup>
  162. <Resource Include="favicon.ico" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <Resource Include="Simulator.png" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <None Include="Config\_ioDefine1.xml">
  169. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  170. </None>
  171. <None Include="Config\_ioDefineMotionAxis.xml">
  172. <SubType>Designer</SubType>
  173. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  174. </None>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <Resource Include="MyLogoPurple.ico" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <None Include="WinSECS.dll">
  181. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  182. </None>
  183. </ItemGroup>
  184. <ItemGroup>
  185. <None Include="WinSECSpe.dll">
  186. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  187. </None>
  188. </ItemGroup>
  189. <ItemGroup>
  190. <None Include="Config\_ioDefine2.xml">
  191. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  192. </None>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <ProjectReference Include="..\..\..\Framework\AitexSorterCommon\AitexSorterCommon.csproj">
  196. <Project>{f5c6659d-7a3f-4d28-84e9-6abbf7cd02c7}</Project>
  197. <Name>AitexSorterCommon</Name>
  198. </ProjectReference>
  199. <ProjectReference Include="..\..\..\Framework\Common\Common.csproj">
  200. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  201. <Name>Common</Name>
  202. </ProjectReference>
  203. <ProjectReference Include="..\..\..\Framework\SimulatorCore\SimulatorCore.csproj">
  204. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  205. <Name>SimulatorCore</Name>
  206. </ProjectReference>
  207. <ProjectReference Include="..\..\..\Framework\UICore\UICore.csproj">
  208. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  209. <Name>UICore</Name>
  210. </ProjectReference>
  211. </ItemGroup>
  212. <ItemGroup>
  213. <None Include="Config\_ioDefine3.xml">
  214. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  215. </None>
  216. </ItemGroup>
  217. <ItemGroup>
  218. <None Include="Config\SimUILayout2.xml">
  219. <SubType>Designer</SubType>
  220. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  221. </None>
  222. </ItemGroup>
  223. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  224. </Project>