PageRenderTime 52ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/src/Ninject.WindowsPhone7Tests/Ninject.WindowsPhone7Tests.csproj

http://github.com/ninject/ninject
MSBuild | 353 lines | 346 code | 0 blank | 7 comment | 0 complexity | 18ef31668295c856401a6ac4ab7c028a MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.20506</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{F7314647-1C1F-4960-A693-AA773C54C13D}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Ninject.WindowsPhone7Tests</RootNamespace>
  13. <AssemblyName>Ninject.WindowsPhone7Tests</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  16. <TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>
  17. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  18. <SilverlightApplication>true</SilverlightApplication>
  19. <SupportedCultures>
  20. </SupportedCultures>
  21. <XapOutputs>true</XapOutputs>
  22. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  23. <XapFilename>Ninject.WindowsPhone7Tests.xap</XapFilename>
  24. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  25. <SilverlightAppEntry>Ninject.WindowsPhone7Tests.App</SilverlightAppEntry>
  26. <ValidateXaml>true</ValidateXaml>
  27. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>..\..\build\debug\PhoneTests\</OutputPath>
  34. <DefineConstants>TRACE;DEBUG;SILVERLIGHT;WINDOWS_PHONE;NO_ASSEMBLY_SCANNING;NO_MOQ;NO_LCG</DefineConstants>
  35. <NoStdLib>true</NoStdLib>
  36. <NoConfig>true</NoConfig>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>..\..\build\release\PhoneTests\</OutputPath>
  44. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE;NO_WEB;NO_ASSEMBLY_SCANNING;NO_MOQ;NO_LCG</DefineConstants>
  45. <NoStdLib>true</NoStdLib>
  46. <NoConfig>true</NoConfig>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="FluentAssertions.Silverlight">
  52. <HintPath>..\..\tools\FluentAssertions\Silverlight-4.0-wp7\FluentAssertions.Silverlight.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.Phone" />
  55. <Reference Include="Microsoft.Phone.Interop" />
  56. <Reference Include="Ninject">
  57. <HintPath>..\..\build\silverlight-4.0-wp7\release\Ninject.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Linq">
  60. <HintPath>..\..\lib\System.Linq.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Windows" />
  63. <Reference Include="mscorlib" />
  64. <Reference Include="system" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Net" />
  67. <Reference Include="System.Xml" />
  68. <Reference Include="xunit-silverlight">
  69. <HintPath>..\..\tools\xunit.sl\Silverlight-4.0-wp7\xunit-silverlight.dll</HintPath>
  70. </Reference>
  71. <Reference Include="xunit.runner.silverlight">
  72. <HintPath>..\..\tools\xunit.sl\Silverlight-4.0-wp7\xunit.runner.silverlight.dll</HintPath>
  73. </Reference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="..\Ninject.Test\Fakes\AbstractWeapon.cs">
  77. <Link>Fakes\AbstractWeapon.cs</Link>
  78. </Compile>
  79. <Compile Include="..\Ninject.Test\Fakes\Barracks.cs">
  80. <Link>Fakes\Barracks.cs</Link>
  81. </Compile>
  82. <Compile Include="..\Ninject.Test\Fakes\Dagger.cs">
  83. <Link>Fakes\Dagger.cs</Link>
  84. </Compile>
  85. <Compile Include="..\Ninject.Test\Fakes\FootSoldier.cs">
  86. <Link>Fakes\FootSoldier.cs</Link>
  87. </Compile>
  88. <Compile Include="..\Ninject.Test\Fakes\IWarrior.cs">
  89. <Link>Fakes\IWarrior.cs</Link>
  90. </Compile>
  91. <Compile Include="..\Ninject.Test\Fakes\IWeapon.cs">
  92. <Link>Fakes\IWeapon.cs</Link>
  93. </Compile>
  94. <Compile Include="..\Ninject.Test\Fakes\Ninja.cs">
  95. <Link>Fakes\Ninja.cs</Link>
  96. </Compile>
  97. <Compile Include="..\Ninject.Test\Fakes\NinjaBarracks.cs">
  98. <Link>Fakes\NinjaBarracks.cs</Link>
  99. </Compile>
  100. <Compile Include="..\Ninject.Test\Fakes\NotifiesWhenDisposed.cs">
  101. <Link>Fakes\NotifiesWhenDisposed.cs</Link>
  102. </Compile>
  103. <Compile Include="..\Ninject.Test\Fakes\Samurai.cs">
  104. <Link>Fakes\Samurai.cs</Link>
  105. </Compile>
  106. <Compile Include="..\Ninject.Test\Fakes\ShortSword.cs">
  107. <Link>Fakes\ShortSword.cs</Link>
  108. </Compile>
  109. <Compile Include="..\Ninject.Test\Fakes\Shuriken.cs">
  110. <Link>Fakes\Shuriken.cs</Link>
  111. </Compile>
  112. <Compile Include="..\Ninject.Test\Fakes\Sword.cs">
  113. <Link>Fakes\Sword.cs</Link>
  114. </Compile>
  115. <Compile Include="..\Ninject.Test\Integration\ActivationScopeTests.cs">
  116. <Link>Integration\ActivationScopeTests.cs</Link>
  117. </Compile>
  118. <Compile Include="..\Ninject.Test\Integration\ActivationStrategyTests.cs">
  119. <Link>Integration\ActivationStrategyTests.cs</Link>
  120. </Compile>
  121. <Compile Include="..\Ninject.Test\Integration\CircularDependenciesTests.cs">
  122. <Link>Integration\CircularDependenciesTests.cs</Link>
  123. </Compile>
  124. <Compile Include="..\Ninject.Test\Integration\ConditionalAttributeBindingTests.cs">
  125. <Link>Integration\ConditionalAttributeBindingTests.cs</Link>
  126. </Compile>
  127. <Compile Include="..\Ninject.Test\Integration\ConditionalBindingTests.cs">
  128. <Link>Integration\ConditionalBindingTests.cs</Link>
  129. </Compile>
  130. <Compile Include="..\Ninject.Test\Integration\ConditionalBindingWhenParentTests.cs">
  131. <Link>Integration\ConditionalBindingWhenParentTests.cs</Link>
  132. </Compile>
  133. <Compile Include="..\Ninject.Test\Integration\ConstructorSelectionTests.cs">
  134. <Link>Integration\ConstructorSelectionTests.cs</Link>
  135. </Compile>
  136. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\ConstrainedDependenciesContext.cs">
  137. <Link>Integration\EnumerableDependenciesTests\ConstrainedDependenciesContext.cs</Link>
  138. </Compile>
  139. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\EnumerableDependenciesContext.cs">
  140. <Link>Integration\EnumerableDependenciesTests\EnumerableDependenciesContext.cs</Link>
  141. </Compile>
  142. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\ChildA.cs">
  143. <Link>Integration\EnumerableDependenciesTests\Fakes\ChildA.cs</Link>
  144. </Compile>
  145. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\ChildB.cs">
  146. <Link>Integration\EnumerableDependenciesTests\Fakes\ChildB.cs</Link>
  147. </Compile>
  148. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\IChild.cs">
  149. <Link>Integration\EnumerableDependenciesTests\Fakes\IChild.cs</Link>
  150. </Compile>
  151. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\IParent.cs">
  152. <Link>Integration\EnumerableDependenciesTests\Fakes\IParent.cs</Link>
  153. </Compile>
  154. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsArray.cs">
  155. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsArray.cs</Link>
  156. </Compile>
  157. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsArrayWithDefaultCtor.cs">
  158. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsArrayWithDefaultCtor.cs</Link>
  159. </Compile>
  160. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedArray.cs">
  161. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedArray.cs</Link>
  162. </Compile>
  163. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedEnumerable.cs">
  164. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedEnumerable.cs</Link>
  165. </Compile>
  166. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedList.cs">
  167. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedList.cs</Link>
  168. </Compile>
  169. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsEnumerable.cs">
  170. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsEnumerable.cs</Link>
  171. </Compile>
  172. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsList.cs">
  173. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsList.cs</Link>
  174. </Compile>
  175. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsListWithDefaultCtor.cs">
  176. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsListWithDefaultCtor.cs</Link>
  177. </Compile>
  178. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\UnconstrainedDependenciesContext.cs">
  179. <Link>Integration\EnumerableDependenciesTests\UnconstrainedDependenciesContext.cs</Link>
  180. </Compile>
  181. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedArrayOfDependencies.cs">
  182. <Link>Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedArrayOfDependencies.cs</Link>
  183. </Compile>
  184. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedEnumerableOfDependencies.cs">
  185. <Link>Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedEnumerableOfDependencies.cs</Link>
  186. </Compile>
  187. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedListOfDependencies.cs">
  188. <Link>Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedListOfDependencies.cs</Link>
  189. </Compile>
  190. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedArrayOfDependencies.cs">
  191. <Link>Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedArrayOfDependencies.cs</Link>
  192. </Compile>
  193. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedEnumerableOfDependencies.cs">
  194. <Link>Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedEnumerableOfDependencies.cs</Link>
  195. </Compile>
  196. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedListOfDependencies.cs">
  197. <Link>Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedListOfDependencies.cs</Link>
  198. </Compile>
  199. <Compile Include="..\Ninject.Test\Integration\ExternalInjectionTests.cs">
  200. <Link>Integration\ExternalInjectionTests.cs</Link>
  201. </Compile>
  202. <Compile Include="..\Ninject.Test\Integration\InjectOnPropertyWithMoreRestrictiveSetter.cs">
  203. <Link>Integration\InjectOnPropertyWithMoreRestrictiveSetter.cs</Link>
  204. </Compile>
  205. <Compile Include="..\Ninject.Test\Integration\ManualReleaseTests.cs">
  206. <Link>Integration\ManualReleaseTests.cs</Link>
  207. </Compile>
  208. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\Fakes\TestModule.cs">
  209. <Link>Integration\ModuleLoadingTests\Fakes\TestModule.cs</Link>
  210. </Compile>
  211. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\Fakes\TestModule2.cs">
  212. <Link>Integration\ModuleLoadingTests\Fakes\TestModule2.cs</Link>
  213. </Compile>
  214. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\ModuleLoadingContext.cs">
  215. <Link>Integration\ModuleLoadingTests\ModuleLoadingContext.cs</Link>
  216. </Compile>
  217. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\OtherFakes\TestModule.cs">
  218. <Link>Integration\ModuleLoadingTests\OtherFakes\TestModule.cs</Link>
  219. </Compile>
  220. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\WhenLoadIsCalledWithAssemblies.cs">
  221. <Link>Integration\ModuleLoadingTests\WhenLoadIsCalledWithAssemblies.cs</Link>
  222. </Compile>
  223. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\WhenLoadIsCalledWithModule.cs">
  224. <Link>Integration\ModuleLoadingTests\WhenLoadIsCalledWithModule.cs</Link>
  225. </Compile>
  226. <Compile Include="..\Ninject.Test\Integration\NamedPropertyInjectionTests.cs">
  227. <Link>Integration\NamedPropertyInjectionTests.cs</Link>
  228. </Compile>
  229. <Compile Include="..\Ninject.Test\Integration\OptionalTest.cs">
  230. <Link>Integration\OptionalTest.cs</Link>
  231. </Compile>
  232. <Compile Include="..\Ninject.Test\Integration\PropertyInjectionTests.cs">
  233. <Link>Integration\PropertyInjectionTests.cs</Link>
  234. </Compile>
  235. <Compile Include="..\Ninject.Test\Integration\SingletonScopeTests.cs">
  236. <Link>Integration\SingletonScopeTests.cs</Link>
  237. </Compile>
  238. <Compile Include="..\Ninject.Test\Integration\SpecialResolutionTests.cs">
  239. <Link>Integration\SpecialResolutionTests.cs</Link>
  240. </Compile>
  241. <Compile Include="..\Ninject.Test\Integration\StandardKernelTests.cs">
  242. <Link>Integration\StandardKernelTests.cs</Link>
  243. </Compile>
  244. <Compile Include="..\Ninject.Test\Integration\ThreadScopeTests.cs">
  245. <Link>Integration\ThreadScopeTests.cs</Link>
  246. </Compile>
  247. <Compile Include="..\Ninject.Test\Integration\TransientScopeTests.cs">
  248. <Link>Integration\TransientScopeTests.cs</Link>
  249. </Compile>
  250. <Compile Include="..\Ninject.Test\Unit\ActivationBlockTests.cs">
  251. <Link>Unit\ActivationBlockTests.cs</Link>
  252. </Compile>
  253. <Compile Include="..\Ninject.Test\Unit\ActivationCacheStrategyTest.cs">
  254. <Link>Unit\ActivationCacheStrategyTest.cs</Link>
  255. </Compile>
  256. <Compile Include="..\Ninject.Test\Unit\ActivationCacheTests.cs">
  257. <Link>Unit\ActivationCacheTests.cs</Link>
  258. </Compile>
  259. <Compile Include="..\Ninject.Test\Unit\BindingActionStrategyTests.cs">
  260. <Link>Unit\BindingActionStrategyTests.cs</Link>
  261. </Compile>
  262. <Compile Include="..\Ninject.Test\Unit\CachePruningTests.cs">
  263. <Link>Unit\CachePruningTests.cs</Link>
  264. </Compile>
  265. <Compile Include="..\Ninject.Test\Unit\CacheTests.cs">
  266. <Link>Unit\CacheTests.cs</Link>
  267. </Compile>
  268. <Compile Include="..\Ninject.Test\Unit\CallbackProviderTests.cs">
  269. <Link>Unit\CallbackProviderTests.cs</Link>
  270. </Compile>
  271. <Compile Include="..\Ninject.Test\Unit\CompiledModuleLoaderPluginTests.cs">
  272. <Link>Unit\CompiledModuleLoaderPluginTests.cs</Link>
  273. </Compile>
  274. <Compile Include="..\Ninject.Test\Unit\ComponentContainerTests.cs">
  275. <Link>Unit\ComponentContainerTests.cs</Link>
  276. </Compile>
  277. <Compile Include="..\Ninject.Test\Unit\ConstantProviderTests.cs">
  278. <Link>Unit\ConstantProviderTests.cs</Link>
  279. </Compile>
  280. <Compile Include="..\Ninject.Test\Unit\DisposableStrategyTests.cs">
  281. <Link>Unit\DisposableStrategyTests.cs</Link>
  282. </Compile>
  283. <Compile Include="..\Ninject.Test\Unit\DynamicMethodInjectorFactoryTests.cs">
  284. <Link>Unit\DynamicMethodInjectorFactoryTests.cs</Link>
  285. </Compile>
  286. <Compile Include="..\Ninject.Test\Unit\ExtensionsForMemberInfoTest.cs">
  287. <Link>Unit\ExtensionsForMemberInfoTest.cs</Link>
  288. </Compile>
  289. <Compile Include="..\Ninject.Test\Unit\InitializableStrategyTests.cs">
  290. <Link>Unit\InitializableStrategyTests.cs</Link>
  291. </Compile>
  292. <Compile Include="..\Ninject.Test\Unit\MethodInjectionDirectiveBaseTests.cs">
  293. <Link>Unit\MethodInjectionDirectiveBaseTests.cs</Link>
  294. </Compile>
  295. <Compile Include="..\Ninject.Test\Unit\MethodInjectionStrategyTests.cs">
  296. <Link>Unit\MethodInjectionStrategyTests.cs</Link>
  297. </Compile>
  298. <Compile Include="..\Ninject.Test\Unit\ModuleLoaderTests.cs">
  299. <Link>Unit\ModuleLoaderTests.cs</Link>
  300. </Compile>
  301. <Compile Include="..\Ninject.Test\Unit\NamedAttributeTests.cs">
  302. <Link>Unit\NamedAttributeTests.cs</Link>
  303. </Compile>
  304. <Compile Include="..\Ninject.Test\Unit\PipelineTests.cs">
  305. <Link>Unit\PipelineTests.cs</Link>
  306. </Compile>
  307. <Compile Include="..\Ninject.Test\Unit\PropertyInjectionDirectiveTests.cs">
  308. <Link>Unit\PropertyInjectionDirectiveTests.cs</Link>
  309. </Compile>
  310. <Compile Include="..\Ninject.Test\Unit\PropertyInjectionSelectorTests.cs">
  311. <Link>Unit\PropertyInjectionSelectorTests.cs</Link>
  312. </Compile>
  313. <Compile Include="..\Ninject.Test\Unit\PropertyInjectionStrategyTests.cs">
  314. <Link>Unit\PropertyInjectionStrategyTests.cs</Link>
  315. </Compile>
  316. <Compile Include="..\Ninject.Test\Unit\StartableStrategyTests.cs">
  317. <Link>Unit\StartableStrategyTests.cs</Link>
  318. </Compile>
  319. <Compile Include="App.xaml.cs">
  320. <DependentUpon>App.xaml</DependentUpon>
  321. </Compile>
  322. <Compile Include="Properties\AssemblyInfo.cs" />
  323. </ItemGroup>
  324. <ItemGroup>
  325. <ApplicationDefinition Include="App.xaml">
  326. <SubType>Designer</SubType>
  327. <Generator>MSBuild:Compile</Generator>
  328. </ApplicationDefinition>
  329. </ItemGroup>
  330. <ItemGroup>
  331. <None Include="Properties\AppManifest.xml" />
  332. <None Include="Properties\WMAppManifest.xml" />
  333. </ItemGroup>
  334. <ItemGroup>
  335. <Content Include="ApplicationIcon.png">
  336. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  337. </Content>
  338. <Content Include="Background.png">
  339. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  340. </Content>
  341. <Content Include="SplashScreenImage.jpg" />
  342. </ItemGroup>
  343. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
  344. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
  345. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  346. Other similar extension points exist, see Microsoft.Common.targets.
  347. <Target Name="BeforeBuild">
  348. </Target>
  349. <Target Name="AfterBuild">
  350. </Target>
  351. -->
  352. <ProjectExtensions />
  353. </Project>