PageRenderTime 44ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/src/MM.Bootstrapper/MM.Bootstrapper.csproj

#
MSBuild | 130 lines | 123 code | 0 blank | 7 comment | 0 complexity | 447b1d265f6e84f4738f82b5f022b8f7 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{066ADD78-B0F8-409D-8017-30FA8FBA14E2}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>MM.Bootstrapper</RootNamespace>
  12. <AssemblyName>MM.Bootstrapper</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\MM.Web\bin\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\MM.Web\bin\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Castle.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>..\..\Librerias\Castle.Core.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Castle.MicroKernel, Version=2.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\..\Librerias\Castle.MicroKernel.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Castle.Windsor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\..\Librerias\Castle.Windsor.dll</HintPath>
  45. </Reference>
  46. <Reference Include="CommonServiceLocator.WindsorAdapter, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\..\Librerias\CommonServiceLocator.WindsorAdapter.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\Librerias\Microsoft.Practices.ServiceLocation.dll</HintPath>
  53. </Reference>
  54. <Reference Include="NHibernate, Version=2.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\..\Librerias\NHibernate.dll</HintPath>
  57. </Reference>
  58. <Reference Include="NHibernate.ByteCode.Castle, Version=2.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\..\Librerias\NHibernate.ByteCode.Castle.dll</HintPath>
  61. </Reference>
  62. <Reference Include="NHibernate.Validator, Version=1.2.0.3001, Culture=neutral, PublicKeyToken=70154e18752585bd, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\..\Librerias\NHibernate.Validator.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Core">
  68. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Web" />
  72. <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  73. <Reference Include="System.Web.Routing">
  74. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  75. </Reference>
  76. <Reference Include="System.Xml" />
  77. <Reference Include="uNhAddIns.Adapters, Version=2.0.0.866, Culture=neutral, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\..\Librerias\uNhAddIns.Adapters.dll</HintPath>
  80. </Reference>
  81. <Reference Include="uNhAddIns.NHibernateTypeResolver, Version=2.0.0.770, Culture=neutral, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\Librerias\uNhAddIns.NHibernateTypeResolver.dll</HintPath>
  84. </Reference>
  85. <Reference Include="uNhAddIns.NHibernateValidator, Version=2.0.0.770, Culture=neutral, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\..\Librerias\uNhAddIns.NHibernateValidator.dll</HintPath>
  88. </Reference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="Configurators\ControllerConfigurator.cs" />
  92. <Compile Include="Configurators\IConfigurator.cs" />
  93. <Compile Include="Configurators\NHibernateConfigurator.cs" />
  94. <Compile Include="Configurators\NHVConfigurator.cs" />
  95. <Compile Include="Configurators\RepositoriesConfigurator.cs" />
  96. <Compile Include="Configurators\ServiceConfigurator.cs" />
  97. <Compile Include="GeneralGuyWire.cs" />
  98. <Compile Include="NHibernateCurrentSessionWebModule.cs" />
  99. <Compile Include="NHVSharedEngineProvider.cs" />
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. <Compile Include="SessionFactoryProvider.cs" />
  102. <Compile Include="WindsorControllerFactory.cs" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ProjectReference Include="..\MM.Contract\MM.Contract.csproj">
  106. <Project>{6A937C51-A33B-4B7C-A9B9-22A37651B49A}</Project>
  107. <Name>MM.Contract</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\MM.Domain\MM.Domain.csproj">
  110. <Project>{521E2E9D-E2CE-45E1-B22E-83AAC4E51B96}</Project>
  111. <Name>MM.Domain</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\MM.Persistence.NH\MM.Persistence.NH.csproj">
  114. <Project>{950B04EE-D79D-402C-A3D5-E1D6920BCE85}</Project>
  115. <Name>MM.Persistence.NH</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\MM.Web\MM.Web.csproj">
  118. <Project>{8B7FF269-CBBC-472B-B917-9EC9B177717C}</Project>
  119. <Name>MM.Web</Name>
  120. </ProjectReference>
  121. </ItemGroup>
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. </Project>