PageRenderTime 41ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/src/Ninject.Test/Ninject.Tests.WinRT.csproj

http://github.com/ninject/ninject
MSBuild | 265 lines | 257 code | 0 blank | 8 comment | 0 complexity | b5c155564955f7b8441b6c412a0c90c3 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\win8\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\win8\xunit.runner.visualstudio.props')" />
  4. <Import Project="..\..\packages\xunit.core.2.0.0\build\win8\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.0.0\build\win8\xunit.core.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>8.0.30703</ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{AA75BE5B-8603-489D-8F9F-6ACD02598FD3}</ProjectGuid>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Ninject.Tests</RootNamespace>
  14. <AssemblyName>Ninject.Tests.WinRT</AssemblyName>
  15. <DefaultLanguage>en-US</DefaultLanguage>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  19. <RestorePackages>true</RestorePackages>
  20. <BaseIntermediateOutputPath>obj\WinRT\</BaseIntermediateOutputPath>
  21. <TargetPlatformVersion>8.1</TargetPlatformVersion>
  22. <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
  23. <AppxBundle>Never</AppxBundle>
  24. <NuGetPackageImportStamp>b49b0ce1</NuGetPackageImportStamp>
  25. <PackageCertificateThumbprint>29B9E22B4197896BE860447CD9E26CF4887AE1B1</PackageCertificateThumbprint>
  26. <PackageCertificateKeyFile>Ninject.Tests.WinRT_TemporaryKey.pfx</PackageCertificateKeyFile>
  27. <TargetFrameworkVersion />
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>bin\WinRT\Debug\</OutputPath>
  34. <DefineConstants>TRACE;DEBUG;WINRT;NO_PARTIAL_TRUST;NO_EXCEPTION_SERIALIZATION;NET_40;NETFX_CORE;NO_LCG;NO_MOQ</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\WinRT\Release\</OutputPath>
  42. <DefineConstants>TRACE;WINRT;NO_PARTIAL_TRUST;NO_EXCEPTION_SERIALIZATION;NET_40;NETFX_CORE;NO_LCG;NO_MOQ</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <AppXPackage>True</AppXPackage>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <!--A reference to the entire .Net Framework and Windows SDK are automatically included-->
  51. <SDKReference Include="Moq, Version=4.0">
  52. <Name>Moq</Name>
  53. </SDKReference>
  54. <SDKReference Include="TestPlatform, Version=11.0" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="ExtensionsForIEnumerable.cs" />
  58. <Compile Include="Fakes\AbstractWeapon.cs" />
  59. <Compile Include="Fakes\Barracks.cs" />
  60. <Compile Include="Fakes\Dagger.cs" />
  61. <Compile Include="Fakes\FootSoldier.cs" />
  62. <Compile Include="Fakes\ICleric.cs" />
  63. <Compile Include="Fakes\IWarrior.cs" />
  64. <Compile Include="Fakes\IWeapon.cs" />
  65. <Compile Include="Fakes\KiteShield.cs" />
  66. <Compile Include="Fakes\Monk.cs" />
  67. <Compile Include="Fakes\Ninja.cs" />
  68. <Compile Include="Fakes\NinjaBarracks.cs" />
  69. <Compile Include="Fakes\NotifiesWhenDisposed.cs" />
  70. <Compile Include="Fakes\ResolveCountingProvider.cs" />
  71. <Compile Include="Fakes\Samurai.cs" />
  72. <Compile Include="Fakes\Shield.cs" />
  73. <Compile Include="Fakes\ShortSword.cs" />
  74. <Compile Include="Fakes\Shuriken.cs" />
  75. <Compile Include="Fakes\Sword.cs" />
  76. <Compile Include="Integration\ActivationScopeTests.cs" />
  77. <Compile Include="Integration\ActivationStrategyTests.cs" />
  78. <Compile Include="Integration\CircularDependenciesTests.cs" />
  79. <Compile Include="Integration\ConditionalAttributeBindingTests.cs" />
  80. <Compile Include="Integration\ConditionalBindingTests.cs" />
  81. <Compile Include="Integration\ConditionalBindingWhenParentTests.cs" />
  82. <Compile Include="Integration\ConstantTests.cs" />
  83. <Compile Include="Integration\ConstructorArgumentInBindingConfigurationBuilderTest.cs" />
  84. <Compile Include="Integration\ConstructorArgumentTests.cs" />
  85. <Compile Include="Integration\ConstructorSelectionTests.cs" />
  86. <Compile Include="Integration\DefaultParameterTests.cs" />
  87. <Compile Include="Integration\DefaultScopeCallbackTests.cs" />
  88. <Compile Include="Integration\EnumerableDependenciesTests\ConstrainedDependenciesContext.cs" />
  89. <Compile Include="Integration\EnumerableDependenciesTests\EnumerableDependenciesContext.cs" />
  90. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\ChildA.cs" />
  91. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\ChildB.cs" />
  92. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\IChild.cs" />
  93. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\IParent.cs" />
  94. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsArray.cs" />
  95. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsArrayWithDefaultCtor.cs" />
  96. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedArray.cs" />
  97. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedEnumerable.cs" />
  98. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedList.cs" />
  99. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsEnumerable.cs" />
  100. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsList.cs" />
  101. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsListWithDefaultCtor.cs" />
  102. <Compile Include="Integration\EnumerableDependenciesTests\UnconstrainedDependenciesContext.cs" />
  103. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedArrayOfDependencies.cs" />
  104. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedEnumerableOfDependencies.cs" />
  105. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedListOfDependencies.cs" />
  106. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedArrayOfDependencies.cs" />
  107. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedEnumerableOfDependencies.cs" />
  108. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedListOfDependencies.cs" />
  109. <Compile Include="Integration\ExternalInjectionTests.cs" />
  110. <Compile Include="Integration\GenericBindings.cs" />
  111. <Compile Include="Integration\InjectOnPropertyWithMoreRestrictiveSetter.cs" />
  112. <Compile Include="Integration\InterfaceSegregationWithFourServicesTests.cs" />
  113. <Compile Include="Integration\InterfaceSegregationWithThreeServicesTests.cs" />
  114. <Compile Include="Integration\InterfaceSegregationWithTwoServicesTests.cs" />
  115. <Compile Include="Integration\ManualReleaseTests.cs" />
  116. <Compile Include="Integration\ModuleLoadingTests\Fakes\TestModule.cs" />
  117. <Compile Include="Integration\ModuleLoadingTests\Fakes\TestModule2.cs" />
  118. <Compile Include="Integration\ModuleLoadingTests\ModuleLoadingContext.cs" />
  119. <Compile Include="Integration\ModuleLoadingTests\OtherFakes\TestModule.cs" />
  120. <Compile Include="Integration\ModuleLoadingTests\WhenLoadIsCalledWithAssemblies.cs" />
  121. <Compile Include="Integration\ModuleLoadingTests\WhenLoadIsCalledWithFileName.cs" />
  122. <Compile Include="Integration\ModuleLoadingTests\WhenLoadIsCalledWithModule.cs" />
  123. <Compile Include="Integration\NamedPropertyInjectionTests.cs" />
  124. <Compile Include="Integration\OptionalTest.cs" />
  125. <Compile Include="Integration\PropertyInjectionTests.cs" />
  126. <Compile Include="Integration\ProviderTests.cs" />
  127. <Compile Include="Integration\SingletonScopeTests.cs" />
  128. <Compile Include="Integration\SpecialResolutionTests.cs" />
  129. <Compile Include="Integration\StandardKernelTests.cs" />
  130. <Compile Include="Integration\ThreadScopeTests.cs" />
  131. <Compile Include="Integration\TransientScopeTests.cs" />
  132. <Compile Include="Integration\WhenReleasingAnObject.cs" />
  133. <Compile Include="Properties\AssemblyInfo.cs" />
  134. <Compile Include="Unit\ActivationBlockTests.cs" />
  135. <Compile Include="Unit\ActivationCacheStrategyTest.cs" />
  136. <Compile Include="Unit\ActivationCacheTests.cs" />
  137. <Compile Include="Unit\AssemblyNameRetrieverTests.cs" />
  138. <Compile Include="Unit\BindingActionStrategyTests.cs" />
  139. <Compile Include="Unit\CachePruningTests.cs" />
  140. <Compile Include="Unit\CacheTests.cs" />
  141. <Compile Include="Unit\CallbackProviderTests.cs" />
  142. <Compile Include="Unit\CompiledModuleLoaderPluginTests.cs" />
  143. <Compile Include="Unit\ComponentContainerTests.cs" />
  144. <Compile Include="Unit\ConstantProviderTests.cs" />
  145. <Compile Include="Unit\DisposableStrategyTests.cs" />
  146. <Compile Include="Unit\DynamicMethodInjectorFactoryTests.cs" />
  147. <Compile Include="Unit\ExtensionsForMemberInfoTest.cs" />
  148. <Compile Include="Unit\FormatTests.cs" />
  149. <Compile Include="Unit\InitializableStrategyTests.cs" />
  150. <Compile Include="Unit\MethodInjectionDirectiveBaseTests.cs" />
  151. <Compile Include="Unit\MethodInjectionStrategyTests.cs" />
  152. <Compile Include="Unit\ModuleLoaderTests.cs" />
  153. <Compile Include="Unit\NamedAttributeTests.cs" />
  154. <Compile Include="Unit\PipelineTests.cs" />
  155. <Compile Include="Unit\PropertyInjectionDirectiveTests.cs" />
  156. <Compile Include="Unit\PropertyInjectionSelectorTests.cs" />
  157. <Compile Include="Unit\PropertyInjectionStrategyTests.cs" />
  158. <Compile Include="Unit\ReferenceEqualWeakReferenceTests.cs" />
  159. <Compile Include="Unit\StartableStrategyTests.cs" />
  160. <Compile Include="Unit\TestObject.cs" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <AppxManifest Include="Package.appxmanifest">
  164. <SubType>Designer</SubType>
  165. </AppxManifest>
  166. </ItemGroup>
  167. <ItemGroup>
  168. <Content Include="Images\UnitTestLogo.png">
  169. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  170. <Visible>false</Visible>
  171. </Content>
  172. <Content Include="Images\UnitTestLogo.png" />
  173. <Content Include="Images\UnitTestSmallLogo.png">
  174. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  175. <Visible>false</Visible>
  176. </Content>
  177. <Content Include="Images\UnitTestSmallLogo.png" />
  178. <Content Include="Images\UnitTestSplashScreen.png">
  179. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  180. <Visible>false</Visible>
  181. </Content>
  182. <Content Include="Images\UnitTestSplashScreen.png" />
  183. <Content Include="Images\UnitTestStoreLogo.png">
  184. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  185. <Visible>false</Visible>
  186. </Content>
  187. <Content Include="Images\UnitTestStoreLogo.png" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <None Include="..\Ninject.snk">
  191. <Link>Ninject.snk</Link>
  192. </None>
  193. <None Include="Ninject.Tests.WinRT_TemporaryKey.pfx" />
  194. <None Include="packages.Ninject.Tests.WinRT.config" />
  195. <None Include="TestModules\test.bar" />
  196. <None Include="TestModules\test.foo" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <ProjectReference Include="..\Ninject\Ninject.WinRT.csproj">
  200. <Project>{0ea44209-1324-4bee-a8d2-46163d26b504}</Project>
  201. <Name>Ninject.WinRT</Name>
  202. </ProjectReference>
  203. <ProjectReference Include="..\TestAssembly\TestAssembly.WinRT.csproj">
  204. <Project>{e02e7007-d499-45fc-a48d-1c195db58021}</Project>
  205. <Name>TestAssembly.WinRT</Name>
  206. </ProjectReference>
  207. <ProjectReference Include="..\TestModules\TestModules.WinRT.csproj">
  208. <Project>{875065aa-ea3b-4c7a-b7dd-9b660aa76d27}</Project>
  209. <Name>TestModules.WinRT</Name>
  210. </ProjectReference>
  211. </ItemGroup>
  212. <ItemGroup>
  213. <Reference Include="FluentAssertions, Version=3.3.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  214. <HintPath>..\..\packages\FluentAssertions.3.3.0\lib\win8\FluentAssertions.dll</HintPath>
  215. <Private>True</Private>
  216. </Reference>
  217. <Reference Include="FluentAssertions.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  218. <HintPath>..\..\packages\FluentAssertions.3.3.0\lib\win8\FluentAssertions.Core.dll</HintPath>
  219. <Private>True</Private>
  220. </Reference>
  221. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  222. <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.abstractions.dll</HintPath>
  223. <Private>True</Private>
  224. </Reference>
  225. <Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  226. <HintPath>..\..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
  227. <Private>True</Private>
  228. </Reference>
  229. <Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  230. <HintPath>..\..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
  231. <Private>True</Private>
  232. </Reference>
  233. </ItemGroup>
  234. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
  235. <VisualStudioVersion>12.0</VisualStudioVersion>
  236. </PropertyGroup>
  237. <PropertyGroup>
  238. <SignAssembly>true</SignAssembly>
  239. </PropertyGroup>
  240. <PropertyGroup>
  241. <AssemblyOriginatorKeyFile>..\Ninject.snk</AssemblyOriginatorKeyFile>
  242. </PropertyGroup>
  243. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  244. <PropertyGroup>
  245. <SDKReferenceDirectoryRoot>$(SolutionDir)\tools;$(SDKReferenceDirectoryRoot)</SDKReferenceDirectoryRoot>
  246. </PropertyGroup>
  247. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  248. <PropertyGroup>
  249. <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>
  250. </PropertyGroup>
  251. <Error Condition="!Exists('..\..\packages\xunit.core.2.0.0\build\win8\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.0.0\build\win8\xunit.core.props'))" />
  252. <Error Condition="!Exists('..\..\packages\xunit.core.2.0.0\build\win8\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.0.0\build\win8\xunit.core.targets'))" />
  253. <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\win8\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.0.0\build\win8\xunit.runner.visualstudio.props'))" />
  254. <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\win8\xunit.runner.visualstudio.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.0.0\build\win8\xunit.runner.visualstudio.targets'))" />
  255. </Target>
  256. <Import Project="..\..\packages\xunit.core.2.0.0\build\win8\xunit.core.targets" Condition="Exists('..\..\packages\xunit.core.2.0.0\build\win8\xunit.core.targets')" />
  257. <Import Project="..\..\packages\xunit.runner.visualstudio.2.0.0\build\win8\xunit.runner.visualstudio.targets" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\win8\xunit.runner.visualstudio.targets')" />
  258. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  259. Other similar extension points exist, see Microsoft.Common.targets.
  260. <Target Name="BeforeBuild">
  261. </Target>
  262. <Target Name="AfterBuild">
  263. </Target>
  264. -->
  265. </Project>