PageRenderTime 46ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/src/Orchard.Web/Modules/Orchard.Forms/Orchard.Forms.csproj

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