PageRenderTime 66ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://github.com/pcram/ninject
MSBuild | 214 lines | 213 code | 0 blank | 1 comment | 1 complexity | 59d777e8dc5ab347695981458f2d25b2 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. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{AA75BE5B-8603-489D-8F9F-6ACD02598FD3}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ninject.Tests</RootNamespace>
  12. <AssemblyName>Ninject.Tests</AssemblyName>
  13. <DefaultLanguage>en-US</DefaultLanguage>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <TargetPlatformVersion>8.1</TargetPlatformVersion>
  17. <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
  18. <TargetFrameworkVersion />
  19. <AppxBundle>Never</AppxBundle>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\WinRT\Debug\</OutputPath>
  26. <DefineConstants>TRACE;DEBUG;WINRT;NO_PARTIAL_TRUST;NO_EXCEPTION_SERIALIZATION;NET_40;NETFX_CORE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\WinRT\Release\</OutputPath>
  34. <DefineConstants>TRACE;WINRT;NO_PARTIAL_TRUST;NO_EXCEPTION_SERIALIZATION;NET_40;NETFX_CORE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <AppXPackage>True</AppXPackage>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <!--A reference to the entire .Net Framework and Windows SDK are automatically included-->
  43. <SDKReference Include="Moq, Version=4.0">
  44. <Name>Moq</Name>
  45. </SDKReference>
  46. <SDKReference Include="TestPlatform, Version=11.0" />
  47. <SDKReference Include="XUnit, Version=2.0">
  48. <Name>XUnit for Managed Projects</Name>
  49. </SDKReference>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="ExtensionsForIEnumerable.cs" />
  53. <Compile Include="Fakes\AbstractWeapon.cs" />
  54. <Compile Include="Fakes\Barracks.cs" />
  55. <Compile Include="Fakes\Dagger.cs" />
  56. <Compile Include="Fakes\FootSoldier.cs" />
  57. <Compile Include="Fakes\ICleric.cs" />
  58. <Compile Include="Fakes\IWarrior.cs" />
  59. <Compile Include="Fakes\IWeapon.cs" />
  60. <Compile Include="Fakes\KiteShield.cs" />
  61. <Compile Include="Fakes\Monk.cs" />
  62. <Compile Include="Fakes\Ninja.cs" />
  63. <Compile Include="Fakes\NinjaBarracks.cs" />
  64. <Compile Include="Fakes\NotifiesWhenDisposed.cs" />
  65. <Compile Include="Fakes\ResolveCountingProvider.cs" />
  66. <Compile Include="Fakes\Samurai.cs" />
  67. <Compile Include="Fakes\Shield.cs" />
  68. <Compile Include="Fakes\ShortSword.cs" />
  69. <Compile Include="Fakes\Shuriken.cs" />
  70. <Compile Include="Fakes\Sword.cs" />
  71. <Compile Include="Integration\ActivationScopeTests.cs" />
  72. <Compile Include="Integration\ActivationStrategyTests.cs" />
  73. <Compile Include="Integration\CircularDependenciesTests.cs" />
  74. <Compile Include="Integration\ConditionalAttributeBindingTests.cs" />
  75. <Compile Include="Integration\ConditionalBindingTests.cs" />
  76. <Compile Include="Integration\ConditionalBindingWhenParentTests.cs" />
  77. <Compile Include="Integration\ConstantTests.cs" />
  78. <Compile Include="Integration\ConstructorArgumentTests.cs" />
  79. <Compile Include="Integration\ConstructorSelectionTests.cs" />
  80. <Compile Include="Integration\DefaultParameterTests.cs" />
  81. <Compile Include="Integration\EnumerableDependenciesTests\ConstrainedDependenciesContext.cs" />
  82. <Compile Include="Integration\EnumerableDependenciesTests\EnumerableDependenciesContext.cs" />
  83. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\ChildA.cs" />
  84. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\ChildB.cs" />
  85. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\IChild.cs" />
  86. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\IParent.cs" />
  87. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsArray.cs" />
  88. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsArrayWithDefaultCtor.cs" />
  89. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedArray.cs" />
  90. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedEnumerable.cs" />
  91. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsConstrainedList.cs" />
  92. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsEnumerable.cs" />
  93. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsList.cs" />
  94. <Compile Include="Integration\EnumerableDependenciesTests\Fakes\RequestsListWithDefaultCtor.cs" />
  95. <Compile Include="Integration\EnumerableDependenciesTests\UnconstrainedDependenciesContext.cs" />
  96. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedArrayOfDependencies.cs" />
  97. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedEnumerableOfDependencies.cs" />
  98. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsConstrainedListOfDependencies.cs" />
  99. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedArrayOfDependencies.cs" />
  100. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedEnumerableOfDependencies.cs" />
  101. <Compile Include="Integration\EnumerableDependenciesTests\WhenServiceRequestsUnconstrainedListOfDependencies.cs" />
  102. <Compile Include="Integration\ExternalInjectionTests.cs" />
  103. <Compile Include="Integration\InjectOnPropertyWithMoreRestrictiveSetter.cs" />
  104. <Compile Include="Integration\InterfaceSegregationWithFourServicesTests.cs" />
  105. <Compile Include="Integration\InterfaceSegregationWithThreeServicesTests.cs" />
  106. <Compile Include="Integration\InterfaceSegregationWithTwoServicesTests.cs" />
  107. <Compile Include="Integration\ManualReleaseTests.cs" />
  108. <Compile Include="Integration\ModuleLoadingTests\Fakes\TestModule.cs" />
  109. <Compile Include="Integration\ModuleLoadingTests\Fakes\TestModule2.cs" />
  110. <Compile Include="Integration\ModuleLoadingTests\ModuleLoadingContext.cs" />
  111. <Compile Include="Integration\ModuleLoadingTests\OtherFakes\TestModule.cs" />
  112. <Compile Include="Integration\ModuleLoadingTests\WhenLoadIsCalledWithAssemblies.cs" />
  113. <Compile Include="Integration\ModuleLoadingTests\WhenLoadIsCalledWithFileName.cs" />
  114. <Compile Include="Integration\ModuleLoadingTests\WhenLoadIsCalledWithModule.cs" />
  115. <Compile Include="Integration\NamedPropertyInjectionTests.cs" />
  116. <Compile Include="Integration\OptionalTest.cs" />
  117. <Compile Include="Integration\PropertyInjectionTests.cs" />
  118. <Compile Include="Integration\ProviderTests.cs" />
  119. <Compile Include="Integration\SingletonScopeTests.cs" />
  120. <Compile Include="Integration\SpecialResolutionTests.cs" />
  121. <Compile Include="Integration\StandardKernelTests.cs" />
  122. <Compile Include="Integration\TransientScopeTests.cs" />
  123. <Compile Include="Properties\AssemblyInfo.cs" />
  124. <Compile Include="Unit\ActivationBlockTests.cs" />
  125. <Compile Include="Unit\ActivationCacheStrategyTest.cs" />
  126. <Compile Include="Unit\ActivationCacheTests.cs" />
  127. <Compile Include="Unit\AssemblyNameRetrieverTests.cs" />
  128. <Compile Include="Unit\BindingActionStrategyTests.cs" />
  129. <Compile Include="Unit\CachePruningTests.cs" />
  130. <Compile Include="Unit\CacheTests.cs" />
  131. <Compile Include="Unit\CallbackProviderTests.cs" />
  132. <Compile Include="Unit\CompiledModuleLoaderPluginTests.cs" />
  133. <Compile Include="Unit\ComponentContainerTests.cs" />
  134. <Compile Include="Unit\ConstantProviderTests.cs" />
  135. <Compile Include="Unit\DisposableStrategyTests.cs" />
  136. <Compile Include="Unit\ExtensionsForMemberInfoTest.cs" />
  137. <Compile Include="Unit\InitializableStrategyTests.cs" />
  138. <Compile Include="Unit\MethodInjectionDirectiveBaseTests.cs" />
  139. <Compile Include="Unit\MethodInjectionStrategyTests.cs" />
  140. <Compile Include="Unit\ModuleLoaderTests.cs" />
  141. <Compile Include="Unit\NamedAttributeTests.cs" />
  142. <Compile Include="Unit\PipelineTests.cs" />
  143. <Compile Include="Unit\PropertyInjectionDirectiveTests.cs" />
  144. <Compile Include="Unit\PropertyInjectionSelectorTests.cs" />
  145. <Compile Include="Unit\PropertyInjectionStrategyTests.cs" />
  146. <Compile Include="Unit\ReferenceEqualWeakReferenceTests.cs" />
  147. <Compile Include="Unit\StartableStrategyTests.cs" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <AppxManifest Include="Package.appxmanifest">
  151. <SubType>Designer</SubType>
  152. </AppxManifest>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Content Include="Images\UnitTestLogo.png">
  156. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  157. <Visible>false</Visible>
  158. </Content>
  159. <Content Include="Images\UnitTestLogo.png" />
  160. <Content Include="Images\UnitTestSmallLogo.png">
  161. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  162. <Visible>false</Visible>
  163. </Content>
  164. <Content Include="Images\UnitTestSmallLogo.png" />
  165. <Content Include="Images\UnitTestSplashScreen.png">
  166. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  167. <Visible>false</Visible>
  168. </Content>
  169. <Content Include="Images\UnitTestSplashScreen.png" />
  170. <Content Include="Images\UnitTestStoreLogo.png">
  171. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  172. <Visible>false</Visible>
  173. </Content>
  174. <Content Include="Images\UnitTestStoreLogo.png" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <None Include="Ninject.Tests_TemporaryKey.pfx" />
  178. <None Include="TestModules\test.bar" />
  179. <None Include="TestModules\test.foo" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <ProjectReference Include="..\Ninject\Ninject.WinRT.csproj">
  183. <Project>{0ea44209-1324-4bee-a8d2-46163d26b504}</Project>
  184. <Name>Ninject.WinRT</Name>
  185. </ProjectReference>
  186. <ProjectReference Include="..\TestAssembly\TestAssembly.WinRT.csproj">
  187. <Project>{e02e7007-d499-45fc-a48d-1c195db58021}</Project>
  188. <Name>TestAssembly.WinRT</Name>
  189. </ProjectReference>
  190. <ProjectReference Include="..\TestModules\TestModules.WinRT.csproj">
  191. <Project>{875065aa-ea3b-4c7a-b7dd-9b660aa76d27}</Project>
  192. <Name>TestModules.WinRT</Name>
  193. </ProjectReference>
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Reference Include="FluentAssertions">
  197. <HintPath>..\..\tools\FluentAssertions\WinRT\FluentAssertions.dll</HintPath>
  198. </Reference>
  199. </ItemGroup>
  200. <ItemGroup>
  201. <WCFMetadata Include="Service References\" />
  202. </ItemGroup>
  203. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v11.0\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  204. <PropertyGroup>
  205. <SDKReferenceDirectoryRoot>$(SolutionDir)\tools;$(SDKReferenceDirectoryRoot)</SDKReferenceDirectoryRoot>
  206. </PropertyGroup>
  207. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  208. Other similar extension points exist, see Microsoft.Common.targets.
  209. <Target Name="BeforeBuild">
  210. </Target>
  211. <Target Name="AfterBuild">
  212. </Target>
  213. -->
  214. </Project>