PageRenderTime 42ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 1ms

/src/Orchard.Web/Modules/Orchard.Widgets/Orchard.Widgets.csproj

http://vietnamicare.codeplex.com
MSBuild | 214 lines | 210 code | 0 blank | 4 comment | 0 complexity | 24ec1ee2ff9336ed3114f37c7ea6c9c8 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>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{194D3CCC-1153-474D-8176-FDE8D7D0D0BD}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>Orchard.Widgets</RootNamespace>
  15. <AssemblyName>Orchard.Widgets</AssemblyName>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <MvcBuildViews>false</MvcBuildViews>
  18. <UseIISExpress>false</UseIISExpress>
  19. <FileUpgradeFlags>
  20. </FileUpgradeFlags>
  21. <UpgradeBackupLocation>
  22. </UpgradeBackupLocation>
  23. <OldToolsVersion>4.0</OldToolsVersion>
  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>..\..\..\OrchardBasicCorrectness.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. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System" />
  50. <Reference Include="System.ComponentModel.DataAnnotations" />
  51. <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System.Web" />
  56. <Reference Include="System.Xml" />
  57. <Reference Include="System.Xml.Linq" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="AdminMenu.cs" />
  61. <Compile Include="Commands\LayerCommands.cs" />
  62. <Compile Include="Commands\WidgetCommands.cs" />
  63. <Compile Include="Controllers\AdminController.cs" />
  64. <Compile Include="ControlWrapper.cs" />
  65. <Compile Include="Drivers\LayerPartDriver.cs" />
  66. <Compile Include="Handlers\LayerHintHandler.cs" />
  67. <Compile Include="Drivers\WidgetPartDriver.cs" />
  68. <Compile Include="Migrations.cs" />
  69. <Compile Include="Handlers\LayerPartHandler.cs" />
  70. <Compile Include="Handlers\WidgetPartHandler.cs" />
  71. <Compile Include="Models\LayerPart.cs" />
  72. <Compile Include="Models\LayerPartRecord.cs" />
  73. <Compile Include="Models\WidgetPart.cs" />
  74. <Compile Include="Models\WidgetPartRecord.cs" />
  75. <Compile Include="Permissions.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="Filters\WidgetFilter.cs" />
  78. <Compile Include="ResourceManifest.cs" />
  79. <Compile Include="RuleEngine\AuthenticatedRuleProvider.cs" />
  80. <Compile Include="RuleEngine\BuiltinRuleProvider.cs" />
  81. <Compile Include="RuleEngine\RuleManager.cs" />
  82. <Compile Include="RuleEngine\UrlRuleProvider.cs" />
  83. <Compile Include="Services\IRuleManager.cs" />
  84. <Compile Include="Services\IRuleProvider.cs" />
  85. <Compile Include="Services\IWidgetsService.cs" />
  86. <Compile Include="Services\RuleContext.cs" />
  87. <Compile Include="Services\WidgetsService.cs" />
  88. <Compile Include="Shapes.cs" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Content Include="Content\Admin\images\edit.png" />
  92. <Content Include="Content\Admin\images\moveup.gif" />
  93. <Content Include="Content\Admin\images\movedown.gif" />
  94. <Content Include="Module.txt" />
  95. <Content Include="Styles\images\all-zones-on.gif" />
  96. <Content Include="Styles\images\all-zones.gif" />
  97. <Content Include="Styles\images\arrows.png" />
  98. <Content Include="Styles\images\eye.png" />
  99. <Content Include="Styles\images\menu.widgets.png" />
  100. <Content Include="Styles\images\widget-zones-on.gif" />
  101. <Content Include="Styles\images\widget-zones.gif" />
  102. <Content Include="Styles\menu.widgets-admin.css" />
  103. <Content Include="Styles\orchard-widgets-admin.css" />
  104. <Content Include="Views\Web.config" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Content Include="Placement.info">
  108. <SubType>Designer</SubType>
  109. </Content>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <ProjectReference Include="..\..\Core\Orchard.Core.csproj">
  113. <Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
  114. <Name>Orchard.Core</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
  117. <Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
  118. <Name>Orchard.Framework</Name>
  119. <Private>True</Private>
  120. </ProjectReference>
  121. <ProjectReference Include="..\Orchard.Scripting\Orchard.Scripting.csproj">
  122. <Project>{99002B65-86F7-415E-BF4A-381AA8AB9CCC}</Project>
  123. <Name>Orchard.Scripting</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\Orchard.Themes\Orchard.Themes.csproj">
  126. <Project>{CDE24A24-01D3-403C-84B9-37722E18DFB7}</Project>
  127. <Name>Orchard.Themes</Name>
  128. </ProjectReference>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Content Include="Views\Admin\AddLayer.cshtml" />
  132. <Content Include="Views\Admin\AddWidget.cshtml" />
  133. <Content Include="Views\Admin\EditWidget.cshtml" />
  134. <Content Include="Views\Admin\EditLayer.cshtml" />
  135. <Content Include="Views\Admin\Index.cshtml" />
  136. <Content Include="Views\Widget.Edit.cshtml" />
  137. <Content Include="Views\Widget.cshtml" />
  138. <Content Include="Views\Widget.ControlWrapper.cshtml" />
  139. <Content Include="Views\Widget.Wrapper.cshtml" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Content Include="Content\Web.config">
  143. <SubType>Designer</SubType>
  144. </Content>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Content Include="Styles\Web.config">
  148. <SubType>Designer</SubType>
  149. </Content>
  150. </ItemGroup>
  151. <ItemGroup>
  152. <Content Include="Views\EditorTemplates\Parts.Widgets.LayerPart.cshtml" />
  153. <Content Include="Views\EditorTemplates\Parts.Widgets.WidgetPart.cshtml" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <Content Include="Views\Widget.DeleteButton.cshtml" />
  157. </ItemGroup>
  158. <ItemGroup>
  159. <Content Include="web.config" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <Content Include="Views\Admin\ChooseWidget.cshtml" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <Content Include="Views\WidgetLayersControl.cshtml" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <Content Include="Views\WidgetPlacement.cshtml" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <Content Include="Views\WidgetSimplePreview.cshtml" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <Content Include="Views\WidgetLayerVisibility.cshtml" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <Content Include="Views\WidgetPlacement.Zones.cshtml" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <Content Include="Views\WidgetPlacement.Orphans.cshtml" />
  181. </ItemGroup>
  182. <PropertyGroup>
  183. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  184. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  185. </PropertyGroup>
  186. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  187. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  188. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  189. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  190. Other similar extension points exist, see Microsoft.Common.targets.
  191. <Target Name="BeforeBuild">
  192. </Target> -->
  193. <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  194. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
  195. </Target>
  196. <ProjectExtensions>
  197. <VisualStudio>
  198. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  199. <WebProjectProperties>
  200. <UseIIS>False</UseIIS>
  201. <AutoAssignPort>True</AutoAssignPort>
  202. <DevelopmentServerPort>48009</DevelopmentServerPort>
  203. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  204. <IISUrl>
  205. </IISUrl>
  206. <NTLMAuthentication>False</NTLMAuthentication>
  207. <UseCustomServer>True</UseCustomServer>
  208. <CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
  209. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  210. </WebProjectProperties>
  211. </FlavorProperties>
  212. </VisualStudio>
  213. </ProjectExtensions>
  214. </Project>