2010-09-16 17:35:01 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{8F116B06-1C0E-4E4C-9A0A-D2FAB851E768}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Orchard.jQuery</RootNamespace>
|
|
|
|
|
<AssemblyName>Orchard.jQuery</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<MvcBuildViews>false</MvcBuildViews>
|
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2010-11-12 12:47:06 -08:00
|
|
|
|
<CodeAnalysisRuleSet>..\..\..\OrchardBasicCorrectness.ruleset</CodeAnalysisRuleSet>
|
2010-09-16 17:35:01 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Scripts\jquery-1.4.2.js" />
|
|
|
|
|
<Content Include="Scripts\jquery-1.4.2.min.js" />
|
2010-09-17 16:43:12 -07:00
|
|
|
|
<Content Include="Scripts\jquery.ui.core.js" />
|
|
|
|
|
<Content Include="Scripts\jquery.ui.datepicker.js" />
|
|
|
|
|
<Content Include="Scripts\jquery.ui.widget.js" />
|
|
|
|
|
<Content Include="Scripts\jquery.utils.js" />
|
|
|
|
|
<Content Include="Scripts\ui.timepickr.js" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_flat_0_aaaaaa_40x100.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_flat_75_ffffff_40x100.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_glass_55_fbf9ee_1x400.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_glass_65_ffffff_1x400.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_glass_75_dadada_1x400.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_glass_75_e6e6e6_1x400.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_glass_95_fef1ec_1x400.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-icons_222222_256x240.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-icons_2e83ff_256x240.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-icons_454545_256x240.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-icons_888888_256x240.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-icons_cd0a0a_256x240.png" />
|
|
|
|
|
<Content Include="Styles\jquery-ui-1.7.2.custom.css" />
|
|
|
|
|
<Content Include="Styles\ui.datepicker.css" />
|
|
|
|
|
<Content Include="Styles\ui.timepickr.css" />
|
2010-09-16 17:35:01 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
|
|
|
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
|
|
|
|
<Name>Orchard.Framework</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Module.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-09-27 14:13:39 -07:00
|
|
|
|
<Compile Include="ResourceManifest.cs" />
|
2010-09-16 17:35:01 -07:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
2010-11-02 18:12:44 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Scripts\Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Styles\Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
2011-01-31 15:52:03 -08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="web.config" />
|
|
|
|
|
</ItemGroup>
|
2010-09-16 17:35:01 -07:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target> -->
|
|
|
|
|
<Target Name="AfterBuild" DependsOnTargets="AfterBuildCompiler">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AreasManifestDir>$(ProjectDir)\..\Manifests</AreasManifestDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!-- If this is an area child project, uncomment the following line:
|
|
|
|
|
<CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Child" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
|
|
|
|
|
-->
|
|
|
|
|
<!-- If this is an area parent project, uncomment the following lines:
|
|
|
|
|
<CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Parent" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
|
|
|
|
|
<CopyAreaManifests ManifestPath="$(AreasManifestDir)" CrossCopy="false" RenameViews="true" />
|
|
|
|
|
-->
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
|
|
|
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
|
|
|
|
|
</Target>
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
|
|
|
<WebProjectProperties>
|
|
|
|
|
<UseIIS>False</UseIIS>
|
|
|
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
|
|
|
<DevelopmentServerPort>16146</DevelopmentServerPort>
|
|
|
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
|
|
|
<IISUrl>
|
|
|
|
|
</IISUrl>
|
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
|
|
|
<UseCustomServer>True</UseCustomServer>
|
|
|
|
|
<CustomServerUrl>http://orchard.codeplex.com/</CustomServerUrl>
|
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|