2009-06-19 07:39:16 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="3.5" 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>{EA35B06D-0CC8-4830-A3F7-9BB3D36D0FAF}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>umbraco.presentation.ClientDependency</RootNamespace>
|
|
|
|
|
|
<AssemblyName>umbraco.presentation.ClientDependency</AssemblyName>
|
2009-06-20 14:23:15 +00:00
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
2009-06-19 07:39:16 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
<SccProjectName>SAK</SccProjectName>
|
|
|
|
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
|
|
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
|
|
|
|
<SccProvider>SAK</SccProvider>
|
|
|
|
|
|
<TargetFrameworkSubset>
|
|
|
|
|
|
</TargetFrameworkSubset>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.configuration" />
|
2009-06-20 14:23:15 +00:00
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
2009-06-19 07:39:16 +00:00
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
|
<Reference Include="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
2009-07-15 14:29:11 +00:00
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
2009-06-19 07:39:16 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="ClientDependencyInclude.cs" />
|
2009-07-07 14:27:03 +00:00
|
|
|
|
<Compile Include="ClientDependencyList.cs" />
|
2009-06-19 07:39:16 +00:00
|
|
|
|
<Compile Include="ClientDependencyType.cs" />
|
2009-07-15 14:29:11 +00:00
|
|
|
|
<Compile Include="CompositeFileMap.cs" />
|
|
|
|
|
|
<Compile Include="CompositeFileXmlMapper.cs" />
|
|
|
|
|
|
<Compile Include="Config\ClientDependencySettings.cs" />
|
2009-06-19 07:39:16 +00:00
|
|
|
|
<Compile Include="IClientDependencyFile.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="Providers\ClientDependencyProvider.cs" />
|
|
|
|
|
|
<Compile Include="ClientDependencyAttribute.cs" />
|
|
|
|
|
|
<Compile Include="ClientDependencyEmbedType.cs" />
|
|
|
|
|
|
<Compile Include="ClientDependencyHelper.cs" />
|
|
|
|
|
|
<Compile Include="ClientDependencyLoader.cs" />
|
|
|
|
|
|
<Compile Include="ClientDependencyPath.cs" />
|
|
|
|
|
|
<Compile Include="ClientDependencyPathCollection.cs" />
|
|
|
|
|
|
<Compile Include="Providers\ClientDependencyProviderCollection.cs" />
|
2009-07-15 14:29:11 +00:00
|
|
|
|
<Compile Include="Config\ClientDependencySection.cs" />
|
2009-06-19 07:39:16 +00:00
|
|
|
|
<Compile Include="Providers\ClientSideRegistrationProvider.cs" />
|
|
|
|
|
|
<Compile Include="CompositeDependencyHandler.cs" />
|
|
|
|
|
|
<Compile Include="Providers\PageHeaderProvider.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="UmbracoDependencyLoader.js" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
-->
|
|
|
|
|
|
</Project>
|