Triton160UI.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  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>{1552A229-52E5-4A77-9868-CC9C0FF91923}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Aitex.Triton160.UI</RootNamespace>
  12. <AssemblyName>Triton160UI</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. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  20. <PublishUrl>发布\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  37. <PlatformTarget>x86</PlatformTarget>
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <UseVSHostingProcess>false</UseVSHostingProcess>
  46. <RunCodeAnalysis>false</RunCodeAnalysis>
  47. <Prefer32Bit>false</Prefer32Bit>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  50. <PlatformTarget>x86</PlatformTarget>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <Prefer32Bit>false</Prefer32Bit>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ApplicationIcon>
  61. </ApplicationIcon>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="ExcelLibrary">
  65. <HintPath>..\ThirdParty\dlls\ExcelLibrary.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Hardcodet.Wpf.TaskbarNotification">
  68. <HintPath>..\ThirdParty\dlls\Hardcodet.Wpf.TaskbarNotification.dll</HintPath>
  69. </Reference>
  70. <Reference Include="log4net">
  71. <HintPath>..\ThirdParty\dlls\log4net.dll</HintPath>
  72. </Reference>
  73. <Reference Include="PresentationFramework.Aero" />
  74. <Reference Include="System" />
  75. <Reference Include="System.configuration" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Drawing" />
  78. <Reference Include="System.Runtime.Serialization" />
  79. <Reference Include="System.ServiceModel" />
  80. <Reference Include="System.Web.Extensions" />
  81. <Reference Include="System.Windows.Forms" />
  82. <Reference Include="System.Windows.Interactivity">
  83. <HintPath>..\ThirdParty\dlls\System.Windows.Interactivity.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Xml" />
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Xml.Linq" />
  89. <Reference Include="System.Data.DataSetExtensions" />
  90. <Reference Include="System.Xaml">
  91. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  92. </Reference>
  93. <Reference Include="WindowsBase" />
  94. <Reference Include="PresentationCore" />
  95. <Reference Include="PresentationFramework" />
  96. <Reference Include="Xceed.Wpf.AvalonDock">
  97. <HintPath>..\ThirdParty\dlls\Xceed.Wpf.AvalonDock.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Xceed.Wpf.Toolkit">
  100. <HintPath>..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  101. </Reference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ApplicationDefinition Include="App.xaml">
  105. <Generator>MSBuild:Compile</Generator>
  106. <SubType>Designer</SubType>
  107. </ApplicationDefinition>
  108. <Compile Include="Config\SystemConfigManager.cs" />
  109. <Compile Include="Converter\RFIsOnToColorConverter.cs" />
  110. <Compile Include="Triton160UiSystem.cs" />
  111. <Compile Include="Properties\Resources.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DesignTime>True</DesignTime>
  114. <DependentUpon>Resources.resx</DependentUpon>
  115. </Compile>
  116. <Compile Include="UiEvent.cs" />
  117. <Compile Include="Converter\SmartViewConverters.cs" />
  118. <Compile Include="Converter\ToNumberConverter.cs" />
  119. <Compile Include="ViewModel\AccountViewModel.cs" />
  120. <Compile Include="ViewModel\DataLogViewModel.cs" />
  121. <Compile Include="ViewModel\DiagnoseViewModel.cs" />
  122. <Compile Include="ViewModel\HardwareConfigViewModel.cs" />
  123. <Compile Include="ViewModel\LeakCheckViewModel.cs" />
  124. <Compile Include="ViewModel\LoginViewModel.cs" />
  125. <Compile Include="ViewModel\ProcessConfigViewModel.cs" />
  126. <Compile Include="ViewModel\EventViewModel.cs" />
  127. <Compile Include="ViewModel\IUiRecipeManager.cs" />
  128. <Compile Include="ViewModel\JetDataAnalysisContext.cs" />
  129. <Compile Include="ViewModel\JetPlasmaParameterViewModel.cs" />
  130. <Compile Include="ViewModel\OverviewViewModel.cs" />
  131. <Compile Include="ViewModel\UiRecipeManager.cs" />
  132. <Compile Include="ViewModel\RecipeEditorViewModel.cs" />
  133. <Compile Include="ViewModel\RecipeMonitorViewModel.cs" />
  134. <Compile Include="ViewModel\TopViewModel.cs" />
  135. <Compile Include="ViewModel\UIViewModelBase.cs" />
  136. <Compile Include="Views\AccountManagement\AccountCreation.xaml.cs">
  137. <DependentUpon>AccountCreation.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="Views\AccountManagement\AccountManagerView.xaml.cs">
  140. <DependentUpon>AccountManagerView.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="Views\AccountManagement\CurrentLogInUsers.xaml.cs">
  143. <DependentUpon>CurrentLogInUsers.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="Views\AccountManagement\MainLogin.xaml.cs">
  146. <DependentUpon>MainLogin.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="Views\AccountManagement\MyAccount.xaml.cs">
  149. <DependentUpon>MyAccount.xaml</DependentUpon>
  150. </Compile>
  151. <Compile Include="Views\AccountManagement\RoleEditView.xaml.cs">
  152. <DependentUpon>RoleEditView.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="Views\AccountManagement\RolePermissionEdit.xaml.cs">
  155. <DependentUpon>RolePermissionEdit.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="Views\AccountManagement\UserAccountEdit.xaml.cs">
  158. <DependentUpon>UserAccountEdit.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="Views\AccountManagement\UserControlBase.cs" />
  161. <Compile Include="Views\AccountManagement\UserPwdChangeView.xaml.cs">
  162. <DependentUpon>UserPwdChangeView.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Views\Control\GasLineView.xaml.cs">
  165. <DependentUpon>GasLineView.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="Views\Control\GasPanelView.xaml.cs">
  168. <DependentUpon>GasPanelView.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="Views\DataChartingView.xaml.cs">
  171. <DependentUpon>DataChartingView.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="Views\DiagnoseView.xaml.cs">
  174. <DependentUpon>DiagnoseView.xaml</DependentUpon>
  175. </Compile>
  176. <Compile Include="Views\FAView.xaml.cs">
  177. <DependentUpon>FAView.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="Views\HardwareConfigView.xaml.cs">
  180. <DependentUpon>HardwareConfigView.xaml</DependentUpon>
  181. </Compile>
  182. <Compile Include="Views\Hz\HzOverviewView.xaml.cs">
  183. <DependentUpon>HzOverviewView.xaml</DependentUpon>
  184. </Compile>
  185. <Compile Include="Views\ProcessConfigView.xaml.cs">
  186. <DependentUpon>ProcessConfigView.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="Views\DataLogView.xaml.cs">
  189. <DependentUpon>DataLogView.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="Views\GasVerificationView.xaml.cs">
  192. <DependentUpon>GasVerificationView.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="Views\LeakCheckView.xaml.cs">
  195. <DependentUpon>LeakCheckView.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="Views\JetEventView.xaml.cs">
  198. <DependentUpon>JetEventView.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Views\IOView.xaml.cs">
  201. <DependentUpon>IOView.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Views\RecipeEditorView.xaml.cs">
  204. <DependentUpon>RecipeEditorView.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Views\RecipeMonitorView.xaml.cs">
  207. <DependentUpon>RecipeMonitorView.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Views\TopView.xaml.cs">
  210. <DependentUpon>TopView.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="App.xaml.cs">
  213. <DependentUpon>App.xaml</DependentUpon>
  214. <SubType>Code</SubType>
  215. </Compile>
  216. <Compile Include="Wcf\AccountServiceClient.cs" />
  217. <Compile Include="Wcf\InvokeServiceClient.cs" />
  218. <Compile Include="Wcf\QueryDataServiceClient.cs" />
  219. <Compile Include="Wcf\RecipeServiceClient.cs" />
  220. <Compile Include="Wcf\WcfClient.cs" />
  221. <Resource Include="Resources\StringResources.zh-CN.xaml">
  222. <SubType>Designer</SubType>
  223. <Generator>MSBuild:Compile</Generator>
  224. </Resource>
  225. <Resource Include="Resources\StringResources.en-US.xaml">
  226. <SubType>Designer</SubType>
  227. <Generator>MSBuild:Compile</Generator>
  228. </Resource>
  229. <Page Include="Views\AccountManagement\AccountCreation.xaml">
  230. <Generator>MSBuild:Compile</Generator>
  231. <SubType>Designer</SubType>
  232. </Page>
  233. <Page Include="Views\AccountManagement\AccountManagerView.xaml">
  234. <Generator>MSBuild:Compile</Generator>
  235. <SubType>Designer</SubType>
  236. </Page>
  237. <Page Include="Views\AccountManagement\CurrentLogInUsers.xaml">
  238. <Generator>MSBuild:Compile</Generator>
  239. <SubType>Designer</SubType>
  240. </Page>
  241. <Page Include="Views\AccountManagement\MainLogin.xaml">
  242. <Generator>MSBuild:Compile</Generator>
  243. <SubType>Designer</SubType>
  244. </Page>
  245. <Page Include="Views\AccountManagement\MyAccount.xaml">
  246. <Generator>MSBuild:Compile</Generator>
  247. <SubType>Designer</SubType>
  248. </Page>
  249. <Page Include="Views\AccountManagement\RoleEditView.xaml">
  250. <Generator>MSBuild:Compile</Generator>
  251. <SubType>Designer</SubType>
  252. </Page>
  253. <Page Include="Views\AccountManagement\RolePermissionEdit.xaml">
  254. <Generator>MSBuild:Compile</Generator>
  255. <SubType>Designer</SubType>
  256. </Page>
  257. <Page Include="Views\AccountManagement\UserAccountEdit.xaml">
  258. <Generator>MSBuild:Compile</Generator>
  259. <SubType>Designer</SubType>
  260. </Page>
  261. <Page Include="Views\AccountManagement\UserPwdChangeView.xaml">
  262. <Generator>MSBuild:Compile</Generator>
  263. <SubType>Designer</SubType>
  264. </Page>
  265. <Page Include="Views\Control\GasLineView.xaml">
  266. <SubType>Designer</SubType>
  267. <Generator>MSBuild:Compile</Generator>
  268. </Page>
  269. <Page Include="Views\Control\GasPanelView.xaml">
  270. <SubType>Designer</SubType>
  271. <Generator>MSBuild:Compile</Generator>
  272. </Page>
  273. <Page Include="Views\DataChartingView.xaml">
  274. <Generator>MSBuild:Compile</Generator>
  275. <SubType>Designer</SubType>
  276. </Page>
  277. <Page Include="Views\DiagnoseView.xaml">
  278. <Generator>MSBuild:Compile</Generator>
  279. <SubType>Designer</SubType>
  280. </Page>
  281. <Page Include="Views\FAView.xaml">
  282. <Generator>MSBuild:Compile</Generator>
  283. <SubType>Designer</SubType>
  284. </Page>
  285. <Page Include="Views\HardwareConfigView.xaml">
  286. <SubType>Designer</SubType>
  287. <Generator>MSBuild:Compile</Generator>
  288. </Page>
  289. <Page Include="Views\Hz\HzOverviewView.xaml">
  290. <SubType>Designer</SubType>
  291. <Generator>MSBuild:Compile</Generator>
  292. </Page>
  293. <Page Include="Views\ProcessConfigView.xaml">
  294. <SubType>Designer</SubType>
  295. <Generator>MSBuild:Compile</Generator>
  296. </Page>
  297. <Page Include="Views\DataLogView.xaml">
  298. <SubType>Designer</SubType>
  299. <Generator>MSBuild:Compile</Generator>
  300. </Page>
  301. <Page Include="Views\GasVerificationView.xaml">
  302. <SubType>Designer</SubType>
  303. <Generator>MSBuild:Compile</Generator>
  304. </Page>
  305. <Page Include="Views\LeakCheckView.xaml">
  306. <SubType>Designer</SubType>
  307. <Generator>MSBuild:Compile</Generator>
  308. </Page>
  309. <Page Include="Views\JetEventView.xaml">
  310. <SubType>Designer</SubType>
  311. <Generator>MSBuild:Compile</Generator>
  312. </Page>
  313. <Page Include="Views\IOView.xaml">
  314. <SubType>Designer</SubType>
  315. <Generator>MSBuild:Compile</Generator>
  316. </Page>
  317. <Page Include="Views\RecipeEditorView.xaml">
  318. <SubType>Designer</SubType>
  319. <Generator>MSBuild:Compile</Generator>
  320. </Page>
  321. <Page Include="Views\RecipeMonitorView.xaml">
  322. <SubType>Designer</SubType>
  323. <Generator>MSBuild:Compile</Generator>
  324. </Page>
  325. <Page Include="Views\TopView.xaml">
  326. <SubType>Designer</SubType>
  327. <Generator>MSBuild:Compile</Generator>
  328. </Page>
  329. </ItemGroup>
  330. <ItemGroup>
  331. <Compile Include="Properties\AssemblyInfo.cs">
  332. <SubType>Code</SubType>
  333. </Compile>
  334. <Compile Include="Properties\Settings.Designer.cs">
  335. <AutoGen>True</AutoGen>
  336. <DependentUpon>Settings.settings</DependentUpon>
  337. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  338. </Compile>
  339. <EmbeddedResource Include="Properties\Resources.en-US.resx">
  340. <SubType>Designer</SubType>
  341. </EmbeddedResource>
  342. <EmbeddedResource Include="Properties\Resources.resx">
  343. <Generator>ResXFileCodeGenerator</Generator>
  344. <SubType>Designer</SubType>
  345. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  346. </EmbeddedResource>
  347. <None Include="app.config" />
  348. <None Include="Properties\Settings.settings">
  349. <Generator>SettingsSingleFileGenerator</Generator>
  350. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  351. </None>
  352. <AppDesigner Include="Properties\" />
  353. </ItemGroup>
  354. <ItemGroup>
  355. <Resource Include="Resources\overviewMain.png" />
  356. <Resource Include="Resources\overviewbak.png" />
  357. <Resource Include="Resources\chamberplasmaon.png" />
  358. <Resource Include="Resources\Triton160.ico" />
  359. <Resource Include="Triton160.ico" />
  360. <Resource Include="Resources\levelSensor.png" />
  361. <Resource Include="Resources\overviewbak_heater.png" />
  362. <EmbeddedResource Include="Properties\Resources.zh-CN.resx">
  363. <SubType>Designer</SubType>
  364. </EmbeddedResource>
  365. <EmbeddedResource Include="SciChartLicense.xml" />
  366. <Resource Include="Resources\mfcPipe.png" />
  367. <Resource Include="Resources\overviewbakHZv2.png" />
  368. <Content Include="UILayout.Hz.xml">
  369. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  370. <SubType>Designer</SubType>
  371. </Content>
  372. <Content Include="Config\SystemConfig.default.xml">
  373. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  374. </Content>
  375. <Content Include="UILayout.xml">
  376. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  377. <SubType>Designer</SubType>
  378. </Content>
  379. </ItemGroup>
  380. <ItemGroup>
  381. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  382. <Visible>False</Visible>
  383. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  384. <Install>true</Install>
  385. </BootstrapperPackage>
  386. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  387. <Visible>False</Visible>
  388. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  389. <Install>false</Install>
  390. </BootstrapperPackage>
  391. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  392. <Visible>False</Visible>
  393. <ProductName>.NET Framework 3.5 SP1</ProductName>
  394. <Install>false</Install>
  395. </BootstrapperPackage>
  396. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  397. <Visible>False</Visible>
  398. <ProductName>Windows Installer 4.5</ProductName>
  399. <Install>true</Install>
  400. </BootstrapperPackage>
  401. </ItemGroup>
  402. <ItemGroup>
  403. <ProjectReference Include="..\Common\Core\Core.csproj">
  404. <Project>{0e266dbd-0dc2-4b5f-b5ea-58c6df66912c}</Project>
  405. <Name>Core</Name>
  406. </ProjectReference>
  407. <ProjectReference Include="..\Common\DataAnalysisControl\DataAnalysisControl.csproj">
  408. <Project>{757b6b4d-2c28-4fba-ac0f-e44baf40b51f}</Project>
  409. <Name>DataAnalysisControl</Name>
  410. </ProjectReference>
  411. <ProjectReference Include="..\Common\RecipeEditorControl\RecipeEditorControl.csproj">
  412. <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
  413. <Name>RecipeEditorControl</Name>
  414. </ProjectReference>
  415. <ProjectReference Include="..\Triton160Common\Triton160Common.csproj">
  416. <Project>{f5c6659d-7a3f-4d28-84e9-6abbf7cd02c7}</Project>
  417. <Name>Triton160Common</Name>
  418. </ProjectReference>
  419. </ItemGroup>
  420. <ItemGroup />
  421. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  422. <PropertyGroup>
  423. <PostBuildEvent>REM 输出到安装目录,供安装打包使用
  424. if exist "$(ProjectDir)..\Triton160Setup\Packages\Triton160UI" rd "$(ProjectDir)..\Triton160Setup\Packages\Triton160UI" /s /q
  425. md "$(ProjectDir)..\Triton160Setup\Packages\Triton160UI\"
  426. echo 复制文件到安装目录,"$(ProjectDir)..\Triton160Setup\Packages\Triton160UI\"
  427. xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\Triton160Setup\Packages\Triton160UI\" /q
  428. REM 配置文件Copy
  429. del "$(ProjectDir)..\Triton160Setup\Packages\Triton160UI\*.pdb"
  430. if exist "$(ProjectDir)..\Triton160Setup\Packages\Triton160UI\Logs" rd "$(ProjectDir)..\Triton160Setup\Packages\Triton160UI\Logs" /s /q
  431. if exist "$(ProjectDir)..\Triton160Setup\Packages\Triton160UI\Recipes" rd "$(ProjectDir)..\Triton160Setup\Packages\Triton160UI\Recipes" /s /q</PostBuildEvent>
  432. </PropertyGroup>
  433. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  434. Other similar extension points exist, see Microsoft.Common.targets.
  435. <Target Name="BeforeBuild">
  436. </Target>
  437. <Target Name="AfterBuild">
  438. </Target>
  439. -->
  440. </Project>