PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/src/Ninject.Wpa81.Tests/Ninject.Wpa81.Tests.csproj

http://github.com/ninject/ninject
MSBuild | 466 lines | 458 code | 0 blank | 8 comment | 0 complexity | f16c8fa0234a6a11d7fab3885fcbbe11 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="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\..\packages\xunit.runner.visualstudio.2.0.0\build\wpa81\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\wpa81\xunit.runner.visualstudio.props')" />
  4. <Import Project="..\..\packages\xunit.core.2.0.0\build\portable-win81+wpa81\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.0.0\build\portable-win81+wpa81\xunit.core.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  9. <ProjectGuid>{09A7BE45-2A38-4087-87E5-FCC842D0742A}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Ninject.Wpa81.Tests</RootNamespace>
  13. <AssemblyName>Ninject.Wpa81.Tests</AssemblyName>
  14. <DefaultLanguage>en-US</DefaultLanguage>
  15. <TargetPlatformVersion>8.1</TargetPlatformVersion>
  16. <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{76F1466A-8B6D-4E39-A767-685A06062A39};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. <PackageCertificateKeyFile>Ninject.Wpa81.Tests_TemporaryKey.pfx</PackageCertificateKeyFile>
  20. <AppxBundle>Never</AppxBundle>
  21. <IsTargetingWindowsPhonePlatform>true</IsTargetingWindowsPhonePlatform>
  22. <AllowCrossPlatformRetargeting>False</AllowCrossPlatformRetargeting>
  23. <NuGetPackageImportStamp>44f3453c</NuGetPackageImportStamp>
  24. </PropertyGroup>
  25. <PropertyGroup>
  26. <AppXPackage>True</AppXPackage>
  27. <AppxPackageIncludePrivateSymbols>true</AppxPackageIncludePrivateSymbols>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  30. <DebugSymbols>true</DebugSymbols>
  31. <OutputPath>bin\x86\Debug\</OutputPath>
  32. <DefineConstants>TRACE;DEBUG;WINDOWS_PHONE_APP;WINRT;NO_PARTIAL_TRUST;NO_EXCEPTION_SERIALIZATION;NET_40;NETFX_CORE;NO_LCG;NO_MOQ</DefineConstants>
  33. <NoWarn>;2008</NoWarn>
  34. <DebugType>full</DebugType>
  35. <PlatformTarget>x86</PlatformTarget>
  36. <UseVSHostingProcess>false</UseVSHostingProcess>
  37. <ErrorReport>prompt</ErrorReport>
  38. <Prefer32Bit>true</Prefer32Bit>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  41. <OutputPath>bin\x86\Release\</OutputPath>
  42. <DefineConstants>TRACE;WINDOWS_PHONE_APP;WINRT;NO_PARTIAL_TRUST;NO_EXCEPTION_SERIALIZATION;NET_40;NETFX_CORE;NO_LCG;NO_MOQ</DefineConstants>
  43. <Optimize>true</Optimize>
  44. <NoWarn>;2008</NoWarn>
  45. <DebugType>pdbonly</DebugType>
  46. <PlatformTarget>x86</PlatformTarget>
  47. <UseVSHostingProcess>false</UseVSHostingProcess>
  48. <ErrorReport>prompt</ErrorReport>
  49. <Prefer32Bit>true</Prefer32Bit>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  52. <DebugSymbols>true</DebugSymbols>
  53. <OutputPath>bin\ARM\Debug\</OutputPath>
  54. <DefineConstants>TRACE;DEBUG;WINDOWS_PHONE_APP;WINRT;NO_PARTIAL_TRUST;NO_EXCEPTION_SERIALIZATION;NET_40;NETFX_CORE;NO_LCG;NO_MOQ</DefineConstants>
  55. <NoWarn>;2008</NoWarn>
  56. <DebugType>full</DebugType>
  57. <PlatformTarget>ARM</PlatformTarget>
  58. <UseVSHostingProcess>false</UseVSHostingProcess>
  59. <ErrorReport>prompt</ErrorReport>
  60. <Prefer32Bit>true</Prefer32Bit>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  63. <OutputPath>bin\ARM\Release\</OutputPath>
  64. <DefineConstants>TRACE;WINDOWS_PHONE_APP;WINRT;NO_PARTIAL_TRUST;NO_EXCEPTION_SERIALIZATION;NET_40;NETFX_CORE;NO_LCG;NO_MOQ</DefineConstants>
  65. <Optimize>true</Optimize>
  66. <NoWarn>;2008</NoWarn>
  67. <DebugType>pdbonly</DebugType>
  68. <PlatformTarget>ARM</PlatformTarget>
  69. <UseVSHostingProcess>false</UseVSHostingProcess>
  70. <ErrorReport>prompt</ErrorReport>
  71. <Prefer32Bit>true</Prefer32Bit>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <!--A reference to the entire .Net Framework and Windows SDK are automatically included-->
  75. <SDKReference Include="TestPlatform, Version=12.0" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="..\Ninject.Test\ExtensionsForIEnumerable.cs">
  79. <Link>ExtensionsForIEnumerable.cs</Link>
  80. </Compile>
  81. <Compile Include="..\Ninject.Test\Fakes\AbstractWeapon.cs">
  82. <Link>Fakes\AbstractWeapon.cs</Link>
  83. </Compile>
  84. <Compile Include="..\Ninject.Test\Fakes\Barracks.cs">
  85. <Link>Fakes\Barracks.cs</Link>
  86. </Compile>
  87. <Compile Include="..\Ninject.Test\Fakes\Dagger.cs">
  88. <Link>Fakes\Dagger.cs</Link>
  89. </Compile>
  90. <Compile Include="..\Ninject.Test\Fakes\FootSoldier.cs">
  91. <Link>Fakes\FootSoldier.cs</Link>
  92. </Compile>
  93. <Compile Include="..\Ninject.Test\Fakes\ICleric.cs">
  94. <Link>Fakes\ICleric.cs</Link>
  95. </Compile>
  96. <Compile Include="..\Ninject.Test\Fakes\IWarrior.cs">
  97. <Link>Fakes\IWarrior.cs</Link>
  98. </Compile>
  99. <Compile Include="..\Ninject.Test\Fakes\IWeapon.cs">
  100. <Link>Fakes\IWeapon.cs</Link>
  101. </Compile>
  102. <Compile Include="..\Ninject.Test\Fakes\KiteShield.cs">
  103. <Link>Fakes\KiteShield.cs</Link>
  104. </Compile>
  105. <Compile Include="..\Ninject.Test\Fakes\Monk.cs">
  106. <Link>Fakes\Monk.cs</Link>
  107. </Compile>
  108. <Compile Include="..\Ninject.Test\Fakes\Ninja.cs">
  109. <Link>Fakes\Ninja.cs</Link>
  110. </Compile>
  111. <Compile Include="..\Ninject.Test\Fakes\NinjaBarracks.cs">
  112. <Link>Fakes\NinjaBarracks.cs</Link>
  113. </Compile>
  114. <Compile Include="..\Ninject.Test\Fakes\NotifiesWhenDisposed.cs">
  115. <Link>Fakes\NotifiesWhenDisposed.cs</Link>
  116. </Compile>
  117. <Compile Include="..\Ninject.Test\Fakes\ResolveCountingProvider.cs">
  118. <Link>Fakes\ResolveCountingProvider.cs</Link>
  119. </Compile>
  120. <Compile Include="..\Ninject.Test\Fakes\Samurai.cs">
  121. <Link>Fakes\Samurai.cs</Link>
  122. </Compile>
  123. <Compile Include="..\Ninject.Test\Fakes\Shield.cs">
  124. <Link>Fakes\Shield.cs</Link>
  125. </Compile>
  126. <Compile Include="..\Ninject.Test\Fakes\ShortSword.cs">
  127. <Link>Fakes\ShortSword.cs</Link>
  128. </Compile>
  129. <Compile Include="..\Ninject.Test\Fakes\Shuriken.cs">
  130. <Link>Fakes\Shuriken.cs</Link>
  131. </Compile>
  132. <Compile Include="..\Ninject.Test\Fakes\Sword.cs">
  133. <Link>Fakes\Sword.cs</Link>
  134. </Compile>
  135. <Compile Include="..\Ninject.Test\Integration\ActivationScopeTests.cs">
  136. <Link>Integration\ActivationScopeTests.cs</Link>
  137. </Compile>
  138. <Compile Include="..\Ninject.Test\Integration\ActivationStrategyTests.cs">
  139. <Link>Integration\ActivationStrategyTests.cs</Link>
  140. </Compile>
  141. <Compile Include="..\Ninject.Test\Integration\CircularDependenciesTests.cs">
  142. <Link>Integration\CircularDependenciesTests.cs</Link>
  143. </Compile>
  144. <Compile Include="..\Ninject.Test\Integration\ConditionalAttributeBindingTests.cs">
  145. <Link>Integration\ConditionalAttributeBindingTests.cs</Link>
  146. </Compile>
  147. <Compile Include="..\Ninject.Test\Integration\ConditionalBindingTests.cs">
  148. <Link>Integration\ConditionalBindingTests.cs</Link>
  149. </Compile>
  150. <Compile Include="..\Ninject.Test\Integration\ConditionalBindingWhenParentTests.cs">
  151. <Link>Integration\ConditionalBindingWhenParentTests.cs</Link>
  152. </Compile>
  153. <Compile Include="..\Ninject.Test\Integration\ConstantTests.cs">
  154. <Link>Integration\ConstantTests.cs</Link>
  155. </Compile>
  156. <Compile Include="..\Ninject.Test\Integration\ConstructorArgumentInBindingConfigurationBuilderTest.cs">
  157. <Link>Integration\ConstructorArgumentInBindingConfigurationBuilderTest.cs</Link>
  158. </Compile>
  159. <Compile Include="..\Ninject.Test\Integration\ConstructorArgumentTests.cs">
  160. <Link>Integration\ConstructorArgumentTests.cs</Link>
  161. </Compile>
  162. <Compile Include="..\Ninject.Test\Integration\ConstructorSelectionTests.cs">
  163. <Link>Integration\ConstructorSelectionTests.cs</Link>
  164. </Compile>
  165. <Compile Include="..\Ninject.Test\Integration\DefaultParameterTests.cs">
  166. <Link>Integration\DefaultParameterTests.cs</Link>
  167. </Compile>
  168. <Compile Include="..\Ninject.Test\Integration\DefaultScopeCallbackTests.cs">
  169. <Link>Integration\DefaultScopeCallbackTests.cs</Link>
  170. </Compile>
  171. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\ConstrainedDependenciesContext.cs">
  172. <Link>Integration\EnumerableDependenciesTests\ConstrainedDependenciesContext.cs</Link>
  173. </Compile>
  174. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\EnumerableDependenciesContext.cs">
  175. <Link>Integration\EnumerableDependenciesTests\EnumerableDependenciesContext.cs</Link>
  176. </Compile>
  177. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\ChildA.cs">
  178. <Link>Integration\EnumerableDependenciesTests\Fakes\ChildA.cs</Link>
  179. </Compile>
  180. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\ChildB.cs">
  181. <Link>Integration\EnumerableDependenciesTests\Fakes\ChildB.cs</Link>
  182. </Compile>
  183. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\IChild.cs">
  184. <Link>Integration\EnumerableDependenciesTests\Fakes\IChild.cs</Link>
  185. </Compile>
  186. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\IParent.cs">
  187. <Link>Integration\EnumerableDependenciesTests\Fakes\IParent.cs</Link>
  188. </Compile>
  189. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsArray.cs">
  190. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsArray.cs</Link>
  191. </Compile>
  192. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsArrayWithDefaultCtor.cs">
  193. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsArrayWithDefaultCtor.cs</Link>
  194. </Compile>
  195. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedArray.cs">
  196. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedArray.cs</Link>
  197. </Compile>
  198. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedEnumerable.cs">
  199. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedEnumerable.cs</Link>
  200. </Compile>
  201. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedList.cs">
  202. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedList.cs</Link>
  203. </Compile>
  204. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsEnumerable.cs">
  205. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsEnumerable.cs</Link>
  206. </Compile>
  207. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsList.cs">
  208. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsList.cs</Link>
  209. </Compile>
  210. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\Fakes\RequestsListWithDefaultCtor.cs">
  211. <Link>Integration\EnumerableDependenciesTests\Fakes\RequestsListWithDefaultCtor.cs</Link>
  212. </Compile>
  213. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\UnconstrainedDependenciesContext.cs">
  214. <Link>Integration\EnumerableDependenciesTests\UnconstrainedDependenciesContext.cs</Link>
  215. </Compile>
  216. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedArrayOfDependencies.cs">
  217. <Link>Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedArrayOfDependencies.cs</Link>
  218. </Compile>
  219. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedEnumerableOfDependencies.cs">
  220. <Link>Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedEnumerableOfDependencies.cs</Link>
  221. </Compile>
  222. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedListOfDependencies.cs">
  223. <Link>Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedListOfDependencies.cs</Link>
  224. </Compile>
  225. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedArrayOfDependencies.cs">
  226. <Link>Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedArrayOfDependencies.cs</Link>
  227. </Compile>
  228. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedEnumerableOfDependencies.cs">
  229. <Link>Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedEnumerableOfDependencies.cs</Link>
  230. </Compile>
  231. <Compile Include="..\Ninject.Test\Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedListOfDependencies.cs">
  232. <Link>Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedListOfDependencies.cs</Link>
  233. </Compile>
  234. <Compile Include="..\Ninject.Test\Integration\ExternalInjectionTests.cs">
  235. <Link>Integration\ExternalInjectionTests.cs</Link>
  236. </Compile>
  237. <Compile Include="..\Ninject.Test\Integration\GenericBindings.cs">
  238. <Link>Integration\GenericBindings.cs</Link>
  239. </Compile>
  240. <Compile Include="..\Ninject.Test\Integration\InjectOnPropertyWithMoreRestrictiveSetter.cs">
  241. <Link>Integration\InjectOnPropertyWithMoreRestrictiveSetter.cs</Link>
  242. </Compile>
  243. <Compile Include="..\Ninject.Test\Integration\InterfaceSegregationWithFourServicesTests.cs">
  244. <Link>Integration\InterfaceSegregationWithFourServicesTests.cs</Link>
  245. </Compile>
  246. <Compile Include="..\Ninject.Test\Integration\InterfaceSegregationWithThreeServicesTests.cs">
  247. <Link>Integration\InterfaceSegregationWithThreeServicesTests.cs</Link>
  248. </Compile>
  249. <Compile Include="..\Ninject.Test\Integration\InterfaceSegregationWithTwoServicesTests.cs">
  250. <Link>Integration\InterfaceSegregationWithTwoServicesTests.cs</Link>
  251. </Compile>
  252. <Compile Include="..\Ninject.Test\Integration\ManualReleaseTests.cs">
  253. <Link>Integration\ManualReleaseTests.cs</Link>
  254. </Compile>
  255. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\Fakes\TestModule.cs">
  256. <Link>Integration\ModuleLoadingTests\Fakes\TestModule.cs</Link>
  257. </Compile>
  258. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\Fakes\TestModule2.cs">
  259. <Link>Integration\ModuleLoadingTests\Fakes\TestModule2.cs</Link>
  260. </Compile>
  261. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\ModuleLoadingContext.cs">
  262. <Link>Integration\ModuleLoadingTests\ModuleLoadingContext.cs</Link>
  263. </Compile>
  264. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\OtherFakes\TestModule.cs">
  265. <Link>Integration\ModuleLoadingTests\OtherFakes\TestModule.cs</Link>
  266. </Compile>
  267. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\WhenLoadIsCalledWithAssemblies.cs">
  268. <Link>Integration\ModuleLoadingTests\WhenLoadIsCalledWithAssemblies.cs</Link>
  269. </Compile>
  270. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\WhenLoadIsCalledWithFileName.cs">
  271. <Link>Integration\ModuleLoadingTests\WhenLoadIsCalledWithFileName.cs</Link>
  272. </Compile>
  273. <Compile Include="..\Ninject.Test\Integration\ModuleLoadingTests\WhenLoadIsCalledWithModule.cs">
  274. <Link>Integration\ModuleLoadingTests\WhenLoadIsCalledWithModule.cs</Link>
  275. </Compile>
  276. <Compile Include="..\Ninject.Test\Integration\NamedPropertyInjectionTests.cs">
  277. <Link>Integration\NamedPropertyInjectionTests.cs</Link>
  278. </Compile>
  279. <Compile Include="..\Ninject.Test\Integration\OptionalTest.cs">
  280. <Link>Integration\OptionalTest.cs</Link>
  281. </Compile>
  282. <Compile Include="..\Ninject.Test\Integration\PropertyInjectionTests.cs">
  283. <Link>Integration\PropertyInjectionTests.cs</Link>
  284. </Compile>
  285. <Compile Include="..\Ninject.Test\Integration\ProviderTests.cs">
  286. <Link>Integration\ProviderTests.cs</Link>
  287. </Compile>
  288. <Compile Include="..\Ninject.Test\Integration\SingletonScopeTests.cs">
  289. <Link>Integration\SingletonScopeTests.cs</Link>
  290. </Compile>
  291. <Compile Include="..\Ninject.Test\Integration\SpecialResolutionTests.cs">
  292. <Link>Integration\SpecialResolutionTests.cs</Link>
  293. </Compile>
  294. <Compile Include="..\Ninject.Test\Integration\StandardKernelTests.cs">
  295. <Link>Integration\StandardKernelTests.cs</Link>
  296. </Compile>
  297. <Compile Include="..\Ninject.Test\Integration\ThreadScopeTests.cs">
  298. <Link>Integration\ThreadScopeTests.cs</Link>
  299. </Compile>
  300. <Compile Include="..\Ninject.Test\Integration\TransientScopeTests.cs">
  301. <Link>Integration\TransientScopeTests.cs</Link>
  302. </Compile>
  303. <Compile Include="..\Ninject.Test\Integration\WhenReleasingAnObject.cs">
  304. <Link>Integration\WhenReleasingAnObject.cs</Link>
  305. </Compile>
  306. <Compile Include="..\Ninject.Test\Unit\ActivationBlockTests.cs">
  307. <Link>Unit\ActivationBlockTests.cs</Link>
  308. </Compile>
  309. <Compile Include="..\Ninject.Test\Unit\ActivationCacheStrategyTest.cs">
  310. <Link>Unit\ActivationCacheStrategyTest.cs</Link>
  311. </Compile>
  312. <Compile Include="..\Ninject.Test\Unit\ActivationCacheTests.cs">
  313. <Link>Unit\ActivationCacheTests.cs</Link>
  314. </Compile>
  315. <Compile Include="..\Ninject.Test\Unit\AssemblyNameRetrieverTests.cs">
  316. <Link>Unit\AssemblyNameRetrieverTests.cs</Link>
  317. </Compile>
  318. <Compile Include="..\Ninject.Test\Unit\BindingActionStrategyTests.cs">
  319. <Link>Unit\BindingActionStrategyTests.cs</Link>
  320. </Compile>
  321. <Compile Include="..\Ninject.Test\Unit\CachePruningTests.cs">
  322. <Link>Unit\CachePruningTests.cs</Link>
  323. </Compile>
  324. <Compile Include="..\Ninject.Test\Unit\CacheTests.cs">
  325. <Link>Unit\CacheTests.cs</Link>
  326. </Compile>
  327. <Compile Include="..\Ninject.Test\Unit\CallbackProviderTests.cs">
  328. <Link>Unit\CallbackProviderTests.cs</Link>
  329. </Compile>
  330. <Compile Include="..\Ninject.Test\Unit\CompiledModuleLoaderPluginTests.cs">
  331. <Link>Unit\CompiledModuleLoaderPluginTests.cs</Link>
  332. </Compile>
  333. <Compile Include="..\Ninject.Test\Unit\ComponentContainerTests.cs">
  334. <Link>Unit\ComponentContainerTests.cs</Link>
  335. </Compile>
  336. <Compile Include="..\Ninject.Test\Unit\ConstantProviderTests.cs">
  337. <Link>Unit\ConstantProviderTests.cs</Link>
  338. </Compile>
  339. <Compile Include="..\Ninject.Test\Unit\DisposableStrategyTests.cs">
  340. <Link>Unit\DisposableStrategyTests.cs</Link>
  341. </Compile>
  342. <Compile Include="..\Ninject.Test\Unit\DynamicMethodInjectorFactoryTests.cs">
  343. <Link>Unit\DynamicMethodInjectorFactoryTests.cs</Link>
  344. </Compile>
  345. <Compile Include="..\Ninject.Test\Unit\ExtensionsForMemberInfoTest.cs">
  346. <Link>Unit\ExtensionsForMemberInfoTest.cs</Link>
  347. </Compile>
  348. <Compile Include="..\Ninject.Test\Unit\FormatTests.cs">
  349. <Link>Unit\FormatTests.cs</Link>
  350. </Compile>
  351. <Compile Include="..\Ninject.Test\Unit\InitializableStrategyTests.cs">
  352. <Link>Unit\InitializableStrategyTests.cs</Link>
  353. </Compile>
  354. <Compile Include="..\Ninject.Test\Unit\MethodInjectionDirectiveBaseTests.cs">
  355. <Link>Unit\MethodInjectionDirectiveBaseTests.cs</Link>
  356. </Compile>
  357. <Compile Include="..\Ninject.Test\Unit\MethodInjectionStrategyTests.cs">
  358. <Link>Unit\MethodInjectionStrategyTests.cs</Link>
  359. </Compile>
  360. <Compile Include="..\Ninject.Test\Unit\ModuleLoaderTests.cs">
  361. <Link>Unit\ModuleLoaderTests.cs</Link>
  362. </Compile>
  363. <Compile Include="..\Ninject.Test\Unit\NamedAttributeTests.cs">
  364. <Link>Unit\NamedAttributeTests.cs</Link>
  365. </Compile>
  366. <Compile Include="..\Ninject.Test\Unit\PipelineTests.cs">
  367. <Link>Unit\PipelineTests.cs</Link>
  368. </Compile>
  369. <Compile Include="..\Ninject.Test\Unit\PropertyInjectionDirectiveTests.cs">
  370. <Link>Unit\PropertyInjectionDirectiveTests.cs</Link>
  371. </Compile>
  372. <Compile Include="..\Ninject.Test\Unit\PropertyInjectionSelectorTests.cs">
  373. <Link>Unit\PropertyInjectionSelectorTests.cs</Link>
  374. </Compile>
  375. <Compile Include="..\Ninject.Test\Unit\PropertyInjectionStrategyTests.cs">
  376. <Link>Unit\PropertyInjectionStrategyTests.cs</Link>
  377. </Compile>
  378. <Compile Include="..\Ninject.Test\Unit\ReferenceEqualWeakReferenceTests.cs">
  379. <Link>Unit\ReferenceEqualWeakReferenceTests.cs</Link>
  380. </Compile>
  381. <Compile Include="..\Ninject.Test\Unit\StartableStrategyTests.cs">
  382. <Link>Unit\StartableStrategyTests.cs</Link>
  383. </Compile>
  384. <Compile Include="..\Ninject.Test\Unit\TestObject.cs">
  385. <Link>Unit\TestObject.cs</Link>
  386. </Compile>
  387. <Compile Include="Properties\AssemblyInfo.cs" />
  388. </ItemGroup>
  389. <ItemGroup>
  390. <AppxManifest Include="Package.appxmanifest">
  391. <SubType>Designer</SubType>
  392. </AppxManifest>
  393. <None Include="..\Ninject.Test\TestModules\test.bar">
  394. <Link>TestModules\test.bar</Link>
  395. </None>
  396. <None Include="..\Ninject.Test\TestModules\test.foo">
  397. <Link>TestModules\test.foo</Link>
  398. </None>
  399. <None Include="Ninject.Wpa81.Tests_TemporaryKey.pfx" />
  400. <None Include="packages.config" />
  401. </ItemGroup>
  402. <ItemGroup>
  403. <Content Include="Assets\Logo.scale-240.png" />
  404. <Content Include="Assets\SmallLogo.scale-240.png" />
  405. <Content Include="Assets\SplashScreen.scale-240.png" />
  406. <Content Include="Assets\Square71x71Logo.scale-240.png" />
  407. <Content Include="Assets\StoreLogo.scale-240.png" />
  408. <Content Include="Assets\WideLogo.scale-240.png" />
  409. </ItemGroup>
  410. <ItemGroup>
  411. <Reference Include="FluentAssertions, Version=3.3.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  412. <HintPath>..\..\packages\FluentAssertions.3.3.0\lib\portable-win81+wpa81\FluentAssertions.dll</HintPath>
  413. <Private>True</Private>
  414. </Reference>
  415. <Reference Include="FluentAssertions.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  416. <HintPath>..\..\packages\FluentAssertions.3.3.0\lib\portable-win81+wpa81\FluentAssertions.Core.dll</HintPath>
  417. <Private>True</Private>
  418. </Reference>
  419. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  420. <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.abstractions.dll</HintPath>
  421. <Private>True</Private>
  422. </Reference>
  423. <Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  424. <HintPath>..\..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
  425. <Private>True</Private>
  426. </Reference>
  427. <Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  428. <HintPath>..\..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
  429. <Private>True</Private>
  430. </Reference>
  431. </ItemGroup>
  432. <ItemGroup>
  433. <ProjectReference Include="..\Ninject\Ninject.Wpa81.csproj">
  434. <Project>{a380d911-6f72-4cb3-8fce-8d373d059bed}</Project>
  435. <Name>Ninject.Wpa81</Name>
  436. </ProjectReference>
  437. </ItemGroup>
  438. <ItemGroup>
  439. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  440. </ItemGroup>
  441. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
  442. <VisualStudioVersion>12.0</VisualStudioVersion>
  443. </PropertyGroup>
  444. <PropertyGroup Condition=" '$(TargetPlatformIdentifier)' == '' ">
  445. <TargetPlatformIdentifier>WindowsPhoneApp</TargetPlatformIdentifier>
  446. </PropertyGroup>
  447. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  448. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  449. <PropertyGroup>
  450. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  451. </PropertyGroup>
  452. <Error Condition="!Exists('..\..\packages\xunit.core.2.0.0\build\portable-win81+wpa81\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.0.0\build\portable-win81+wpa81\xunit.core.props'))" />
  453. <Error Condition="!Exists('..\..\packages\xunit.core.2.0.0\build\portable-win81+wpa81\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.0.0\build\portable-win81+wpa81\xunit.core.targets'))" />
  454. <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\wpa81\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.0.0\build\wpa81\xunit.runner.visualstudio.props'))" />
  455. <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\wpa81\xunit.runner.visualstudio.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.0.0\build\wpa81\xunit.runner.visualstudio.targets'))" />
  456. </Target>
  457. <Import Project="..\..\packages\xunit.core.2.0.0\build\portable-win81+wpa81\xunit.core.targets" Condition="Exists('..\..\packages\xunit.core.2.0.0\build\portable-win81+wpa81\xunit.core.targets')" />
  458. <Import Project="..\..\packages\xunit.runner.visualstudio.2.0.0\build\wpa81\xunit.runner.visualstudio.targets" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\wpa81\xunit.runner.visualstudio.targets')" />
  459. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  460. Other similar extension points exist, see Microsoft.Common.targets.
  461. <Target Name="BeforeBuild">
  462. </Target>
  463. <Target Name="AfterBuild">
  464. </Target>
  465. -->
  466. </Project>