PageRenderTime 58ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/Framework/src/Ncqrs.Tests/Ncqrs.Tests.csproj

https://github.com/leemhenson/ncqrs
MSBuild | 155 lines | 148 code | 0 blank | 7 comment | 0 complexity | 374ddfeebaa3f521d2bf9525acca265d MD5 | raw file
Possible License(s): WTFPL, Apache-2.0
  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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{50E98525-806C-41E3-9366-D36B1CD936D0}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ncqrs.Tests</RootNamespace>
  12. <AssemblyName>Ncqrs.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
  26. <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
  27. <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
  28. <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
  29. <CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
  30. <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
  31. <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
  32. <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
  33. <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
  34. <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
  35. <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
  36. <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
  37. <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
  38. <CodeContractsCustomRewriterAssembly />
  39. <CodeContractsCustomRewriterClass />
  40. <CodeContractsLibPaths />
  41. <CodeContractsPlatformPath />
  42. <CodeContractsExtraAnalysisOptions />
  43. <CodeContractsBaseLineFile />
  44. <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
  45. <CodeContractsReferenceAssembly>%28none%29</CodeContractsReferenceAssembly>
  46. <CodeContractsContainerAnalysis>False</CodeContractsContainerAnalysis>
  47. <CodeContractsExtraRewriteOptions />
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="FluentAssertions, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\..\lib\FluentAssertions\FluentAssertions.dll</HintPath>
  61. </Reference>
  62. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\..\lib\log4net\log4net.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\..\lib\json.net\Newtonsoft.Json.dll</HintPath>
  69. </Reference>
  70. <Reference Include="nunit.framework, Version=2.5.3.9345, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\..\lib\Nunit\nunit.framework.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\..\lib\RhinoMocks\Rhino.Mocks.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System" />
  79. <Reference Include="System.Configuration" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="BasicGuidGeneratorSpecs.cs" />
  88. <Compile Include="Commanding\CommandBasedTests.cs" />
  89. <Compile Include="Commanding\CommandExecution\CommandExecutorWrapperTests.cs" />
  90. <Compile Include="Commanding\CommandExecution\CreatingCommandExecutorTests.cs" />
  91. <Compile Include="Commanding\CommandExecution\DirectActionCommandExecutorTests.cs" />
  92. <Compile Include="Commanding\CommandExecution\Mapping\Attributes\AttributeBasedMappingFactoryTests.cs" />
  93. <Compile Include="Commanding\CommandExecution\Mapping\Attributes\AttributeCommandMappingTests.cs" />
  94. <Compile Include="Commanding\CommandExecution\Mapping\Attributes\AggregateRootIdAttributeTests.cs" />
  95. <Compile Include="Commanding\CommandExecution\Mapping\Fluent\FluentCommandMappingTests.cs" />
  96. <Compile Include="Commanding\CommandExecution\Mapping\MappingForCommandNotFoundExceptionTests.cs" />
  97. <Compile Include="Commanding\ExecutorForCommandNotFoundExceptionTests.cs" />
  98. <Compile Include="Commanding\ServiceModel\CommandServiceBaseTests.cs" />
  99. <Compile Include="Commanding\TransactionalCommandExecutorWrapperTests.cs" />
  100. <Compile Include="Config\InstanceNotFoundInEnvironmentConfigurationExceptionTests.cs" />
  101. <Compile Include="Domain\AggregateRootMappedByConventionTests.cs" />
  102. <Compile Include="Domain\AggregateRootMappedWithAttributesTests.cs" />
  103. <Compile Include="Domain\AggregateRootTests.cs" />
  104. <Compile Include="Domain\AggregateRootMappedByExpressionTests.cs" />
  105. <Compile Include="Domain\EntityTests.cs" />
  106. <Compile Include="Domain\SourcedEventHanderTests.cs" />
  107. <Compile Include="Domain\EventNotHandledExceptionTests.cs" />
  108. <Compile Include="Domain\SourcedEventHandlerPredicate.cs" />
  109. <Compile Include="Domain\Storage\SimpleAggregateRootCreationStrategyTests.cs" />
  110. <Compile Include="Eventing\Sourcing\Mapping\AttributeBasedDomainEventHandlerMappingStrategyTests.cs" />
  111. <Compile Include="Eventing\Sourcing\Mapping\ConventionBasedDomainEventHandlerMappingStrategyTests.cs" />
  112. <Compile Include="Eventing\Sourcing\Mapping\ExpressionBasedDomainEventHandlerMappingStrategyTests.cs" />
  113. <Compile Include="Eventing\Sourcing\Mapping\InvalidEventHandlerMappingExceptionTests.cs" />
  114. <Compile Include="Domain\NoUnitOfWorkAvailableInThisContextExceptionTests.cs" />
  115. <Compile Include="Domain\Storage\AggregateRootCreationExceptionTests.cs" />
  116. <Compile Include="Domain\Storage\DomainRepositoryTests.cs" />
  117. <Compile Include="Eventing\Sourcing\SourcedEventStreamTests.cs" />
  118. <Compile Include="Eventing\Storage\AttributeEventTypeResolverTests.cs" />
  119. <Compile Include="Eventing\Storage\ConcurrencyExceptionSpecs.cs" />
  120. <Compile Include="Eventing\Storage\PropertyBagConverterTests.cs" />
  121. <Compile Include="Eventing\Storage\PropertyBagTests.cs" />
  122. <Compile Include="Eventing\Storage\Serialization\EventConverterTests.cs" />
  123. <Compile Include="Eventing\Storage\Serialization\JsonEventFormatterTests.cs" />
  124. <Compile Include="Eventing\Storage\Serialization\StringEventTranslatorTests.cs" />
  125. <Compile Include="Eventing\Storage\SimpleEventTypeResolverTests.cs" />
  126. <Compile Include="Eventing\Storage\SQL\MsSqlServerEventStoreTests.cs" />
  127. <Compile Include="GuidCombGenerator.cs" />
  128. <Compile Include="InternalExtensionsTests.cs" />
  129. <Compile Include="NcqrsEnvironmentConfigurationExceptionSpecs.cs" />
  130. <Compile Include="NcqrsEnvironmentSpecs.cs" />
  131. <Compile Include="DateTimeBasedClockSpecs.cs" />
  132. <Compile Include="Domain\TypeThresholdedActionBasedInternalEventHandlerSpecs.cs" />
  133. <Compile Include="Eventing\EventBaseSpecs.cs" />
  134. <Compile Include="Eventing\ServiceModel\Bus\InProcessEventBusSpecs.cs" />
  135. <Compile Include="Eventing\Storage\InMemoryEventStoreSpecs.cs" />
  136. <Compile Include="Properties\AssemblyInfo.cs" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <ProjectReference Include="..\Ncqrs\Ncqrs.csproj">
  140. <Project>{01F84441-80D3-49B4-AB18-96894ACB2F90}</Project>
  141. <Name>Ncqrs</Name>
  142. </ProjectReference>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="App.config" />
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  149. Other similar extension points exist, see Microsoft.Common.targets.
  150. <Target Name="BeforeBuild">
  151. </Target>
  152. <Target Name="AfterBuild">
  153. </Target>
  154. -->
  155. </Project>