Venus_RT.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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>{CD9AEF96-5048-47D1-B785-1F8C3FDC47C3}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Venus_RT</RootNamespace>
  10. <AssemblyName>Venus_RT</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>defaultrt.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="FabConnect">
  42. <HintPath>..\ThirdParty\FabConnect.dll</HintPath>
  43. </Reference>
  44. <Reference Include="log4net">
  45. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Configuration" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Xaml">
  57. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="WindowsBase" />
  60. <Reference Include="PresentationCore" />
  61. <Reference Include="PresentationFramework" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ApplicationDefinition Include="Instances\App.xaml">
  65. <Generator>MSBuild:Compile</Generator>
  66. <SubType>Designer</SubType>
  67. </ApplicationDefinition>
  68. <Compile Include="Backends\FSM.xaml.cs">
  69. <DependentUpon>FSM.xaml</DependentUpon>
  70. </Compile>
  71. <Compile Include="Backends\IOMonitorView.xaml.cs">
  72. <DependentUpon>IOMonitorView.xaml</DependentUpon>
  73. </Compile>
  74. <Compile Include="Devices\AdTecRF.cs" />
  75. <Compile Include="Devices\CometRF.cs" />
  76. <Compile Include="Devices\DataDefine.cs" />
  77. <Compile Include="Devices\DeviceManager.cs" />
  78. <Compile Include="Devices\EdwardsPump.cs" />
  79. <Compile Include="Devices\KashiyamaPump.cs" />
  80. <Compile Include="Devices\PlasmaController.cs" />
  81. <Compile Include="Devices\SkyPump.cs" />
  82. <Compile Include="Devices\SMCChiller.cs" />
  83. <Compile Include="Devices\VirgoSignalTower.cs" />
  84. <Compile Include="FAs\FaEventItem.cs" />
  85. <Compile Include="FAs\FaHost.cs" />
  86. <Compile Include="FAs\FALogFileCleaner.cs" />
  87. <Compile Include="FAs\FaManager.cs" />
  88. <Compile Include="FAs\IFaHost.cs" />
  89. <Compile Include="FAs\IHostCallback.cs" />
  90. <Compile Include="FAs\VIDMap.cs" />
  91. <Compile Include="Instances\App.xaml.cs">
  92. <DependentUpon>App.xaml</DependentUpon>
  93. <SubType>Code</SubType>
  94. </Compile>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="Instances\RtInstance.cs" />
  98. <Compile Include="Instances\ToolLoader.cs" />
  99. <Compile Include="Modules\PMs\Recipe.cs" />
  100. <Compile Include="Modules\PMs\VirgoRecipeFileContext.cs" />
  101. <Compile Include="Modules\PMs\VirgoSequenceFileContext.cs" />
  102. <Compile Include="Modules\RouteManager.cs" />
  103. <Compile Include="Properties\AssemblyInfo.cs">
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Compile Include="Properties\Resources.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DesignTime>True</DesignTime>
  109. <DependentUpon>Resources.resx</DependentUpon>
  110. </Compile>
  111. <Compile Include="Properties\Settings.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DependentUpon>Settings.settings</DependentUpon>
  114. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  115. </Compile>
  116. <EmbeddedResource Include="Properties\Resources.resx">
  117. <Generator>ResXFileCodeGenerator</Generator>
  118. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  119. </EmbeddedResource>
  120. <None Include="Config\System.sccfg">
  121. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  122. </None>
  123. <None Include="Properties\Settings.settings">
  124. <Generator>SettingsSingleFileGenerator</Generator>
  125. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  126. </None>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="App.config" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <ProjectReference Include="..\Framework\Common\Common.csproj">
  133. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  134. <Name>Common</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  137. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  138. <Name>RTCore</Name>
  139. </ProjectReference>
  140. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  141. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  142. <Name>RTEquipmentLibrary</Name>
  143. </ProjectReference>
  144. <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
  145. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  146. <Name>RTModuleLibrary</Name>
  147. </ProjectReference>
  148. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  149. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  150. <Name>SimulatorCore</Name>
  151. </ProjectReference>
  152. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  153. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  154. <Name>UICore</Name>
  155. </ProjectReference>
  156. <ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj">
  157. <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
  158. <Name>RecipeEditorControl</Name>
  159. </ProjectReference>
  160. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  161. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  162. <Name>Venus_Core</Name>
  163. </ProjectReference>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Page Include="Backends\FSM.xaml">
  167. <Generator>MSBuild:Compile</Generator>
  168. <SubType>Designer</SubType>
  169. </Page>
  170. <Page Include="Backends\IOMonitorView.xaml">
  171. <Generator>MSBuild:Compile</Generator>
  172. <SubType>Designer</SubType>
  173. </Page>
  174. </ItemGroup>
  175. <ItemGroup>
  176. <Content Include="Config\RecipeFormat.xml">
  177. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  178. </Content>
  179. <Content Include="Config\SequenceFormat.xml">
  180. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  181. </Content>
  182. <Content Include="Config\_ioDefineVenus.xml">
  183. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  184. </Content>
  185. <Resource Include="defaultrt.ico" />
  186. </ItemGroup>
  187. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  188. </Project>