MuchInfo.Chart.WPF.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" 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>{76F359DF-44CB-4232-B3A2-3B1A26C40B0D}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MuchInfo.Chart.WPF</RootNamespace>
  11. <AssemblyName>MuchInfo.Chart.WPF</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <TargetFrameworkProfile />
  17. <SccProjectName>SAK</SccProjectName>
  18. <SccLocalPath>SAK</SccLocalPath>
  19. <SccAuxPath>SAK</SccAuxPath>
  20. <SccProvider>SAK</SccProvider>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <UseVSHostingProcess>true</UseVSHostingProcess>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>none</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <SignAssembly>true</SignAssembly>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <AssemblyOriginatorKeyFile>MuchInfo.Chart.WPF.snk</AssemblyOriginatorKeyFile>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="ICSharpCode.SharpZipLib">
  48. <HintPath>..\Lib\NPOI\ICSharpCode.SharpZipLib.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.VisualBasic" />
  51. <Reference Include="NPOI">
  52. <HintPath>..\Lib\NPOI\NPOI.dll</HintPath>
  53. </Reference>
  54. <Reference Include="NPOI.OOXML">
  55. <HintPath>..\Lib\NPOI\NPOI.OOXML.dll</HintPath>
  56. </Reference>
  57. <Reference Include="NPOI.OpenXml4Net">
  58. <HintPath>..\Lib\NPOI\NPOI.OpenXml4Net.dll</HintPath>
  59. </Reference>
  60. <Reference Include="NPOI.OpenXmlFormats">
  61. <HintPath>..\Lib\NPOI\NPOI.OpenXmlFormats.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Xml" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.Xml.Linq" />
  70. <Reference Include="System.Data.DataSetExtensions" />
  71. <Reference Include="System.Xaml">
  72. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  73. </Reference>
  74. <Reference Include="WindowsBase" />
  75. <Reference Include="PresentationCore" />
  76. <Reference Include="PresentationFramework" />
  77. <Reference Include="Xceed.Wpf.Toolkit">
  78. <HintPath>..\Lib\net4.0\Xceed.Wpf.Toolkit.dll</HintPath>
  79. </Reference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Page Include="ChartPane.xaml">
  83. <Generator>MSBuild:Compile</Generator>
  84. <SubType>Designer</SubType>
  85. </Page>
  86. <Page Include="Controls\DateScaling\DateMarginSplitter.xaml">
  87. <Generator>MSBuild:Compile</Generator>
  88. <SubType>Designer</SubType>
  89. </Page>
  90. <Page Include="Controls\DateScaling\FutureDateSplit.xaml">
  91. <Generator>MSBuild:Compile</Generator>
  92. <SubType>Designer</SubType>
  93. </Page>
  94. <Page Include="Controls\Drawing\ChartDrawingToolbar.xaml">
  95. <Generator>MSBuild:Compile</Generator>
  96. <SubType>Designer</SubType>
  97. </Page>
  98. <Page Include="Controls\Drawing\ChartDrawingToolbarButton.xaml">
  99. <Generator>MSBuild:Compile</Generator>
  100. <SubType>Designer</SubType>
  101. </Page>
  102. <Page Include="Controls\Drawing\ChartToolbarExpander.xaml">
  103. <SubType>Designer</SubType>
  104. <Generator>MSBuild:Compile</Generator>
  105. </Page>
  106. <Page Include="Controls\Editors\DrawingToolEditor.xaml">
  107. <SubType>Designer</SubType>
  108. <Generator>MSBuild:Compile</Generator>
  109. </Page>
  110. <Page Include="Controls\Editors\ColorOpacityEditor.xaml">
  111. <SubType>Designer</SubType>
  112. <Generator>MSBuild:Compile</Generator>
  113. </Page>
  114. <Page Include="Controls\Editors\DrawingTextEditor.xaml">
  115. <SubType>Designer</SubType>
  116. <Generator>MSBuild:Compile</Generator>
  117. </Page>
  118. <Page Include="Controls\Indicator\HierarchyItem.xaml">
  119. <Generator>MSBuild:Compile</Generator>
  120. <SubType>Designer</SubType>
  121. </Page>
  122. <Page Include="Controls\Indicator\IndicatorHierarchyDisplay.xaml">
  123. <Generator>MSBuild:Compile</Generator>
  124. <SubType>Designer</SubType>
  125. </Page>
  126. <Page Include="Controls\Indicator\IndicatorLegend.xaml">
  127. <Generator>MSBuild:Compile</Generator>
  128. <SubType>Designer</SubType>
  129. </Page>
  130. <Page Include="Controls\QuickTimeSpan\QuickTimeSpan.xaml">
  131. <SubType>Designer</SubType>
  132. <Generator>MSBuild:Compile</Generator>
  133. </Page>
  134. <Page Include="Controls\QuickTimeSpan\TimeSpanButton.xaml">
  135. <SubType>Designer</SubType>
  136. <Generator>MSBuild:Compile</Generator>
  137. </Page>
  138. <Page Include="Controls\QuickTimeSpan\TimeSpanControl.xaml">
  139. <SubType>Designer</SubType>
  140. <Generator>MSBuild:Compile</Generator>
  141. </Page>
  142. <Page Include="Controls\Utilities\ChartMenuItem.xaml">
  143. <SubType>Designer</SubType>
  144. <Generator>MSBuild:Compile</Generator>
  145. </Page>
  146. <Page Include="Controls\Utilities\ChartMenuSeperator.xaml">
  147. <SubType>Designer</SubType>
  148. <Generator>MSBuild:Compile</Generator>
  149. </Page>
  150. <Page Include="Controls\Utilities\MainMenuButton.xaml">
  151. <SubType>Designer</SubType>
  152. <Generator>MSBuild:Compile</Generator>
  153. </Page>
  154. <Page Include="Controls\Utilities\PopupMenu.xaml">
  155. <SubType>Designer</SubType>
  156. <Generator>MSBuild:Compile</Generator>
  157. </Page>
  158. <Page Include="Controls\ValueScaling\ValueScaleBufferAdjuster.xaml">
  159. <Generator>MSBuild:Compile</Generator>
  160. <SubType>Designer</SubType>
  161. </Page>
  162. <Page Include="Controls\ValueScaling\ValueScaleDisplayCollection.xaml">
  163. <Generator>MSBuild:Compile</Generator>
  164. <SubType>Designer</SubType>
  165. </Page>
  166. <Page Include="Controls\Drawing\DrawingChannelGrab.xaml">
  167. <SubType>Designer</SubType>
  168. <Generator>MSBuild:Compile</Generator>
  169. </Page>
  170. <Page Include="Controls\Drawing\DrawingPointGrab.xaml">
  171. <SubType>Designer</SubType>
  172. <Generator>MSBuild:Compile</Generator>
  173. </Page>
  174. <Page Include="Controls\Drawing\DrawingSelectionGrab.xaml">
  175. <SubType>Designer</SubType>
  176. <Generator>MSBuild:Compile</Generator>
  177. </Page>
  178. <Page Include="Controls\Drawing\ExtendableLine.xaml">
  179. <SubType>Designer</SubType>
  180. <Generator>MSBuild:Compile</Generator>
  181. </Page>
  182. <Resource Include="Languages\en-US.xaml">
  183. <SubType>Designer</SubType>
  184. <Generator>MSBuild:Compile</Generator>
  185. </Resource>
  186. <Page Include="Languages\zh-CN.xaml">
  187. <SubType>Designer</SubType>
  188. <Generator>MSBuild:Compile</Generator>
  189. </Page>
  190. <Page Include="Languages\zh-TW.xaml">
  191. <SubType>Designer</SubType>
  192. <Generator>MSBuild:Compile</Generator>
  193. </Page>
  194. <Page Include="Themes\Chart.xaml">
  195. <SubType>Designer</SubType>
  196. <Generator>MSBuild:Compile</Generator>
  197. </Page>
  198. <Page Include="Themes\Generic.xaml">
  199. <Generator>MSBuild:Compile</Generator>
  200. <SubType>Designer</SubType>
  201. </Page>
  202. <Page Include="Themes\Styles.xaml">
  203. <SubType>Designer</SubType>
  204. <Generator>MSBuild:Compile</Generator>
  205. </Page>
  206. </ItemGroup>
  207. <ItemGroup>
  208. <Compile Include="Chart.cs" />
  209. <Compile Include="ChartPane.xaml.cs">
  210. <DependentUpon>ChartPane.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Controls\DateScaling\DateMarginSplitter.xaml.cs">
  213. <DependentUpon>DateMarginSplitter.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Controls\DateScaling\FutureDateSplit.xaml.cs">
  216. <DependentUpon>FutureDateSplit.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="Controls\Drawing\ChartDrawingToolbar.xaml.cs">
  219. <DependentUpon>ChartDrawingToolbar.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Controls\Drawing\ChartDrawingToolbarButton.xaml.cs">
  222. <DependentUpon>ChartDrawingToolbarButton.xaml</DependentUpon>
  223. </Compile>
  224. <Compile Include="Controls\Drawing\ChartToolbarExpander.xaml.cs">
  225. <DependentUpon>ChartToolbarExpander.xaml</DependentUpon>
  226. </Compile>
  227. <Compile Include="Controls\Editors\DrawingToolEditor.xaml.cs">
  228. <DependentUpon>DrawingToolEditor.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Controls\Editors\ColorOpacityEditor.xaml.cs">
  231. <DependentUpon>ColorOpacityEditor.xaml</DependentUpon>
  232. </Compile>
  233. <Compile Include="Controls\Editors\DrawingTextEditor.xaml.cs">
  234. <DependentUpon>DrawingTextEditor.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="Controls\QuickTimeSpan\QuickTimeSpan.xaml.cs">
  237. <DependentUpon>QuickTimeSpan.xaml</DependentUpon>
  238. </Compile>
  239. <Compile Include="Controls\QuickTimeSpan\TimeSpanButton.xaml.cs">
  240. <DependentUpon>TimeSpanButton.xaml</DependentUpon>
  241. </Compile>
  242. <Compile Include="Controls\QuickTimeSpan\TimeSpanControl.xaml.cs">
  243. <DependentUpon>TimeSpanControl.xaml</DependentUpon>
  244. </Compile>
  245. <Compile Include="Converter\QuikTimeSpanConverter.cs" />
  246. <Compile Include="Helpers\ExportHelper.cs" />
  247. <Compile Include="Helpers\FormulaHelper.cs" />
  248. <Compile Include="Helpers\MenuItemHelper.cs" />
  249. <Compile Include="Helpers\TextFormatting.cs" />
  250. <Compile Include="Controls\Utilities\ChartMenuItem.xaml.cs">
  251. <DependentUpon>ChartMenuItem.xaml</DependentUpon>
  252. </Compile>
  253. <Compile Include="Controls\Utilities\ChartMenuSeperator.xaml.cs">
  254. <DependentUpon>ChartMenuSeperator.xaml</DependentUpon>
  255. </Compile>
  256. <Compile Include="Controls\Utilities\MainMenuButton.xaml.cs">
  257. <DependentUpon>MainMenuButton.xaml</DependentUpon>
  258. </Compile>
  259. <Compile Include="Controls\Utilities\MuchInfoColorPicker.cs" />
  260. <Compile Include="Controls\Utilities\PopupMenu.xaml.cs">
  261. <DependentUpon>PopupMenu.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="Helpers\LanguageConst.cs" />
  264. <Compile Include="Helpers\LanguageManager.cs" />
  265. <Compile Include="Helpers\XmlTypeCreator.cs" />
  266. <Compile Include="Primitives\ComparisonPlot.cs" />
  267. <Compile Include="Primitives\DateChartSlider.cs" />
  268. <Compile Include="Controls\Drawing\DrawingChannelGrab.xaml.cs">
  269. <DependentUpon>DrawingChannelGrab.xaml</DependentUpon>
  270. </Compile>
  271. <Compile Include="Controls\Drawing\DrawingPointGrab.xaml.cs">
  272. <DependentUpon>DrawingPointGrab.xaml</DependentUpon>
  273. </Compile>
  274. <Compile Include="Controls\Drawing\DrawingSelectionGrab.xaml.cs">
  275. <DependentUpon>DrawingSelectionGrab.xaml</DependentUpon>
  276. </Compile>
  277. <Compile Include="Controls\Drawing\ExtendableLine.xaml.cs">
  278. <DependentUpon>ExtendableLine.xaml</DependentUpon>
  279. </Compile>
  280. <Compile Include="Primitives\DisplayFormula.cs" />
  281. <Compile Include="Primitives\Drawing\Drawing2PointBase.cs" />
  282. <Compile Include="Primitives\Drawing\Drawing2PointLinkedBase.cs" />
  283. <Compile Include="Primitives\Drawing\DrawingArrow.cs" />
  284. <Compile Include="Primitives\Drawing\DrawingEllipse.cs" />
  285. <Compile Include="Primitives\Drawing\DrawingErrorChannel.cs" />
  286. <Compile Include="Primitives\Drawing\DrawingFibBase.cs" />
  287. <Compile Include="Primitives\Drawing\DrawingFibFan.cs" />
  288. <Compile Include="Primitives\Drawing\DrawingFibRetracement.cs" />
  289. <Compile Include="Primitives\Drawing\DrawingFibTimeZones.cs" />
  290. <Compile Include="Primitives\Drawing\DrawingGannBox.cs" />
  291. <Compile Include="Primitives\Drawing\DrawingGannFann.cs" />
  292. <Compile Include="Primitives\Drawing\DrawingHorizontalLine.cs" />
  293. <Compile Include="Primitives\Drawing\DrawingHost.cs" />
  294. <Compile Include="Primitives\Drawing\DrawingQuadrantLines.cs" />
  295. <Compile Include="Primitives\Drawing\DrawingRectangle.cs" />
  296. <Compile Include="Primitives\Drawing\DrawingSelectionArea.cs">
  297. <SubType>Code</SubType>
  298. </Compile>
  299. <Compile Include="Primitives\Drawing\DrawingSpeedLines.cs">
  300. <SubType>Code</SubType>
  301. </Compile>
  302. <Compile Include="Primitives\Drawing\DrawingTironeLevels.cs" />
  303. <Compile Include="Primitives\Drawing\DrawingTrendLine.cs" />
  304. <Compile Include="Controls\Indicator\HierarchyItem.xaml.cs">
  305. <DependentUpon>HierarchyItem.xaml</DependentUpon>
  306. </Compile>
  307. <Compile Include="Controls\Indicator\IndicatorHierarchyDisplay.xaml.cs">
  308. <DependentUpon>IndicatorHierarchyDisplay.xaml</DependentUpon>
  309. </Compile>
  310. <Compile Include="Controls\Indicator\IndicatorLegend.xaml.cs">
  311. <DependentUpon>IndicatorLegend.xaml</DependentUpon>
  312. </Compile>
  313. <Compile Include="Controls\ValueScaling\ValueScaleBufferAdjuster.xaml.cs">
  314. <DependentUpon>ValueScaleBufferAdjuster.xaml</DependentUpon>
  315. </Compile>
  316. <Compile Include="Controls\ValueScaling\ValueScaleDisplayCollection.xaml.cs">
  317. <DependentUpon>ValueScaleDisplayCollection.xaml</DependentUpon>
  318. </Compile>
  319. <Compile Include="Helpers\ElementInvalidator.cs" />
  320. <Compile Include="Helpers\PlotDeletingDataChange.cs" />
  321. <Compile Include="Helpers\SharedDrawingManager.cs" />
  322. <Compile Include="Primitives\ChartDataSet.cs" />
  323. <Compile Include="Helpers\PlotPainter.cs" />
  324. <Compile Include="Primitives\AllDateScaler.cs" />
  325. <Compile Include="Primitives\DateScaleDisplay.cs" />
  326. <Compile Include="Primitives\Drawing\Drawing1PointBase.cs" />
  327. <Compile Include="Primitives\Drawing\DrawingText.cs" />
  328. <Compile Include="Primitives\Drawing\DrawingToolContainer.cs" />
  329. <Compile Include="Primitives\Drawing\DrawingToolSpec.cs" />
  330. <Compile Include="Primitives\Drawing\DrawingVerticalLine.cs" />
  331. <Compile Include="Primitives\Drawing\ILineDataSetWithUID.cs" />
  332. <Compile Include="Primitives\Drawing\OutputDataWrapper.cs" />
  333. <Compile Include="Primitives\Drawing\SharedDrawingToolContainer.cs" />
  334. <Compile Include="Primitives\Drawing\SharedDrawingToolSpec.cs" />
  335. <Compile Include="Primitives\Interfaces\IChannelDrawing.cs" />
  336. <Compile Include="Primitives\Interfaces\IChartHighlight.cs" />
  337. <Compile Include="Primitives\Interfaces\IDashStyleTarget.cs" />
  338. <Compile Include="Primitives\Interfaces\IDateScaler.cs" />
  339. <Compile Include="Primitives\Interfaces\IDrawingTool.cs" />
  340. <Compile Include="Primitives\Interfaces\IDrawingToolSpec.cs" />
  341. <Compile Include="Primitives\Interfaces\ILineDataSetWithUID.cs" />
  342. <Compile Include="Primitives\Interfaces\ILineThicknessTarget.cs" />
  343. <Compile Include="Primitives\Interfaces\IValueScaler.cs" />
  344. <Compile Include="Primitives\Interfaces\IXmlSavable.cs" />
  345. <Compile Include="Primitives\LinePlot.cs" />
  346. <Compile Include="Primitives\PlotBase.cs" />
  347. <Compile Include="Primitives\ScaleLayer.cs" />
  348. <Compile Include="Primitives\ValueScaleDisplay.cs" />
  349. <Compile Include="Primitives\ValueScalerArithmetic.cs" />
  350. <Compile Include="Properties\AssemblyInfo.cs">
  351. <SubType>Code</SubType>
  352. </Compile>
  353. <Compile Include="Properties\Resources.Designer.cs">
  354. <AutoGen>True</AutoGen>
  355. <DesignTime>True</DesignTime>
  356. <DependentUpon>Resources.resx</DependentUpon>
  357. </Compile>
  358. <Compile Include="Properties\Settings.Designer.cs">
  359. <AutoGen>True</AutoGen>
  360. <DependentUpon>Settings.settings</DependentUpon>
  361. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  362. </Compile>
  363. <EmbeddedResource Include="Properties\Resources.resx">
  364. <Generator>ResXFileCodeGenerator</Generator>
  365. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  366. </EmbeddedResource>
  367. <None Include="MuchInfo.Chart.WPF.snk" />
  368. <None Include="Properties\Settings.settings">
  369. <Generator>SettingsSingleFileGenerator</Generator>
  370. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  371. </None>
  372. <AppDesigner Include="Properties\" />
  373. </ItemGroup>
  374. <ItemGroup>
  375. <ProjectReference Include="..\MuchInfo.Chart.DataAdapter\MuchInfo.Chart.DataAdapter.csproj">
  376. <Project>{f0d7a64e-e20c-48e5-9a59-d2b7a8692033}</Project>
  377. <Name>MuchInfo.Chart.DataAdapter</Name>
  378. </ProjectReference>
  379. <ProjectReference Include="..\MuchInfo.Chart.Data\MuchInfo.Chart.Data.csproj">
  380. <Project>{9a393243-d39d-4e81-9e2a-e54f80233961}</Project>
  381. <Name>MuchInfo.Chart.Data</Name>
  382. </ProjectReference>
  383. <ProjectReference Include="..\MuchInfo.Chart.FormulaEdit\MuchInfo.Chart.FormulaEdit.csproj">
  384. <Project>{4a107ff1-669e-4b6e-9343-eee5d3fa0ecb}</Project>
  385. <Name>MuchInfo.Chart.FormulaEdit</Name>
  386. </ProjectReference>
  387. <ProjectReference Include="..\MuchInfo.Chart.Infrastructure\MuchInfo.Chart.Infrastructure.csproj">
  388. <Project>{c22edb97-4a1a-44f7-a08c-9863c86c0e64}</Project>
  389. <Name>MuchInfo.Chart.Infrastructure</Name>
  390. </ProjectReference>
  391. </ItemGroup>
  392. <ItemGroup />
  393. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  394. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  395. Other similar extension points exist, see Microsoft.Common.targets.
  396. <Target Name="BeforeBuild">
  397. </Target>
  398. <Target Name="AfterBuild">
  399. </Target>
  400. -->
  401. </Project>