PageRenderTime 63ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/src/Orchard.Azure/Orchard.Azure.Web/Modules/Orchard.Warmup/Orchard.Warmup.csproj

http://associativy.codeplex.com
MSBuild | 159 lines | 148 code | 0 blank | 11 comment | 0 complexity | d496396f14881affa8a27719ae19798e MD5 | raw file
Possible License(s): LGPL-2.1, MIT, BSD-3-Clause, Apache-2.0, CPL-1.0, CC-BY-SA-3.0, GPL-2.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. <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>{9CD5C81F-5828-4384-8474-2E2BE71D5EDD}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Orchard.Warmup</RootNamespace>
  14. <AssemblyName>Orchard.Warmup</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. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.ComponentModel.DataAnnotations">
  49. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  50. </Reference>
  51. <Reference Include="System.Web.DynamicData" />
  52. <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.Web" />
  57. <Reference Include="System.Web.Abstractions" />
  58. <Reference Include="System.Web.Routing" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="System.Configuration" />
  61. <Reference Include="System.Xml.Linq" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Content Include="Content\Admin\images\offline.gif" />
  65. <Content Include="Content\Admin\images\online.gif" />
  66. <Content Include="Styles\orchard-warmup-admin.css" />
  67. <Content Include="web.config" />
  68. <Content Include="Views\Web.config" />
  69. <Content Include="Scripts\Web.config" />
  70. <Content Include="Styles\Web.config" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Content Include="Module.txt" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
  76. <Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
  77. <Name>Orchard.Framework</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\..\Core\Orchard.Core.csproj">
  80. <Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
  81. <Name>Orchard.Core</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="AdminMenu.cs" />
  86. <Compile Include="Commands\WarmupCommands.cs" />
  87. <Compile Include="Controllers\AdminController.cs" />
  88. <Compile Include="Handlers\WarmupContentHandler.cs" />
  89. <Compile Include="Handlers\WarmupSettingsPartHandler.cs" />
  90. <Compile Include="Migrations.cs" />
  91. <Compile Include="Models\ReportEntry.cs" />
  92. <Compile Include="Models\WarmupSettingsPart.cs" />
  93. <Compile Include="Models\WarmupSettingsPartRecord.cs" />
  94. <Compile Include="Services\WarmupReportManager.cs" />
  95. <Compile Include="Services\IWarmupReportManager.cs" />
  96. <Compile Include="Services\IWarmupScheduler.cs" />
  97. <Compile Include="Services\WarmupScheduler.cs" />
  98. <Compile Include="Services\WebDownloader.cs" />
  99. <Compile Include="Services\IWarmupUpdater.cs" />
  100. <Compile Include="Services\IWebDownloader.cs" />
  101. <Compile Include="Services\SettingsBanner.cs" />
  102. <Compile Include="Services\WarmupTask.cs" />
  103. <Compile Include="Services\WarmupUpdater.cs" />
  104. <Compile Include="ViewModels\WarmupViewModel.cs" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Content Include="Content\Web.config">
  108. <SubType>Designer</SubType>
  109. </Content>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Content Include="Placement.info" />
  113. <Content Include="Views\Admin\Index.cshtml" />
  114. </ItemGroup>
  115. <PropertyGroup>
  116. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  117. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  118. </PropertyGroup>
  119. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  120. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  121. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  122. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  123. Other similar extension points exist, see Microsoft.Common.targets.
  124. <Target Name="BeforeBuild">
  125. </Target> -->
  126. <Target Name="AfterBuild" DependsOnTargets="AfterBuildCompiler">
  127. <PropertyGroup>
  128. <AreasManifestDir>$(ProjectDir)\..\Manifests</AreasManifestDir>
  129. </PropertyGroup>
  130. <!-- If this is an area child project, uncomment the following line:
  131. <CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Child" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
  132. -->
  133. <!-- If this is an area parent project, uncomment the following lines:
  134. <CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Parent" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
  135. <CopyAreaManifests ManifestPath="$(AreasManifestDir)" CrossCopy="false" RenameViews="true" />
  136. -->
  137. </Target>
  138. <Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
  139. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
  140. </Target>
  141. <ProjectExtensions>
  142. <VisualStudio>
  143. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  144. <WebProjectProperties>
  145. <UseIIS>False</UseIIS>
  146. <AutoAssignPort>True</AutoAssignPort>
  147. <DevelopmentServerPort>45979</DevelopmentServerPort>
  148. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  149. <IISUrl>
  150. </IISUrl>
  151. <NTLMAuthentication>False</NTLMAuthentication>
  152. <UseCustomServer>True</UseCustomServer>
  153. <CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
  154. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  155. </WebProjectProperties>
  156. </FlavorProperties>
  157. </VisualStudio>
  158. </ProjectExtensions>
  159. </Project>