PageRenderTime 47ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/src/Orchard.Web/Modules/SysCache/SysCache.csproj

http://vietnamicare.codeplex.com
MSBuild | 138 lines | 127 code | 0 blank | 11 comment | 0 complexity | 7a9f73a32630cef9bfb3d1d354a3de67 MD5 | raw file
Possible License(s): BSD-3-Clause, Apache-2.0, CPL-1.0, CC-BY-SA-3.0, GPL-2.0, LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>9.0.30729</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{3BD22132-D538-48C6-8854-F71333C798EB}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>SysCache</RootNamespace>
  14. <AssemblyName>SysCache</AssemblyName>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <MvcBuildViews>false</MvcBuildViews>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <OldToolsVersion>4.0</OldToolsVersion>
  20. <UpgradeBackupLocation>
  21. </UpgradeBackupLocation>
  22. <TargetFrameworkProfile />
  23. <UseIISExpress>false</UseIISExpress>
  24. <IISExpressSSLPort />
  25. <IISExpressAnonymousAuthentication />
  26. <IISExpressWindowsAuthentication />
  27. <IISExpressUseClassicPipelineMode />
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>bin\</OutputPath>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="NHibernate">
  51. <HintPath>..\..\..\..\lib\nhibernate\NHibernate.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NHibernate.Caches.SysCache2">
  54. <HintPath>..\..\..\..\lib\nhibernate\NHibernate.Caches.SysCache2.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.ComponentModel.DataAnnotations">
  60. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="System.Web.DynamicData" />
  63. <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Web" />
  68. <Reference Include="System.Web.Abstractions" />
  69. <Reference Include="System.Web.Routing" />
  70. <Reference Include="System.Xml" />
  71. <Reference Include="System.Configuration" />
  72. <Reference Include="System.Xml.Linq" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Content Include="Web.config" />
  76. <Content Include="Properties\AssemblyInfo.cs" />
  77. <Content Include="Module.txt" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
  81. <Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
  82. <Name>Orchard.Framework</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\Core\Orchard.Core.csproj">
  85. <Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
  86. <Name>Orchard.Core</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <ItemGroup />
  90. <ItemGroup>
  91. <Compile Include="Models\SysCacheRecord.cs" />
  92. <Compile Include="Services\SysCacheDatabaseCacheConfiguration.cs" />
  93. </ItemGroup>
  94. <PropertyGroup>
  95. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  96. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  97. </PropertyGroup>
  98. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  99. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  100. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  101. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  102. Other similar extension points exist, see Microsoft.Common.targets.
  103. <Target Name="BeforeBuild">
  104. </Target> -->
  105. <Target Name="AfterBuild" DependsOnTargets="AfterBuildCompiler">
  106. <PropertyGroup>
  107. <AreasManifestDir>$(ProjectDir)\..\Manifests</AreasManifestDir>
  108. </PropertyGroup>
  109. <!-- If this is an area child project, uncomment the following line:
  110. <CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Child" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
  111. -->
  112. <!-- If this is an area parent project, uncomment the following lines:
  113. <CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Parent" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
  114. <CopyAreaManifests ManifestPath="$(AreasManifestDir)" CrossCopy="false" RenameViews="true" />
  115. -->
  116. </Target>
  117. <Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
  118. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
  119. </Target>
  120. <ProjectExtensions>
  121. <VisualStudio>
  122. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  123. <WebProjectProperties>
  124. <UseIIS>False</UseIIS>
  125. <AutoAssignPort>True</AutoAssignPort>
  126. <DevelopmentServerPort>45979</DevelopmentServerPort>
  127. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  128. <IISUrl>
  129. </IISUrl>
  130. <NTLMAuthentication>False</NTLMAuthentication>
  131. <UseCustomServer>True</UseCustomServer>
  132. <CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
  133. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  134. </WebProjectProperties>
  135. </FlavorProperties>
  136. </VisualStudio>
  137. </ProjectExtensions>
  138. </Project>