PageRenderTime 39ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/Samples/Blog/Bifrost.Samples.Blog.Views/Bifrost.Samples.Blog.Views.csproj

#
MSBuild | 144 lines | 137 code | 0 blank | 7 comment | 0 complexity | 20bcedbefd325406cb67f829ba51a035 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>{B0793222-6FFE-4F59-BEA2-645FA03206CA}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Bifrost.Samples.Blog.Views</RootNamespace>
  12. <AssemblyName>Bifrost.Samples.Blog.Views</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.Views.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="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\..\Solutions\packages\Castle.Core.2.5.2\lib\NET35\Castle.Core.dll</HintPath>
  53. </Reference>
  54. <Reference Include="FluentNHibernate, Version=1.2.0.712, Culture=neutral, PublicKeyToken=8aa435e3cb308880, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\..\..\Solutions\packages\FluentNHibernate.1.2.0.712\lib\FluentNHibernate.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
  59. <HintPath>..\..\..\Solutions\packages\Iesi.Collections.3.1.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  62. <HintPath>..\..\..\Solutions\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
  63. </Reference>
  64. <Reference Include="NHibernate, Version=3.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\..\..\Solutions\packages\NHibernate.3.1.0.4000\lib\Net35\NHibernate.dll</HintPath>
  67. </Reference>
  68. <Reference Include="NHibernate.ByteCode.Castle">
  69. <HintPath>..\..\..\Solutions\packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.Configuration" />
  73. <Reference Include="System.Core" />
  74. <Reference Include="System.Web" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Data" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="Blogs\Blog.cs" />
  80. <Compile Include="Blogs\BlogEventSubscriber.cs" />
  81. <Compile Include="Blogs\BlogMap.cs">
  82. <SubType>Code</SubType>
  83. </Compile>
  84. <Compile Include="Posts\Comment.cs" />
  85. <Compile Include="Posts\CommentEventSubscriber.cs" />
  86. <Compile Include="Posts\CommentMap.cs" />
  87. <Compile Include="Posts\IPostStatisticsService.cs" />
  88. <Compile Include="Posts\IPostView.cs" />
  89. <Compile Include="Posts\ListPost.cs" />
  90. <Compile Include="Posts\ListPostMap.cs">
  91. <SubType>Code</SubType>
  92. </Compile>
  93. <Compile Include="Posts\Post.cs" />
  94. <Compile Include="Posts\PostAttachment.cs" />
  95. <Compile Include="Posts\PostByYearEventSubscriber.cs" />
  96. <Compile Include="Posts\PostEventSubscriber.cs" />
  97. <Compile Include="Posts\PostMap.cs">
  98. <SubType>Code</SubType>
  99. </Compile>
  100. <Compile Include="Posts\PostView.cs" />
  101. <Compile Include="Posts\PostsByYear.cs" />
  102. <Compile Include="Posts\PostsByYearMap.cs">
  103. <SubType>Code</SubType>
  104. </Compile>
  105. <Compile Include="Posts\PostStatisticsService.cs" />
  106. <Compile Include="Posts\PostTag.cs" />
  107. <Compile Include="Posts\PostTagEventSubscriber.cs" />
  108. <Compile Include="Posts\PostTagMap.cs">
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Compile Include="Properties\AssemblyInfo.cs" />
  112. <Compile Include="Security\User.cs" />
  113. <Compile Include="Security\UserEventSubscriber.cs" />
  114. <Compile Include="Security\UserMap.cs" />
  115. <Compile Include="Tags\Tag.cs" />
  116. <Compile Include="Tags\TagCloud.cs" />
  117. <Compile Include="Tags\TagEventSubscriber.cs" />
  118. <Compile Include="Tags\TagMap.cs">
  119. <SubType>Code</SubType>
  120. </Compile>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <ProjectReference Include="..\..\..\Bifrost\Bifrost.csproj">
  124. <Project>{FB310720-CD89-44B6-BD54-7861F65D8466}</Project>
  125. <Name>Bifrost</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\Bifrost.Samples.Blog.Events\Bifrost.Samples.Blog.Events.csproj">
  128. <Project>{8C645497-9207-4440-87AB-F8AD3C8141A2}</Project>
  129. <Name>Bifrost.Samples.Blog.Events</Name>
  130. </ProjectReference>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <None Include="packages.config" />
  134. </ItemGroup>
  135. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  136. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
  137. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  138. Other similar extension points exist, see Microsoft.Common.targets.
  139. <Target Name="BeforeBuild">
  140. </Target>
  141. <Target Name="AfterBuild">
  142. </Target>
  143. -->
  144. </Project>