PageRenderTime 51ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/src/Orchard.Web/Modules/Orchard.jQuery/Orchard.jQuery.csproj

http://vietnamicare.codeplex.com
MSBuild | 221 lines | 210 code | 0 blank | 11 comment | 0 complexity | 8f0dc03d4dd0288cd9ec928713ac16a3 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>{8F116B06-1C0E-4E4C-9A0A-D2FAB851E768}</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.jQuery</RootNamespace>
  14. <AssemblyName>Orchard.jQuery</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>..\..\..\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. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Content Include="Scripts\jquery-1.8.2.js" />
  57. <Content Include="Scripts\jquery-1.8.2.min.js" />
  58. <Content Include="Scripts\jquery-ui-sliderAccess.js" />
  59. <Content Include="Scripts\jquery-ui-timepicker-addon.js" />
  60. <Content Include="Scripts\jquery-ui.js" />
  61. <Content Include="Scripts\jquery-ui.min.js" />
  62. <Content Include="Scripts\jquery.effects.blind.js" />
  63. <Content Include="Scripts\jquery.effects.blind.min.js" />
  64. <Content Include="Scripts\jquery.effects.bounce.js" />
  65. <Content Include="Scripts\jquery.effects.bounce.min.js" />
  66. <Content Include="Scripts\jquery.effects.clip.js" />
  67. <Content Include="Scripts\jquery.effects.clip.min.js" />
  68. <Content Include="Scripts\jquery.effects.core.js" />
  69. <Content Include="Scripts\jquery.effects.core.min.js" />
  70. <Content Include="Scripts\jquery.effects.drop.js" />
  71. <Content Include="Scripts\jquery.effects.drop.min.js" />
  72. <Content Include="Scripts\jquery.effects.explode.js" />
  73. <Content Include="Scripts\jquery.effects.explode.min.js" />
  74. <Content Include="Scripts\jquery.effects.fade.js" />
  75. <Content Include="Scripts\jquery.effects.fade.min.js" />
  76. <Content Include="Scripts\jquery.effects.fold.js" />
  77. <Content Include="Scripts\jquery.effects.fold.min.js" />
  78. <Content Include="Scripts\jquery.effects.highlight.js" />
  79. <Content Include="Scripts\jquery.effects.highlight.min.js" />
  80. <Content Include="Scripts\jquery.effects.pulsate.js" />
  81. <Content Include="Scripts\jquery.effects.pulsate.min.js" />
  82. <Content Include="Scripts\jquery.effects.scale.js" />
  83. <Content Include="Scripts\jquery.effects.scale.min.js" />
  84. <Content Include="Scripts\jquery.effects.shake.js" />
  85. <Content Include="Scripts\jquery.effects.shake.min.js" />
  86. <Content Include="Scripts\jquery.effects.slide.js" />
  87. <Content Include="Scripts\jquery.effects.slide.min.js" />
  88. <Content Include="Scripts\jquery.effects.transfer.js" />
  89. <Content Include="Scripts\jquery.effects.transfer.min.js" />
  90. <Content Include="Scripts\jquery.ui.accordion.js" />
  91. <Content Include="Scripts\jquery.ui.accordion.min.js" />
  92. <Content Include="Scripts\jquery.ui.autocomplete.js" />
  93. <Content Include="Scripts\jquery.ui.autocomplete.min.js" />
  94. <Content Include="Scripts\jquery.ui.button.js" />
  95. <Content Include="Scripts\jquery.ui.button.min.js" />
  96. <Content Include="Scripts\jquery.ui.core.js" />
  97. <Content Include="Scripts\jquery.ui.core.min.js" />
  98. <Content Include="Scripts\jquery.ui.datepicker.js" />
  99. <Content Include="Scripts\jquery.ui.datepicker.min.js" />
  100. <Content Include="Scripts\jquery.ui.dialog.js" />
  101. <Content Include="Scripts\jquery.ui.dialog.min.js" />
  102. <Content Include="Scripts\jquery.ui.draggable.js" />
  103. <Content Include="Scripts\jquery.ui.draggable.min.js" />
  104. <Content Include="Scripts\jquery.ui.droppable.js" />
  105. <Content Include="Scripts\jquery.ui.droppable.min.js" />
  106. <Content Include="Scripts\jquery.ui.mouse.js" />
  107. <Content Include="Scripts\jquery.ui.mouse.min.js" />
  108. <Content Include="Scripts\jquery.ui.position.js" />
  109. <Content Include="Scripts\jquery.ui.position.min.js" />
  110. <Content Include="Scripts\jquery.ui.progressbar.js" />
  111. <Content Include="Scripts\jquery.ui.progressbar.min.js" />
  112. <Content Include="Scripts\jquery.ui.resizable.js" />
  113. <Content Include="Scripts\jquery.ui.resizable.min.js" />
  114. <Content Include="Scripts\jquery.ui.selectable.js" />
  115. <Content Include="Scripts\jquery.ui.selectable.min.js" />
  116. <Content Include="Scripts\jquery.ui.slider.js" />
  117. <Content Include="Scripts\jquery.ui.slider.min.js" />
  118. <Content Include="Scripts\jquery.ui.sortable.js" />
  119. <Content Include="Scripts\jquery.ui.sortable.min.js" />
  120. <Content Include="Scripts\jquery.ui.tabs.js" />
  121. <Content Include="Scripts\jquery.ui.tabs.min.js" />
  122. <Content Include="Scripts\jquery.ui.widget.js" />
  123. <Content Include="Scripts\jquery.ui.widget.min.js" />
  124. <Content Include="Scripts\jquery.utils.js" />
  125. <Content Include="Styles\images\ui-bg_flat_0_aaaaaa_40x100.png" />
  126. <Content Include="Styles\images\ui-bg_flat_75_ffffff_40x100.png" />
  127. <Content Include="Styles\images\ui-bg_glass_55_fbf9ee_1x400.png" />
  128. <Content Include="Styles\images\ui-bg_glass_65_ffffff_1x400.png" />
  129. <Content Include="Styles\images\ui-bg_glass_75_dadada_1x400.png" />
  130. <Content Include="Styles\images\ui-bg_glass_75_e6e6e6_1x400.png" />
  131. <Content Include="Styles\images\ui-bg_glass_95_fef1ec_1x400.png" />
  132. <Content Include="Styles\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
  133. <Content Include="Styles\images\ui-icons_222222_256x240.png" />
  134. <Content Include="Styles\images\ui-icons_2e83ff_256x240.png" />
  135. <Content Include="Styles\images\ui-icons_454545_256x240.png" />
  136. <Content Include="Styles\images\ui-icons_888888_256x240.png" />
  137. <Content Include="Styles\images\ui-icons_cd0a0a_256x240.png" />
  138. <Content Include="Styles\jquery-ui-1.8.23.custom.css" />
  139. <Content Include="Styles\jquery-ui-timepicker-addon.css" />
  140. <Content Include="Styles\ui.datepicker.css" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
  144. <Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
  145. <Name>Orchard.Framework</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="..\..\Core\Orchard.Core.csproj">
  148. <Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
  149. <Name>Orchard.Core</Name>
  150. </ProjectReference>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <Content Include="Module.txt" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <Compile Include="ResourceManifest.cs" />
  157. <Compile Include="Properties\AssemblyInfo.cs" />
  158. </ItemGroup>
  159. <ItemGroup>
  160. <Content Include="Scripts\Web.config">
  161. <SubType>Designer</SubType>
  162. </Content>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <Content Include="Styles\Web.config">
  166. <SubType>Designer</SubType>
  167. </Content>
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Content Include="Views\DatePickerLocalization.cshtml" />
  171. <Content Include="web.config" />
  172. <Content Include="Views\Web.config" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <Content Include="Views\TimePickerLocalization.cshtml" />
  176. </ItemGroup>
  177. <PropertyGroup>
  178. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  179. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  180. </PropertyGroup>
  181. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  182. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  183. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  184. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  185. Other similar extension points exist, see Microsoft.Common.targets.
  186. <Target Name="BeforeBuild">
  187. </Target> -->
  188. <Target Name="AfterBuild" DependsOnTargets="AfterBuildCompiler">
  189. <PropertyGroup>
  190. <AreasManifestDir>$(ProjectDir)\..\Manifests</AreasManifestDir>
  191. </PropertyGroup>
  192. <!-- If this is an area child project, uncomment the following line:
  193. <CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Child" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
  194. -->
  195. <!-- If this is an area parent project, uncomment the following lines:
  196. <CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Parent" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
  197. <CopyAreaManifests ManifestPath="$(AreasManifestDir)" CrossCopy="false" RenameViews="true" />
  198. -->
  199. </Target>
  200. <Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
  201. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
  202. </Target>
  203. <ProjectExtensions>
  204. <VisualStudio>
  205. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  206. <WebProjectProperties>
  207. <UseIIS>False</UseIIS>
  208. <AutoAssignPort>True</AutoAssignPort>
  209. <DevelopmentServerPort>16146</DevelopmentServerPort>
  210. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  211. <IISUrl>
  212. </IISUrl>
  213. <NTLMAuthentication>False</NTLMAuthentication>
  214. <UseCustomServer>True</UseCustomServer>
  215. <CustomServerUrl>http://orchard.codeplex.com/</CustomServerUrl>
  216. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  217. </WebProjectProperties>
  218. </FlavorProperties>
  219. </VisualStudio>
  220. </ProjectExtensions>
  221. </Project>