PageRenderTime 44ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 1ms

/Source/Samples/Blog/Bifrost.Samples.Blog.Domain.Specs/Bifrost.Samples.Blog.Domain.Specs.csproj

#
MSBuild | 110 lines | 103 code | 0 blank | 7 comment | 0 complexity | e0c6c8d6367d3df73a3b99f971f1b4aa MD5 | raw file
Possible License(s): CC-BY-SA-3.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>{66C569E4-4BDC-4F29-984E-11B1BE606B46}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Bifrost.Samples.Blog.Domain.Specs</RootNamespace>
  12. <AssemblyName>Bifrost.Samples.Blog.Domain.Specs</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\Solutions\</SolutionDir>
  16. <RestorePackages>true</RestorePackages>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CoreDev|AnyCPU'">
  36. <DebugSymbols>true</DebugSymbols>
  37. <OutputPath>bin\CoreDev\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. <CodeAnalysisLogFile>bin\Debug\Bifrost.Samples.Blog.Domain.Specs.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  42. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  43. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  44. <ErrorReport>prompt</ErrorReport>
  45. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  46. <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  47. <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="Machine.Specifications, Version=0.4.24.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\..\Solutions\packages\Machine.Specifications.0.4.24.0\lib\Machine.Specifications.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  55. <HintPath>..\..\..\Solutions\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\..\..\Solutions\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="Posts\for_Post\given\a_created_post.cs" />
  71. <Compile Include="Posts\for_Post\when_creating_a_post_with_no_blog.cs" />
  72. <Compile Include="Posts\for_Post\when_creating_a_post_with_an_empty_title.cs" />
  73. <Compile Include="Posts\for_Post\when_creating_a_post_with_a_valid_title_and_blog.cs" />
  74. <Compile Include="Posts\for_Post\when_setting_the_post_body_with_empty_text.cs" />
  75. <Compile Include="Posts\for_Post\when_setting_the_post_body_with_valid_text.cs" />
  76. <Compile Include="Posts\for_Post_command_handlers\given\a_post_command_handler.cs" />
  77. <Compile Include="Posts\for_Post_command_handlers\when_handling_create_post.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <None Include="packages.config" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\..\..\Bifrost.MSpec\Bifrost.MSpec.csproj">
  85. <Project>{FFE4E208-67F2-47B5-AA92-BA35AB3F4730}</Project>
  86. <Name>Bifrost.MSpec</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\..\Bifrost\Bifrost.csproj">
  89. <Project>{FB310720-CD89-44B6-BD54-7861F65D8466}</Project>
  90. <Name>Bifrost</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\Bifrost.Samples.Blog.Domain\Bifrost.Samples.Blog.Domain.csproj">
  93. <Project>{1413C1D4-ECA1-426F-B86E-2622108E3107}</Project>
  94. <Name>Bifrost.Samples.Blog.Domain</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\Bifrost.Samples.Blog.Events\Bifrost.Samples.Blog.Events.csproj">
  97. <Project>{8C645497-9207-4440-87AB-F8AD3C8141A2}</Project>
  98. <Name>Bifrost.Samples.Blog.Events</Name>
  99. </ProjectReference>
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
  103. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  104. Other similar extension points exist, see Microsoft.Common.targets.
  105. <Target Name="BeforeBuild">
  106. </Target>
  107. <Target Name="AfterBuild">
  108. </Target>
  109. -->
  110. </Project>