PageRenderTime 86ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

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

http://github.com/ninject/ninject
MSBuild | 235 lines | 228 code | 0 blank | 7 comment | 0 complexity | 072a0edb3642b5686a8f5d5813c0dfeb 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\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" />
  4. <Import Project="..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>9.0.30729</ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{7E7DE343-8DBD-42EE-94ED-036E9E0F5411}</ProjectGuid>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Ninject.Tests</RootNamespace>
  14. <AssemblyName>Ninject.Tests</AssemblyName>
  15. <FileAlignment>512</FileAlignment>
  16. <SignAssembly>false</SignAssembly>
  17. <AssemblyOriginatorKeyFile>..\Ninject.snk</AssemblyOriginatorKeyFile>
  18. <TargetFrameworkProfile>
  19. </TargetFrameworkProfile>
  20. <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
  21. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  22. <BaseIntermediateOutputPath>obj\Net40\</BaseIntermediateOutputPath>
  23. <NuGetPackageImportStamp>59fd89c2</NuGetPackageImportStamp>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Net40\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Net40\Release\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  44. <Prefer32Bit>false</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AutomatedRelease|AnyCPU' ">
  47. <OutputPath>bin\AutomatedRelease\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <Optimize>true</Optimize>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <ErrorReport>prompt</ErrorReport>
  53. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  54. <Prefer32Bit>false</Prefer32Bit>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="FluentAssertions, Version=3.3.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  58. <HintPath>..\..\packages\FluentAssertions.3.3.0\lib\net45\FluentAssertions.dll</HintPath>
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="FluentAssertions.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  62. <HintPath>..\..\packages\FluentAssertions.3.3.0\lib\net45\FluentAssertions.Core.dll</HintPath>
  63. <Private>True</Private>
  64. </Reference>
  65. <Reference Include="Moq">
  66. <HintPath>..\..\tools\moq\NET40\Moq.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System" />
  69. <Reference Include="System.Core">
  70. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  71. </Reference>
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Xml" />
  74. <Reference Include="System.Xml.Linq" />
  75. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  76. <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  80. <HintPath>..\..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
  81. <Private>True</Private>
  82. </Reference>
  83. <Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  84. <HintPath>..\..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
  85. <Private>True</Private>
  86. </Reference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="Fakes\ICleric.cs" />
  90. <Compile Include="Fakes\Monk.cs" />
  91. <Compile Include="Fakes\Shield.cs" />
  92. <Compile Include="Integration\ConstructorArgumentInBindingConfigurationBuilderTest.cs" />
  93. <Compile Include="Integration\GenericBindings.cs" />
  94. <Compile Include="Integration\WhenReleasingAnObject.cs" />
  95. <Compile Include="Integration\ConstantTests.cs" />
  96. <Compile Include="Fakes\ResolveCountingProvider.cs" />
  97. <Compile Include="Integration\ConstructorArgumentTests.cs" />
  98. <Compile Include="Integration\DefaultScopeCallbackTests.cs" />
  99. <Compile Include="Integration\InterfaceSegregationWithTwoServicesTests.cs" />
  100. <Compile Include="Integration\InterfaceSegregationWithFourServicesTests.cs" />
  101. <Compile Include="Integration\InterfaceSegregationWithThreeServicesTests.cs" />
  102. <Compile Include="Integration\DefaultParameterTests.cs" />
  103. <Compile Include="Integration\EnumerableDependenciesTests\ConstrainedDependenciesContext.cs" />
  104. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\ChildB.cs" />
  105. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\ChildA.cs" />
  106. <Compile Include="Integration\EnumerableDependenciesTests\EnumerableDependenciesContext.cs" />
  107. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\IChild.cs" />
  108. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\IParent.cs" />
  109. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsArray.cs" />
  110. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsArrayWithDefaultCtor.cs" />
  111. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedArray.cs" />
  112. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedEnumerable.cs" />
  113. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedList.cs" />
  114. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsEnumerable.cs" />
  115. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsList.cs" />
  116. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsListWithDefaultCtor.cs" />
  117. <Compile Include="Integration\EnumerableDependenciesTests\UnconstrainedDependenciesContext.cs" />
  118. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedArrayOfDependencies.cs" />
  119. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedEnumerableOfDependencies.cs" />
  120. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedListOfDependencies.cs" />
  121. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedArrayOfDependencies.cs" />
  122. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedEnumerableOfDependencies.cs" />
  123. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedListOfDependencies.cs" />
  124. <Compile Include="Fakes\KiteShield.cs" />
  125. <Compile Include="Integration\ModuleLoadingTests\ModuleLoadingContext.cs" />
  126. <Compile Include="Integration\ModuleLoadingTests\Fakes\TestModule.cs" />
  127. <Compile Include="Integration\ModuleLoadingTests\Fakes\TestModule2.cs" />
  128. <Compile Include="Integration\ModuleLoadingTests\OtherFakes\TestModule.cs" />
  129. <Compile Include="Integration\ModuleLoadingTests\WhenLoadIsCalledWithAssemblies.cs" />
  130. <Compile Include="Integration\ModuleLoadingTests\WhenLoadIsCalledWithFileName.cs" />
  131. <Compile Include="Integration\ModuleLoadingTests\WhenLoadIsCalledWithModule.cs" />
  132. <Compile Include="Integration\OptionalTest.cs" />
  133. <Compile Include="Fakes\Dagger.cs" />
  134. <Compile Include="Fakes\FootSoldier.cs" />
  135. <Compile Include="Fakes\Barracks.cs" />
  136. <Compile Include="Fakes\ShortSword.cs" />
  137. <Compile Include="Integration\ActivationStrategyTests.cs" />
  138. <Compile Include="Integration\ConditionalAttributeBindingTests.cs" />
  139. <Compile Include="Integration\ConditionalBindingTests.cs" />
  140. <Compile Include="Integration\ConditionalBindingWhenParentTests.cs" />
  141. <Compile Include="Integration\ConstructorSelectionTests.cs" />
  142. <Compile Include="Integration\ManualReleaseTests.cs" />
  143. <Compile Include="Fakes\NinjaBarracks.cs" />
  144. <Compile Include="Integration\InjectOnPropertyWithMoreRestrictiveSetter.cs" />
  145. <Compile Include="Integration\NamedPropertyInjectionTests.cs" />
  146. <Compile Include="Integration\PropertyInjectionTests.cs" />
  147. <Compile Include="Integration\ExternalInjectionTests.cs" />
  148. <Compile Include="Fakes\NotifiesWhenDisposed.cs" />
  149. <Compile Include="ExtensionsForIEnumerable.cs" />
  150. <Compile Include="Integration\CircularDependenciesTests.cs" />
  151. <Compile Include="Integration\ProviderTests.cs" />
  152. <Compile Include="Integration\TransientScopeTests.cs" />
  153. <Compile Include="Integration\ThreadScopeTests.cs" />
  154. <Compile Include="Integration\SpecialResolutionTests.cs" />
  155. <Compile Include="Integration\SingletonScopeTests.cs" />
  156. <Compile Include="Integration\ActivationScopeTests.cs" />
  157. <Compile Include="Unit\MultimapTests.cs" />
  158. <Compile Include="Unit\TestObject.cs" />
  159. <Compile Include="Unit\TypeMatchingConstructorArgumentTest.cs" />
  160. <None Include="packages.Ninject.Tests.config" />
  161. <Content Include="TestModules\test.bar">
  162. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  163. </Content>
  164. <Content Include="TestModules\test.foo">
  165. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  166. </Content>
  167. <Compile Include="Unit\ActivationCacheStrategyTest.cs" />
  168. <Compile Include="Unit\ActivationCacheTests.cs" />
  169. <Compile Include="Unit\AssemblyNameRetrieverTests.cs" />
  170. <Compile Include="Unit\CachePruningTests.cs" />
  171. <Compile Include="Unit\CallbackProviderTests.cs" />
  172. <Compile Include="Unit\ConstantProviderTests.cs" />
  173. <Compile Include="Unit\ActivationBlockTests.cs" />
  174. <Compile Include="Unit\BindingActionStrategyTests.cs" />
  175. <Compile Include="Unit\CompiledModuleLoaderPluginTests.cs" />
  176. <Compile Include="Unit\DynamicMethodInjectorFactoryTests.cs" />
  177. <Compile Include="Unit\ExtensionsForMemberInfoTest.cs" />
  178. <Compile Include="Unit\FormatTests.cs" />
  179. <Compile Include="Unit\ModuleLoaderTests.cs" />
  180. <Compile Include="Unit\NamedAttributeTests.cs" />
  181. <Compile Include="Fakes\Ninja.cs" />
  182. <Compile Include="Unit\PropertyInjectionStrategyTests.cs" />
  183. <Compile Include="Unit\PropertyInjectionDirectiveTests.cs" />
  184. <Compile Include="Unit\MethodInjectionDirectiveBaseTests.cs" />
  185. <Compile Include="Unit\PropertyInjectionSelectorTests.cs" />
  186. <Compile Include="Unit\ReferenceEqualWeakReferenceTests.cs" />
  187. <Compile Include="Unit\StartableStrategyTests.cs" />
  188. <Compile Include="Unit\InitializableStrategyTests.cs" />
  189. <Compile Include="Unit\DisposableStrategyTests.cs" />
  190. <Compile Include="Unit\MethodInjectionStrategyTests.cs" />
  191. <Compile Include="Unit\PipelineTests.cs" />
  192. <Compile Include="Fakes\AbstractWeapon.cs" />
  193. <Compile Include="Fakes\Shuriken.cs" />
  194. <Compile Include="Unit\CacheTests.cs" />
  195. <Compile Include="Integration\StandardKernelTests.cs" />
  196. <Compile Include="Unit\ComponentContainerTests.cs" />
  197. <Compile Include="Fakes\IWarrior.cs" />
  198. <Compile Include="Fakes\Samurai.cs" />
  199. <Compile Include="Fakes\Sword.cs" />
  200. <Compile Include="Fakes\IWeapon.cs" />
  201. <Compile Include="Properties\AssemblyInfo.cs" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <ProjectReference Include="..\Ninject\Ninject.Net45.csproj">
  205. <Project>{37aad36a-2252-43d6-8bc4-f63bfefdfecb}</Project>
  206. <Name>Ninject.Net45</Name>
  207. </ProjectReference>
  208. <ProjectReference Include="..\TestAssembly\TestAssembly.csproj">
  209. <Project>{C9F6CFE7-44B2-4D55-9307-33C34C045468}</Project>
  210. <Name>TestAssembly</Name>
  211. </ProjectReference>
  212. <ProjectReference Include="..\TestModules\TestModules.csproj">
  213. <Project>{90F46524-0716-4180-8A5F-1CD1EB5686F6}</Project>
  214. <Name>TestModules</Name>
  215. </ProjectReference>
  216. </ItemGroup>
  217. <ItemGroup>
  218. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  219. </ItemGroup>
  220. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  221. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  222. <PropertyGroup>
  223. <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>
  224. </PropertyGroup>
  225. <Error Condition="!Exists('..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
  226. <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props'))" />
  227. </Target>
  228. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  229. Other similar extension points exist, see Microsoft.Common.targets.
  230. <Target Name="BeforeBuild">
  231. </Target>
  232. <Target Name="AfterBuild">
  233. </Target>
  234. -->
  235. </Project>