PageRenderTime 54ms CodeModel.GetById 27ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://github.com/SzymonPobiega/ncqrs
MSBuild | 126 lines | 119 code | 0 blank | 7 comment | 0 complexity | f0fe81a61492ff038b18432b2dd3b124 MD5 | raw file
  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>False</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. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="FluentAssertions, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\..\lib\FluentAssertions\FluentAssertions.dll</HintPath>
  59. </Reference>
  60. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\..\lib\log4net\log4net.dll</HintPath>
  63. </Reference>
  64. <Reference Include="nunit.framework, Version=2.5.3.9345, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\..\lib\Nunit\nunit.framework.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>..\..\lib\RhinoMocks\Rhino.Mocks.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Xml" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="BasicGuidGeneratorSpecs.cs" />
  81. <Compile Include="Commanding\CommandBasedTests.cs" />
  82. <Compile Include="Commanding\CommandExecution\Mapping\MappingForCommandNotFoundExceptionTests.cs" />
  83. <Compile Include="Commanding\ServiceModel\CommandServiceBaseTests.cs" />
  84. <Compile Include="Commanding\TransactionalCommandExecutorWrapperTests.cs" />
  85. <Compile Include="Config\InstanceNotFoundInEnvironmentConfigurationExceptionTests.cs" />
  86. <Compile Include="Domain\AggregateRootMappedByConventionTests.cs" />
  87. <Compile Include="Domain\AggregateRootMappedWithAttributesTests.cs" />
  88. <Compile Include="Domain\AggregateRootTests.cs" />
  89. <Compile Include="Domain\SourcedEventHanderTests.cs" />
  90. <Compile Include="Domain\EventNotHandledExceptionTests.cs" />
  91. <Compile Include="Eventing\Sourcing\Mapping\AttributeBasedDomainEventHandlerMappingStrategyTests.cs" />
  92. <Compile Include="Eventing\Sourcing\Mapping\ConventionBasedDomainEventHandlerMappingStrategyTests.cs" />
  93. <Compile Include="Eventing\Sourcing\Mapping\ExpressionBasedDomainEventHandlerMappingStrategyTests.cs" />
  94. <Compile Include="Eventing\Sourcing\Mapping\InvalidEventHandlerMappingExceptionTests.cs" />
  95. <Compile Include="Domain\NoUnitOfWorkAvailableInThisContextExceptionTests.cs" />
  96. <Compile Include="Domain\Storage\AggregateLoaderExceptionTests.cs" />
  97. <Compile Include="Domain\Storage\DomainRepositoryTests.cs" />
  98. <Compile Include="Eventing\Sourcing\SourcedEventStreamTests.cs" />
  99. <Compile Include="Eventing\Storage\ConcurrencyExceptionSpecs.cs" />
  100. <Compile Include="Eventing\Storage\PropertyBagTests.cs" />
  101. <Compile Include="Eventing\Storage\SQL\MsSqlServerEventStoreTests.cs" />
  102. <Compile Include="NcqrsEnvironmentConfigurationExceptionSpecs.cs" />
  103. <Compile Include="NcqrsEnvironmentSpecs.cs" />
  104. <Compile Include="DateTimeBasedClockSpecs.cs" />
  105. <Compile Include="Domain\TypeThresholdedActionBasedInternalEventHandlerSpecs.cs" />
  106. <Compile Include="Eventing\EventBaseSpecs.cs" />
  107. <Compile Include="Eventing\ServiceModel\Bus\InProcessEventBusSpecs.cs" />
  108. <Compile Include="Eventing\Storage\InMemoryEventStoreSpecs.cs" />
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <ProjectReference Include="..\Ncqrs\Ncqrs.csproj">
  113. <Project>{01F84441-80D3-49B4-AB18-96894ACB2F90}</Project>
  114. <Name>Ncqrs</Name>
  115. </ProjectReference>
  116. </ItemGroup>
  117. <ItemGroup />
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  120. Other similar extension points exist, see Microsoft.Common.targets.
  121. <Target Name="BeforeBuild">
  122. </Target>
  123. <Target Name="AfterBuild">
  124. </Target>
  125. -->
  126. </Project>