PageRenderTime 69ms CodeModel.GetById 41ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://github.com/bkak/ncqrs
MSBuild | 209 lines | 202 code | 0 blank | 7 comment | 0 complexity | 53d22f084523b83a44f779e171e76b7a MD5 | raw file
Possible License(s): 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>False</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. <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="Castle.ActiveRecord">
  60. <HintPath>..\..\..\lib\ThirdParty\Castle.ActiveRecord.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Castle.Components.Validator">
  63. <HintPath>..\..\..\lib\ThirdParty\Castle.Components.Validator.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Castle.Core">
  66. <HintPath>..\..\..\lib\ThirdParty\Castle.Core.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Castle.MicroKernel">
  69. <HintPath>..\..\..\lib\ThirdParty\Castle.MicroKernel.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Castle.Model">
  72. <HintPath>..\..\..\lib\ThirdParty\Castle.Model.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Castle.Windsor">
  75. <HintPath>..\..\..\lib\ThirdParty\Castle.Windsor.dll</HintPath>
  76. </Reference>
  77. <Reference Include="CommonServiceLocator.WindsorAdapter">
  78. <HintPath>..\..\..\lib\ThirdParty\CommonServiceLocator.WindsorAdapter.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Rhino.Commons">
  81. <HintPath>..\..\..\lib\ThirdParty\Rhino.Commons.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System" />
  84. <Reference Include="System.Configuration" />
  85. <Reference Include="System.Transactions" />
  86. <Reference Include="System.Xml.Linq" />
  87. <Reference Include="System.Data.DataSetExtensions" />
  88. <Reference Include="Microsoft.CSharp" />
  89. <Reference Include="System.Data" />
  90. <Reference Include="System.Xml" />
  91. <Reference Include="FluentAssertions, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null">
  92. <HintPath>..\..\..\lib\ThirdParty\FluentAssertions\FluentAssertions.dll</HintPath>
  93. </Reference>
  94. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821">
  95. <HintPath>..\..\..\lib\ThirdParty\log4net\log4net.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=null">
  98. <HintPath>..\..\..\lib\ThirdParty\json.net\Newtonsoft.Json.dll</HintPath>
  99. </Reference>
  100. <Reference Include="nunit.framework, Version=2.5.8.10295, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
  101. <HintPath>..\..\..\lib\ThirdParty\Nunit\nunit.framework.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f">
  104. <HintPath>..\..\..\lib\ThirdParty\RhinoMocks\Rhino.Mocks.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Core" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="BasicGuidGeneratorSpecs.cs" />
  110. <Compile Include="Commanding\CommandBasedTests.cs" />
  111. <Compile Include="Commanding\CommandExecution\CommandExecutorWrapperTests.cs" />
  112. <Compile Include="Commanding\CommandExecution\CreatingCommandExecutorTests.cs" />
  113. <Compile Include="Commanding\CommandExecution\DirectActionCommandExecutorTests.cs" />
  114. <Compile Include="Commanding\CommandExecution\Mapping\Attributes\AttributeBasedMappingFactoryTests.cs" />
  115. <Compile Include="Commanding\CommandExecution\Mapping\Attributes\AttributeCommandMappingTests.cs" />
  116. <Compile Include="Commanding\CommandExecution\Mapping\Attributes\AggregateRootIdAttributeTests.cs" />
  117. <Compile Include="Commanding\CommandExecution\Mapping\Fluent\FluentCommandMappingTests.cs" />
  118. <Compile Include="Commanding\CommandExecution\Mapping\MappingForCommandNotFoundExceptionTests.cs" />
  119. <Compile Include="Commanding\CommandExecution\TransactionalCommandExecutorWrapperTests.cs" />
  120. <Compile Include="Commanding\CommandExecutorBaseTests.cs" />
  121. <Compile Include="Commanding\ExecutorForCommandNotFoundExceptionTests.cs" />
  122. <Compile Include="Commanding\ServiceModel\CommandServiceBaseTests.cs" />
  123. <Compile Include="Commanding\TransactionalCommandExecutorWrapperTests.cs" />
  124. <Compile Include="Config\InstanceNotFoundInEnvironmentConfigurationExceptionTests.cs" />
  125. <Compile Include="Domain\AggregateRootMappedByConventionTests.cs" />
  126. <Compile Include="Domain\AggregateRootMappedWithAttributesTests.cs" />
  127. <Compile Include="Domain\AggregateRootTests.cs" />
  128. <Compile Include="Domain\AggregateRootMappedByExpressionTests.cs" />
  129. <Compile Include="Domain\EntityTests.cs" />
  130. <Compile Include="Domain\SourcedEventHanderTests.cs" />
  131. <Compile Include="Domain\EventNotHandledExceptionTests.cs" />
  132. <Compile Include="Domain\SourcedEventHandlerPredicate.cs" />
  133. <Compile Include="Domain\Storage\SimpleAggregateRootCreationStrategyTests.cs" />
  134. <Compile Include="Eventing\Sourcing\Mapping\AttributeBasedDomainEventHandlerMappingStrategyTests.cs" />
  135. <Compile Include="Eventing\Sourcing\Mapping\ConventionBasedDomainEventHandlerMappingStrategyTests.cs" />
  136. <Compile Include="Eventing\Sourcing\Mapping\ExpressionBasedDomainEventHandlerMappingStrategyTests.cs" />
  137. <Compile Include="Eventing\Sourcing\Mapping\InvalidEventHandlerMappingExceptionTests.cs" />
  138. <Compile Include="Domain\NoUnitOfWorkAvailableInThisContextExceptionTests.cs" />
  139. <Compile Include="Domain\Storage\AggregateRootCreationExceptionTests.cs" />
  140. <Compile Include="Domain\Storage\DomainRepositoryTests.cs" />
  141. <Compile Include="Eventing\Sourcing\SourcedEventStreamTests.cs" />
  142. <Compile Include="Eventing\Storage\AttributeEventTypeResolverTests.cs" />
  143. <Compile Include="Eventing\Storage\ConcurrencyExceptionSpecs.cs" />
  144. <Compile Include="Eventing\Storage\NoDB\EventStoreTests\NoDBEventStoreTests.cs" />
  145. <Compile Include="Eventing\Storage\NoDB\EventStoreTests\when_getting_all_events_for_an_event_source.cs" />
  146. <Compile Include="Eventing\Storage\NoDB\EventStoreTests\when_getting_the_events_since_a_specific_version.cs" />
  147. <Compile Include="Eventing\Storage\NoDB\EventStoreTests\when_saving_a_new_event_source.cs" />
  148. <Compile Include="Eventing\Storage\NoDB\EventStoreTests\when_saving_events_based_on_stale_state.cs" />
  149. <Compile Include="Eventing\Storage\NoDB\Fakes\AccountTitleChangedEvent.cs" />
  150. <Compile Include="Eventing\Storage\NoDB\Fakes\CustomerCreatedEvent.cs" />
  151. <Compile Include="Eventing\Storage\NoDB\Fakes\CustomerNameChanged.cs" />
  152. <Compile Include="Eventing\Storage\NoDB\Fakes\TestSnapshot.cs" />
  153. <Compile Include="Eventing\Storage\NoDB\SnapshotStoreTests\NoDBSnapshotStoreTestFixture.cs" />
  154. <Compile Include="Eventing\Storage\NoDB\SnapshotStoreTests\when_getting_the_snapshot.cs" />
  155. <Compile Include="Eventing\Storage\NoDB\SnapshotStoreTests\when_saving_a_new_snapshot.cs" />
  156. <Compile Include="Eventing\Storage\PropertyBagConverterTests.cs" />
  157. <Compile Include="Eventing\Storage\PropertyBagTests.cs" />
  158. <Compile Include="Eventing\Storage\Serialization\EventConverterTests.cs" />
  159. <Compile Include="Eventing\Storage\Serialization\JsonEventFormatterTests.cs" />
  160. <Compile Include="Eventing\Storage\Serialization\StringEventTranslatorTests.cs" />
  161. <Compile Include="Eventing\Storage\SimpleEventTypeResolverTests.cs" />
  162. <Compile Include="Eventing\Storage\SQL\MsSqlServerEventStoreTests.cs" />
  163. <Compile Include="GuidCombGenerator.cs" />
  164. <Compile Include="InternalExtensionsTests.cs" />
  165. <Compile Include="NcqrsEnvironmentConfigurationExceptionSpecs.cs" />
  166. <Compile Include="NcqrsEnvironmentSpecs.cs" />
  167. <Compile Include="DateTimeBasedClockSpecs.cs" />
  168. <Compile Include="Domain\TypeThresholdedActionBasedInternalEventHandlerSpecs.cs" />
  169. <Compile Include="Eventing\EventBaseSpecs.cs" />
  170. <Compile Include="Eventing\ServiceModel\Bus\InProcessEventBusSpecs.cs" />
  171. <Compile Include="Eventing\Storage\InMemoryEventStoreSpecs.cs" />
  172. <Compile Include="Properties\AssemblyInfo.cs" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <ProjectReference Include="..\..\Commands\Commands.csproj">
  176. <Project>{542C1831-383D-41DB-B85A-DCC9A487C134}</Project>
  177. <Name>Commands</Name>
  178. </ProjectReference>
  179. <ProjectReference Include="..\..\Domain\Domain.csproj">
  180. <Project>{27C2CE29-2EE9-4A51-88FC-831B6EA8BDB7}</Project>
  181. <Name>Domain</Name>
  182. </ProjectReference>
  183. <ProjectReference Include="..\..\Events\Events.csproj">
  184. <Project>{9DF3355A-044B-451F-AF01-4CE1BCF24B1C}</Project>
  185. <Name>Events</Name>
  186. </ProjectReference>
  187. <ProjectReference Include="..\Ncqrs.Spec\Ncqrs.Spec.csproj">
  188. <Project>{AA90754B-CA47-429E-BDC8-2A83E94179B7}</Project>
  189. <Name>Ncqrs.Spec</Name>
  190. </ProjectReference>
  191. <ProjectReference Include="..\Ncqrs\Ncqrs.csproj">
  192. <Project>{01F84441-80D3-49B4-AB18-96894ACB2F90}</Project>
  193. <Name>Ncqrs</Name>
  194. </ProjectReference>
  195. </ItemGroup>
  196. <ItemGroup>
  197. <None Include="App.config" />
  198. </ItemGroup>
  199. <ItemGroup />
  200. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  201. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  202. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  203. Other similar extension points exist, see Microsoft.Common.targets.
  204. <Target Name="BeforeBuild">
  205. </Target>
  206. <Target Name="AfterBuild">
  207. </Target>
  208. -->
  209. </Project>