Triton160RT.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Aitex.RT</RootNamespace>
  12. <AssemblyName>Triton160RT</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</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>x86</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. <Prefer32Bit>false</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  32. <PlatformTarget>x86</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <Prefer32Bit>false</Prefer32Bit>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <ApplicationIcon>
  43. </ApplicationIcon>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="FabConnect">
  47. <HintPath>..\ThirdParty\dlls\FabConnect.dll</HintPath>
  48. </Reference>
  49. <Reference Include="log4net">
  50. <HintPath>..\ThirdParty\dlls\log4net.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.configuration" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Drawing" />
  56. <Reference Include="System.Runtime.Serialization" />
  57. <Reference Include="System.ServiceModel" />
  58. <Reference Include="System.Windows.Forms" />
  59. <Reference Include="System.Windows.Input.Manipulations" />
  60. <Reference Include="System.Windows.Interactivity">
  61. <HintPath>..\ThirdParty\dlls\System.Windows.Interactivity.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Xml" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="System.Xaml">
  69. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  70. </Reference>
  71. <Reference Include="WindowsBase" />
  72. <Reference Include="PresentationCore" />
  73. <Reference Include="PresentationFramework" />
  74. <Reference Include="WindowsFormsIntegration" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="Device\Custom\IoSignalTower.cs" />
  78. <Compile Include="Device\DeviceEntity.cs">
  79. <SubType>Code</SubType>
  80. </Compile>
  81. <Compile Include="Device\DeviceManager.cs">
  82. <SubType>Code</SubType>
  83. </Compile>
  84. <Compile Include="Device\DeviceModel.cs" />
  85. <Compile Include="FactoryAutomation\FaEventItem.cs" />
  86. <Compile Include="FactoryAutomation\FaHost.cs" />
  87. <Compile Include="FactoryAutomation\FALogFileCleaner.cs" />
  88. <Compile Include="FactoryAutomation\FaManager.cs" />
  89. <Compile Include="FactoryAutomation\IFaHost.cs" />
  90. <Compile Include="FactoryAutomation\IHostCallback.cs" />
  91. <Compile Include="FactoryAutomation\VIDMap.cs" />
  92. <Compile Include="Module\DataLogManager.cs" />
  93. <Compile Include="Module\LeakCheckResultManager.cs" />
  94. <Compile Include="Module\PMEntity.cs" />
  95. <Compile Include="Module\RouteManager.cs" />
  96. <Compile Include="Module\RtDataCollectionCallback.cs" />
  97. <Compile Include="Module\RtRecipeFileContext.cs" />
  98. <Compile Include="PLC\FinsDataDevice.cs" />
  99. <Compile Include="PLC\PLCDataStructure.cs" />
  100. <Compile Include="PLC\PLCData.cs" />
  101. <Compile Include="PLC\PLCEntity.cs" />
  102. <Compile Include="Progam.cs" />
  103. <Compile Include="Properties\Resources.en-US.Designer.cs">
  104. <AutoGen>True</AutoGen>
  105. <DesignTime>True</DesignTime>
  106. <DependentUpon>Resources.en-US.resx</DependentUpon>
  107. </Compile>
  108. <Compile Include="Properties\Resources.zh-CN.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DesignTime>True</DesignTime>
  111. <DependentUpon>Resources.zh-CN.resx</DependentUpon>
  112. </Compile>
  113. <Compile Include="Routine\CommonRoutine.cs" />
  114. <Compile Include="Routine\PM\CyclePurgeRoutine.cs" />
  115. <Compile Include="Routine\PM\GasFlowRoutine.cs" />
  116. <Compile Include="Routine\PM\LeakCheckRoutine.cs" />
  117. <Compile Include="Routine\PM\PumpDownRoutine.cs" />
  118. <Compile Include="Routine\PM\RfPowerRoutine.cs" />
  119. <Compile Include="Routine\PM\StopPumpRoutine.cs" />
  120. <Compile Include="Routine\PM\VentRountine.cs" />
  121. <Compile Include="Routine\Process\PostProcess.cs" />
  122. <Compile Include="Routine\Process\PreProcess.cs" />
  123. <Compile Include="Routine\Process\Process.cs" />
  124. <Compile Include="Routine\Process\ProcessRecord.cs" />
  125. <Compile Include="Routine\Process\Recipe.cs" />
  126. <Compile Include="Routine\RT\InitRoutine.cs" />
  127. <Compile Include="Routine\RT\TermRoutine.cs" />
  128. <Compile Include="RtApplication.cs" />
  129. <Compile Include="RTEntity.cs" />
  130. <Compile Include="RtInstance.cs" />
  131. <Compile Include="Simulator\ISimulatorManager.cs" />
  132. <Compile Include="Simulator\SimulatorBuffer.cs" />
  133. <Compile Include="Simulator\SimulatorFinsDataDevice.cs" />
  134. <Compile Include="Simulator\SimulatorTriton160.cs" />
  135. <Compile Include="Simulator\_ioNameTriton160.cs" />
  136. <Compile Include="WCF\InvokeService.cs" />
  137. <Compile Include="WCF\QueryDataService.cs" />
  138. <Compile Include="WCF\RecipeService.cs" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Compile Include="Properties\AssemblyInfo.cs">
  142. <SubType>Code</SubType>
  143. </Compile>
  144. <Compile Include="Properties\Resources.Designer.cs">
  145. <AutoGen>True</AutoGen>
  146. <DesignTime>True</DesignTime>
  147. <DependentUpon>Resources.resx</DependentUpon>
  148. </Compile>
  149. <Compile Include="Properties\Settings.Designer.cs">
  150. <AutoGen>True</AutoGen>
  151. <DependentUpon>Settings.settings</DependentUpon>
  152. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  153. </Compile>
  154. <EmbeddedResource Include="Properties\Resources.en-US.resx">
  155. <Generator>ResXFileCodeGenerator</Generator>
  156. <LastGenOutput>Resources.en-US.Designer.cs</LastGenOutput>
  157. <SubType>Designer</SubType>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="Properties\Resources.resx">
  160. <Generator>ResXFileCodeGenerator</Generator>
  161. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  162. <SubType>Designer</SubType>
  163. </EmbeddedResource>
  164. <None Include="app.config">
  165. <SubType>Designer</SubType>
  166. </None>
  167. <None Include="Config\DeviceModel.xsd">
  168. <SubType>Designer</SubType>
  169. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  170. </None>
  171. <None Include="Properties\Settings.settings">
  172. <Generator>SettingsSingleFileGenerator</Generator>
  173. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  174. </None>
  175. <AppDesigner Include="Properties\" />
  176. <Compile Include="Routine\PM\StopGasFlowRoutine.cs" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <WCFMetadata Include="Service References\" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <EmbeddedResource Include="Properties\Resources.zh-CN.resx">
  183. <Generator>ResXFileCodeGenerator</Generator>
  184. <LastGenOutput>Resources.zh-CN.Designer.cs</LastGenOutput>
  185. <SubType>Designer</SubType>
  186. </EmbeddedResource>
  187. <EmbeddedResource Include="SciChartLicense.xml" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <ProjectReference Include="..\Common\Core\Core.csproj">
  191. <Project>{0e266dbd-0dc2-4b5f-b5ea-58c6df66912c}</Project>
  192. <Name>Core</Name>
  193. </ProjectReference>
  194. <ProjectReference Include="..\Triton160Common\Triton160Common.csproj">
  195. <Project>{f5c6659d-7a3f-4d28-84e9-6abbf7cd02c7}</Project>
  196. <Name>Triton160Common</Name>
  197. </ProjectReference>
  198. </ItemGroup>
  199. <ItemGroup>
  200. <Folder Include="Resources\" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Resource Include="logo.ico" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <Content Include="Config\DeviceModel.Hz.xml">
  207. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  208. <SubType>Designer</SubType>
  209. </Content>
  210. <None Include="Config\_ioDefineTriton160.xml">
  211. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  212. <SubType>Designer</SubType>
  213. </None>
  214. <Resource Include="ReleaseNotes.txt" />
  215. <None Include="Config\RecipeFormat.xml">
  216. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  217. <SubType>Designer</SubType>
  218. </None>
  219. <None Include="Config\Interlock.triton160.xml">
  220. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  221. <SubType>Designer</SubType>
  222. </None>
  223. <None Include="Config\EventDefine.xml">
  224. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  225. <SubType>Designer</SubType>
  226. </None>
  227. <None Include="Config\SCDefaultConfig.xml">
  228. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  229. <SubType>Designer</SubType>
  230. </None>
  231. <None Include="Config\GemModel.xml">
  232. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  233. <SubType>Designer</SubType>
  234. </None>
  235. <Content Include="Config\SqlUpdate.sql">
  236. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  237. </Content>
  238. <None Include="Config\RtEventDefine.xml">
  239. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  240. </None>
  241. </ItemGroup>
  242. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  243. <PropertyGroup>
  244. <PreBuildEvent>echo 复制文件,
  245. xcopy /e "$(ProjectDir)..\Common\Core\Config\DeviceModel.xsd" "$(ProjectDir)\Config\" /q/Y
  246. xcopy /e "$(ProjectDir)..\Common\Core\Config\EventDefine.xml" "$(ProjectDir)\Config\" /q/Y
  247. xcopy /e "$(ProjectDir)..\Common\Core\Config\SCDefaultConfig.xml" "$(ProjectDir)\Config\" /q/Y
  248. </PreBuildEvent>
  249. </PropertyGroup>
  250. <PropertyGroup>
  251. <PostBuildEvent>REM 输出到安装目录,供安装打包使用
  252. if exist "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT" rd "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT" /s /q
  253. md "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\"
  254. echo 复制文件到安装目录,"$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\"
  255. xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\" /q
  256. REM 配置文件Copy
  257. del "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\*.pdb"
  258. del "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Triton160RT.vshost.exe"
  259. del "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Triton160RT.vshost.exe.config"
  260. del "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Triton160RT.vshost.exe.manifest"
  261. del "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Config\PmConfig.xml"
  262. del "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Config\PmConfig.xml.bak"
  263. if exist "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Logs" rd "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Logs" /s /q
  264. if exist "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Recipes" rd "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Recipes" /s /q</PostBuildEvent>
  265. </PropertyGroup>
  266. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  267. Other similar extension points exist, see Microsoft.Common.targets.
  268. <Target Name="BeforeBuild">
  269. </Target>
  270. <Target Name="AfterBuild">
  271. </Target>
  272. -->
  273. </Project>