PageRenderTime 52ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/Samples/Blog/Bifrost.Samples.Blog.Events/Bifrost.Samples.Blog.Events.csproj

#
MSBuild | 97 lines | 90 code | 0 blank | 7 comment | 0 complexity | 8f5e9662bed14dc59af47a5c83acd51b 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>{8C645497-9207-4440-87AB-F8AD3C8141A2}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Bifrost.Samples.Blog.Events</RootNamespace>
  12. <AssemblyName>Bifrost.Samples.Blog.Events</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.Events.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="System" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Blogs\BlogCreated.cs" />
  60. <Compile Include="Blogs\BlogNameSet.cs" />
  61. <Compile Include="Blogs\BlogTagLineSet.cs" />
  62. <Compile Include="Blogs\BlowOwnerAssigned.cs" />
  63. <Compile Include="Posts\BlogPostCreated.cs" />
  64. <Compile Include="Posts\BodySet.cs" />
  65. <Compile Include="Posts\CommentAdded.cs" />
  66. <Compile Include="Posts\PostCreated.cs" />
  67. <Compile Include="Posts\PostCreatedToBlogPostCreatedMigrator.cs" />
  68. <Compile Include="Posts\PublishDateSet.cs" />
  69. <Compile Include="Posts\TagAddedToPost.cs" />
  70. <Compile Include="Posts\TitleSet.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="Tags\TagCreated.cs" />
  73. <Compile Include="Tags\TagDeleted.cs" />
  74. <Compile Include="Tags\TagNameSet.cs" />
  75. <Compile Include="Security\LoginAttemptedWithWrongPassword.cs" />
  76. <Compile Include="Security\LoginAttemptedWithWrongUserName.cs" />
  77. <Compile Include="Security\LoginSuccessful.cs" />
  78. <Compile Include="Security\PasswordSet.cs" />
  79. <Compile Include="Security\UserCreated.cs" />
  80. <Compile Include="Security\UserNameSet.cs" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="..\..\..\Bifrost\Bifrost.csproj">
  84. <Project>{FB310720-CD89-44B6-BD54-7861F65D8466}</Project>
  85. <Name>Bifrost</Name>
  86. </ProjectReference>
  87. </ItemGroup>
  88. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  89. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>