PageRenderTime 55ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://github.com/pcram/ninject
MSBuild | 238 lines | 238 code | 0 blank | 0 comment | 0 complexity | f078fb6518d2b6eff54aa191acc0deb4 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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7E7DE343-8DBD-42EE-94ED-036E9E0F5411}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ninject.Tests</RootNamespace>
  12. <AssemblyName>Ninject.Tests</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <SignAssembly>false</SignAssembly>
  15. <AssemblyOriginatorKeyFile>..\Ninject.snk</AssemblyOriginatorKeyFile>
  16. <FileUpgradeFlags>
  17. </FileUpgradeFlags>
  18. <OldToolsVersion>3.5</OldToolsVersion>
  19. <UpgradeBackupLocation />
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. <TargetFrameworkProfile>
  36. </TargetFrameworkProfile>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>full</DebugType>
  42. <Optimize>false</Optimize>
  43. <OutputPath>..\..\build\debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>..\..\build\release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  58. </PropertyGroup>
  59. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AutomatedRelease|AnyCPU' ">
  60. <OutputPath>bin\AutomatedRelease\</OutputPath>
  61. <DefineConstants>TRACE</DefineConstants>
  62. <Optimize>true</Optimize>
  63. <DebugType>pdbonly</DebugType>
  64. <PlatformTarget>AnyCPU</PlatformTarget>
  65. <ErrorReport>prompt</ErrorReport>
  66. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <Reference Include="FluentAssertions">
  70. <HintPath>..\..\tools\FluentAssertions\Net-3.5\FluentAssertions.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>..\..\tools\moq\NET40\Moq.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.Core">
  78. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  79. </Reference>
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Xml" />
  82. <Reference Include="xunit, Version=1.1.0.1323, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\..\tools\xunit.net\xunit.dll</HintPath>
  85. </Reference>
  86. <Reference Include="xunit.extensions">
  87. <HintPath>..\..\tools\xunit.net\xunit.extensions.dll</HintPath>
  88. </Reference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="Fakes\ICleric.cs" />
  92. <Compile Include="Fakes\Monk.cs" />
  93. <Compile Include="Fakes\Shield.cs" />
  94. <Compile Include="Integration\ConstantTests.cs" />
  95. <Compile Include="Fakes\ResolveCountingProvider.cs" />
  96. <Compile Include="Integration\ConstructorArgumentTests.cs" />
  97. <Compile Include="Integration\InterfaceSegregationWithTwoServicesTests.cs" />
  98. <Compile Include="Integration\InterfaceSegregationWithFourServicesTests.cs" />
  99. <Compile Include="Integration\InterfaceSegregationWithThreeServicesTests.cs" />
  100. <Compile Include="Integration\DefaultParameterTests.cs" />
  101. <Compile Include="Integration\EnumerableDependenciesTests\ConstrainedDependenciesContext.cs" />
  102. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\ChildB.cs" />
  103. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\ChildA.cs" />
  104. <Compile Include="Integration\EnumerableDependenciesTests\EnumerableDependenciesContext.cs" />
  105. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\IChild.cs" />
  106. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\IParent.cs" />
  107. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsArray.cs" />
  108. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsArrayWithDefaultCtor.cs" />
  109. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedArray.cs" />
  110. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedEnumerable.cs" />
  111. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedList.cs" />
  112. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsEnumerable.cs" />
  113. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsList.cs" />
  114. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsListWithDefaultCtor.cs" />
  115. <Compile Include="Integration\EnumerableDependenciesTests\UnconstrainedDependenciesContext.cs" />
  116. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedArrayOfDependencies.cs" />
  117. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedEnumerableOfDependencies.cs" />
  118. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedListOfDependencies.cs" />
  119. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedArrayOfDependencies.cs" />
  120. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedEnumerableOfDependencies.cs" />
  121. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedListOfDependencies.cs" />
  122. <Compile Include="Fakes\KiteShield.cs" />
  123. <Compile Include="Integration\ModuleLoadingTests\ModuleLoadingContext.cs" />
  124. <Compile Include="Integration\ModuleLoadingTests\Fakes\TestModule.cs" />
  125. <Compile Include="Integration\ModuleLoadingTests\Fakes\TestModule2.cs" />
  126. <Compile Include="Integration\ModuleLoadingTests\OtherFakes\TestModule.cs" />
  127. <Compile Include="Integration\ModuleLoadingTests\WhenLoadIsCalledWithAssemblies.cs" />
  128. <Compile Include="Integration\ModuleLoadingTests\WhenLoadIsCalledWithFileName.cs" />
  129. <Compile Include="Integration\ModuleLoadingTests\WhenLoadIsCalledWithModule.cs" />
  130. <Compile Include="Integration\OptionalTest.cs" />
  131. <Compile Include="Fakes\Dagger.cs" />
  132. <Compile Include="Fakes\FootSoldier.cs" />
  133. <Compile Include="Fakes\Barracks.cs" />
  134. <Compile Include="Fakes\ShortSword.cs" />
  135. <Compile Include="Integration\ActivationStrategyTests.cs" />
  136. <Compile Include="Integration\ConditionalAttributeBindingTests.cs" />
  137. <Compile Include="Integration\ConditionalBindingTests.cs" />
  138. <Compile Include="Integration\ConditionalBindingWhenParentTests.cs" />
  139. <Compile Include="Integration\ConstructorSelectionTests.cs" />
  140. <Compile Include="Integration\ManualReleaseTests.cs" />
  141. <Compile Include="Fakes\NinjaBarracks.cs" />
  142. <Compile Include="Integration\InjectOnPropertyWithMoreRestrictiveSetter.cs" />
  143. <Compile Include="Integration\NamedPropertyInjectionTests.cs" />
  144. <Compile Include="Integration\PropertyInjectionTests.cs" />
  145. <Compile Include="Integration\ExternalInjectionTests.cs" />
  146. <Compile Include="Fakes\NotifiesWhenDisposed.cs" />
  147. <Compile Include="ExtensionsForIEnumerable.cs" />
  148. <Compile Include="Integration\CircularDependenciesTests.cs" />
  149. <Compile Include="Integration\ProviderTests.cs" />
  150. <Compile Include="Integration\TransientScopeTests.cs" />
  151. <Compile Include="Integration\ThreadScopeTests.cs" />
  152. <Compile Include="Integration\SpecialResolutionTests.cs" />
  153. <Compile Include="Integration\SingletonScopeTests.cs" />
  154. <Compile Include="Integration\ActivationScopeTests.cs" />
  155. <None Include="TestModules\test.bar">
  156. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  157. </None>
  158. <None Include="TestModules\test.foo">
  159. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  160. </None>
  161. <Compile Include="Unit\ActivationCacheStrategyTest.cs" />
  162. <Compile Include="Unit\ActivationCacheTests.cs" />
  163. <Compile Include="Unit\AssemblyNameRetrieverTests.cs" />
  164. <Compile Include="Unit\CachePruningTests.cs" />
  165. <Compile Include="Unit\CallbackProviderTests.cs" />
  166. <Compile Include="Unit\ConstantProviderTests.cs" />
  167. <Compile Include="Unit\ActivationBlockTests.cs" />
  168. <Compile Include="Unit\BindingActionStrategyTests.cs" />
  169. <Compile Include="Unit\CompiledModuleLoaderPluginTests.cs" />
  170. <Compile Include="Unit\DynamicMethodInjectorFactoryTests.cs" />
  171. <Compile Include="Unit\ExtensionsForMemberInfoTest.cs" />
  172. <Compile Include="Unit\ModuleLoaderTests.cs" />
  173. <Compile Include="Unit\NamedAttributeTests.cs" />
  174. <Compile Include="Fakes\Ninja.cs" />
  175. <Compile Include="Unit\PropertyInjectionStrategyTests.cs" />
  176. <Compile Include="Unit\PropertyInjectionDirectiveTests.cs" />
  177. <Compile Include="Unit\MethodInjectionDirectiveBaseTests.cs" />
  178. <Compile Include="Unit\PropertyInjectionSelectorTests.cs" />
  179. <Compile Include="Unit\ReferenceEqualWeakReferenceTests.cs" />
  180. <Compile Include="Unit\StartableStrategyTests.cs" />
  181. <Compile Include="Unit\InitializableStrategyTests.cs" />
  182. <Compile Include="Unit\DisposableStrategyTests.cs" />
  183. <Compile Include="Unit\MethodInjectionStrategyTests.cs" />
  184. <Compile Include="Unit\PipelineTests.cs" />
  185. <Compile Include="Fakes\AbstractWeapon.cs" />
  186. <Compile Include="Fakes\Shuriken.cs" />
  187. <Compile Include="Unit\CacheTests.cs" />
  188. <Compile Include="Integration\StandardKernelTests.cs" />
  189. <Compile Include="Unit\ComponentContainerTests.cs" />
  190. <Compile Include="Fakes\IWarrior.cs" />
  191. <Compile Include="Fakes\Samurai.cs" />
  192. <Compile Include="Fakes\Sword.cs" />
  193. <Compile Include="Fakes\IWeapon.cs" />
  194. <Compile Include="Properties\AssemblyInfo.cs" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <ProjectReference Include="..\Ninject\Ninject.csproj">
  198. <Project>{ADF369E2-6B9E-4D56-9B82-D273AE41EC2D}</Project>
  199. <Name>Ninject</Name>
  200. </ProjectReference>
  201. <ProjectReference Include="..\TestAssembly\TestAssembly.csproj">
  202. <Project>{C9F6CFE7-44B2-4D55-9307-33C34C045468}</Project>
  203. <Name>TestAssembly</Name>
  204. </ProjectReference>
  205. <ProjectReference Include="..\TestModules\TestModules.csproj">
  206. <Project>{90F46524-0716-4180-8A5F-1CD1EB5686F6}</Project>
  207. <Name>TestModules</Name>
  208. </ProjectReference>
  209. </ItemGroup>
  210. <ItemGroup>
  211. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  212. <Visible>False</Visible>
  213. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  214. <Install>false</Install>
  215. </BootstrapperPackage>
  216. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  217. <Visible>False</Visible>
  218. <ProductName>.NET Framework 3.5 SP1</ProductName>
  219. <Install>true</Install>
  220. </BootstrapperPackage>
  221. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  222. <Visible>False</Visible>
  223. <ProductName>Windows Installer 3.1</ProductName>
  224. <Install>true</Install>
  225. </BootstrapperPackage>
  226. </ItemGroup>
  227. <ItemGroup>
  228. <WCFMetadata Include="Service References\" />
  229. </ItemGroup>
  230. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  231. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  232. Other similar extension points exist, see Microsoft.Common.targets.
  233. <Target Name="BeforeBuild">
  234. </Target>
  235. <Target Name="AfterBuild">
  236. </Target>
  237. -->
  238. </Project>