PageRenderTime 24ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 1ms

/Source/Samples/Blog/Bifrost.Samples.Blog.Sagas/Bifrost.Samples.Blog.Sagas.csproj

#
MSBuild | 73 lines | 66 code | 0 blank | 7 comment | 0 complexity | 2489fff625b606593642122c67f9e113 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>{3A435878-B11B-4443-9B23-8CC6E1C2994C}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Bifrost.Samples.Blog.Sagas</RootNamespace>
  12. <AssemblyName>Bifrost.Samples.Blog.Sagas</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. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="Microsoft.CSharp" />
  39. <Reference Include="System.Data" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="Posts\Comments.cs" />
  43. <Compile Include="Posts\SagaOfComments.cs" />
  44. <Compile Include="Properties\AssemblyInfo.cs" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <ProjectReference Include="..\..\..\Bifrost\Bifrost.csproj">
  48. <Project>{FB310720-CD89-44B6-BD54-7861F65D8466}</Project>
  49. <Name>Bifrost</Name>
  50. </ProjectReference>
  51. <ProjectReference Include="..\Bifrost.Samples.Blog.Domain\Bifrost.Samples.Blog.Domain.csproj">
  52. <Project>{1413C1D4-ECA1-426F-B86E-2622108E3107}</Project>
  53. <Name>Bifrost.Samples.Blog.Domain</Name>
  54. </ProjectReference>
  55. <ProjectReference Include="..\Bifrost.Samples.Blog.Events\Bifrost.Samples.Blog.Events.csproj">
  56. <Project>{8C645497-9207-4440-87AB-F8AD3C8141A2}</Project>
  57. <Name>Bifrost.Samples.Blog.Events</Name>
  58. </ProjectReference>
  59. <ProjectReference Include="..\Bifrost.Samples.Blog.Views\Bifrost.Samples.Blog.Views.csproj">
  60. <Project>{B0793222-6FFE-4F59-BEA2-645FA03206CA}</Project>
  61. <Name>Bifrost.Samples.Blog.Views</Name>
  62. </ProjectReference>
  63. </ItemGroup>
  64. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  65. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
  66. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  67. Other similar extension points exist, see Microsoft.Common.targets.
  68. <Target Name="BeforeBuild">
  69. </Target>
  70. <Target Name="AfterBuild">
  71. </Target>
  72. -->
  73. </Project>