Files
Umbraco-CMS/components/editorControls/umbraco.editorControls.csproj
Shandem df323b8c4e DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB
Moved Client Dependency out of Umbraco codebase and into it's own CodePlex project
Fixed some bugs with Live Editing
Cleaned up some old Client Dependency files

[TFS Changeset #57920]
2009-08-10 11:14:28 +00:00

381 lines
16 KiB
XML

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{255F5DF1-4E43-4758-AC05-7A0B68EB021B}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>umbraco.editorControls</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>umbraco.editorControls</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<OldToolsVersion>2.0</OldToolsVersion>
<PublishUrl>http://localhost/umbraco.editorControls/</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>true</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\..\umbraco\presentation\bin\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\..\umbraco\presentation\bin\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>..\..\umbraco\presentation\bin\umbraco.editorControls.XML</DocumentationFile>
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="AjaxControlToolkit, Version=1.0.10920.32880, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\foreign dlls\AjaxControlToolkit.dll</HintPath>
</Reference>
<Reference Include="ClientDependency.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\foreign dlls\ClientDependency.Core.dll</HintPath>
</Reference>
<Reference Include="System">
<Name>System</Name>
</Reference>
<Reference Include="System.configuration" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data">
<Name>System.Data</Name>
</Reference>
<Reference Include="System.Drawing">
<Name>System.Drawing</Name>
</Reference>
<Reference Include="System.Web">
<Name>System.Web</Name>
</Reference>
<Reference Include="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\foreign dlls\System.Web.Abstractions.dll</HintPath>
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web.Extensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Windows.Forms">
<Name>System.Windows.Forms</Name>
</Reference>
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
<ProjectReference Include="..\..\umbraco\businesslogic\umbraco.businesslogic.csproj">
<Name>umbraco.businesslogic</Name>
<Project>{E469A9CE-1BEC-423F-AC44-713CD72457EA}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
</ProjectReference>
<ProjectReference Include="..\..\umbraco\cms\umbraco.cms.csproj">
<Name>umbraco.cms</Name>
<Project>{CCD75EC3-63DB-4184-B49D-51C1DD337230}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
</ProjectReference>
<ProjectReference Include="..\..\umbraco\datalayer\umbraco.datalayer.csproj">
<Project>{C7CB79F0-1C97-4B33-BFA7-00731B579AE2}</Project>
<Name>umbraco.datalayer</Name>
</ProjectReference>
<ProjectReference Include="..\..\umbraco\interfaces\umbraco.interfaces.csproj">
<Name>umbraco.interfaces</Name>
<Project>{511F6D8D-7717-440A-9A57-A507E9A8B27F}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
</ProjectReference>
<ProjectReference Include="..\..\umbraco\presentation\umbraco.presentation.csproj">
<Name>umbraco.presentation</Name>
<Project>{651E1350-91B6-44B7-BD60-7207006D7003}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
</ProjectReference>
<ProjectReference Include="..\umbraco.controls\umbraco.controls.csproj">
<Project>{6EDD2061-82F2-461B-BB6E-879245A832DE}</Project>
<Name>umbraco.controls</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="BaseDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="checkboxlist\CheckBoxDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="checkboxlist\checkboxList.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="colorpicker\colorPicker.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="colorpicker\ColorPickerDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="datefieldmultiple\DataTypeDatefieldMultiple.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="datepicker\DateData.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="datepicker\DateDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="datepicker\dateField.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="DefaultData.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="DefaultDataKeyValue.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="DefaultPrevalueEditor.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="dictionaryPicker\dictionaryPicker.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="dictionaryPicker\dictionaryPickerDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="dropdownlist\dropdown.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="dropdownlist\DropDownDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="dropdownlist\dropDownKeysDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="folderbrowser\DataTypeFolderbrowser.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="folderbrowser\folderBrowser.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="imagecropper\Config.cs" />
<Compile Include="imagecropper\Data.cs" />
<Compile Include="imagecropper\DataEditor.cs" />
<Compile Include="imagecropper\DataType.cs" />
<Compile Include="imagecropper\DataTypeData.cs" />
<Compile Include="imagecropper\Helper.cs" />
<Compile Include="imagecropper\ImageInfo.cs" />
<Compile Include="imagecropper\ImageManipulation.cs" />
<Compile Include="imagecropper\PrevalueEditor.cs" />
<Compile Include="imagecropper\Resources.Designer.cs" />
<Compile Include="imagecropper\SaveData.cs" />
<Compile Include="imagecropper\SmartListBox.cs" />
<Compile Include="KeyValuePrevalueEditor.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="label\DataTypeNoEdit.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="label\noEdit.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="listbox\dropdownMultiple.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="listbox\ListBoxDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="listbox\ListBoxKeysDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="mediapicker\mediaChooser.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="mediapicker\MediaPickerDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="memberpicker\memberPicker.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="memberpicker\MemberPickerDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="numberfield\DataInteger.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="numberfield\DataTypeInteger.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="numberfield\numberField.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="pagepicker\pagePicker.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="pagepicker\PagePickerDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="radiobuttonlist\radiobox.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="radiobuttonlist\RadioButtonListDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="relatedlinks\PagePickerDataExtractor.cs" />
<Compile Include="relatedlinks\RelatedLinksData.cs" />
<Compile Include="relatedlinks\RelatedLinksDataEditor.cs" />
<Compile Include="relatedlinks\RelatedLinksDataType.cs" />
<Compile Include="relatedlinks\RelatedLinksPrevalueEditor.cs" />
<Compile Include="simpleEditor\simpleEditor.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="simpleEditor\simpleEditorDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="tags\DataEditor.cs" />
<Compile Include="tags\DataType.cs" />
<Compile Include="tags\library.cs" />
<Compile Include="tags\PrevalueEditor.cs" />
<Compile Include="textfieldmultiple\textfieldMultipleDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="textfield\textFieldDataEditor.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="textfield\TextFieldDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="wysiwyg\editorButton.cs" />
<Compile Include="tinyMCE3\TinyMCE.cs" />
<Compile Include="tinyMCE3\tinyMCE3dataType.cs" />
<Compile Include="tinyMCE3\webcontrol\plugin\ConfigSection.cs" />
<Compile Include="tinyMCE3\webcontrol\plugin\GzipCompressor.cs" />
<Compile Include="tinyMCE3\webcontrol\plugin\GzipModule.cs" />
<Compile Include="tinyMCE3\webcontrol\plugin\IModule.cs" />
<Compile Include="tinyMCE3\webcontrol\plugin\JSON.cs" />
<Compile Include="tinyMCE3\webcontrol\plugin\JSONReader.cs" />
<Compile Include="tinyMCE3\webcontrol\plugin\JSONWriter.cs" />
<Compile Include="tinyMCE3\webcontrol\TinyMCEWebControl.cs" />
<Compile Include="tinymce\TinyMCE.cs" />
<Compile Include="tinymce\tinyMCEConfiguration.cs" />
<Compile Include="tinymce\TinyMCEDataType.cs" />
<Compile Include="tinymce\tinyMCEImageHelper.cs" />
<Compile Include="tinymce\tinyMCEPreValueConfigurator.cs" />
<Compile Include="tinymce\webcontrol\TinyMCE.cs" />
<Compile Include="ultimatepicker\ultimatePickerDataEditor.cs" />
<Compile Include="ultimatepicker\ultimatePickerDataType.cs" />
<Compile Include="ultimatepicker\ultimatePickerPrevalueEditor.cs" />
<Compile Include="uploadfield\DataTypeUploadField.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="uploadfield\uploadField.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="uploadfield\uploadFieldPreValue.cs" />
<Compile Include="userControlWrapper\IUsercontrolDataEditor.cs" />
<Compile Include="userControlWrapper\usercontrolDataEditor.cs" />
<Compile Include="userControlWrapper\usercontrolDataType.cs" />
<Compile Include="userControlWrapper\usercontrolPrevalueEditor.cs" />
<Compile Include="yesno\yesNo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="yesno\YesNoDataType.cs">
<SubType>Code</SubType>
</Compile>
<EmbeddedResource Include="imagecropper\Resources.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="textfield\textFieldDataEditor.resx">
<DependentUpon>textFieldDataEditor.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>