Files
Umbraco-CMS/src/umbraco.editorControls/umbraco.editorControls.csproj
shannon@ShandemVaio 2115146fdb Removed old MacroControlFactory - marked as internal FTW ! moved it to new MacroFieldEditorsResolver
using the new framework. Also moved PersistableMacroProperty to new assembly (it was also marked as internal).
Updated unit tests to work with Resolution and resetting resolvers.
2012-08-01 22:46:13 +06:00

486 lines
22 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<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>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<OldToolsVersion>3.5</OldToolsVersion>
<IsWebBootstrapper>true</IsWebBootstrapper>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<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>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>bin\Release\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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Umbraco.Web\Umbraco.Web.csproj">
<Project>{651E1350-91B6-44B7-BD60-7207006D7003}</Project>
<Name>Umbraco.Web</Name>
</ProjectReference>
<Reference Include="ClientDependency.Core, Version=1.5.0.0, Culture=neutral, PublicKeyToken=7a99a55a05d191a8, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\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>..\..\lib\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>
<ProjectReference Include="..\umbraco.businesslogic\umbraco.businesslogic.csproj">
<Project>{E469A9CE-1BEC-423F-AC44-713CD72457EA}</Project>
<Name>umbraco.businesslogic</Name>
</ProjectReference>
<ProjectReference Include="..\umbraco.cms\umbraco.cms.csproj">
<Project>{CCD75EC3-63DB-4184-B49D-51C1DD337230}</Project>
<Name>umbraco.cms</Name>
</ProjectReference>
<ProjectReference Include="..\umbraco.controls\umbraco.controls.csproj">
<Project>{6EDD2061-82F2-461B-BB6E-879245A832DE}</Project>
<Name>umbraco.controls</Name>
</ProjectReference>
<ProjectReference Include="..\Umbraco.Core\Umbraco.Core.csproj">
<Project>{31785BC3-256C-4613-B2F5-A1B0BDDED8C1}</Project>
<Name>Umbraco.Core</Name>
</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.macroRenderings\umbraco.macroRenderings.csproj">
<Project>{52AB8F1F-FB76-4E8C-885F-0747B6CE71EC}</Project>
<Name>umbraco.macroRenderings</Name>
</ProjectReference>
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\SolutionInfo.cs">
<Link>Properties\SolutionInfo.cs</Link>
</Compile>
<Compile Include="AbstractJsonPrevalueEditor.cs" />
<Compile Include="AbstractOptions.cs" />
<Compile Include="AbstractPrevalueEditor.cs" />
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="BaseDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="BaseTreePickerEditor.cs" />
<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="CsvToXmlData.cs" />
<Compile Include="DataTypeGuids.cs" />
<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" />
<Compile Include="dropdownlist\DropDownDataType.cs" />
<Compile Include="dropdownlist\dropDownKeysDataType.cs" />
<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="macrocontainer\DataType.cs" />
<Compile Include="macrocontainer\Editor.cs" />
<Compile Include="macrocontainer\MacroContainerEvent.cs" />
<Compile Include="macrocontainer\MacroEditor.cs" />
<Compile Include="macrocontainer\PrevalueEditor.cs" />
<Compile Include="mediapicker\mediaChooser.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="mediapicker\MediaChooserScripts.Designer.cs">
<DependentUpon>MediaChooserScripts.resx</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
<Compile Include="mediapicker\MediaPickerDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="mediapicker\MediaPickerPrevalueEditor.cs" />
<Compile Include="memberpicker\memberPicker.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="memberpicker\MemberPickerDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="MultiNodeTreePicker\BaseTreeExtensions.cs" />
<Compile Include="MultiNodeTreePicker\FilteredContentTree.cs" />
<Compile Include="MultiNodeTreePicker\FilteredMediaTree.cs" />
<Compile Include="MultiNodeTreePicker\HttpCookieExtensions.cs" />
<Compile Include="MultiNodeTreePicker\MNTPResources.Designer.cs" />
<Compile Include="MultiNodeTreePicker\MNTP_DataEditor.cs" />
<Compile Include="MultiNodeTreePicker\MNTP_DataType.cs" />
<Compile Include="MultiNodeTreePicker\MNTP_PrevalueEditor.cs" />
<Compile Include="MultiNodeTreePicker\NodeSelectionType.cs" />
<Compile Include="MultiNodeTreePicker\SelectedItemsTemplate.cs" />
<Compile Include="MultiNodeTreePicker\XmlTreeNodeExtensions.cs" />
<Compile Include="MultiNodeTreePicker\XPathExpressionType.cs" />
<Compile Include="MultiNodeTreePicker\XPathFilterType.cs" />
<Compile Include="MultipleTextstring\MultipleTextstringControl.cs" />
<Compile Include="MultipleTextstring\MultipleTextstringDataType.cs" />
<Compile Include="MultipleTextstring\MultipleTextstringOptions.cs" />
<Compile Include="MultipleTextstring\MultipleTextstringPrevalueEditor.cs" />
<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="PrevalueEditorExtensions.cs" />
<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="ResourceExtensions.cs" />
<Compile Include="SettingControls\CheckBox.cs" />
<Compile Include="SettingControls\CheckBoxList.cs" />
<Compile Include="SettingControls\DropDownList.cs" />
<Compile Include="SettingControls\ListBox.cs" />
<Compile Include="SettingControls\ListBoxMultiple.cs" />
<Compile Include="SettingControls\Password.cs" />
<Compile Include="SettingControls\Pickers\BasePicker.cs" />
<Compile Include="SettingControls\Pickers\Content.cs" />
<Compile Include="SettingControls\Pickers\Date.cs" />
<Compile Include="SettingControls\Pickers\DateWithTime.cs" />
<Compile Include="SettingControls\Pickers\DocumentType.cs" />
<Compile Include="SettingControls\Pickers\Field.cs" />
<Compile Include="SettingControls\Pickers\Media.cs" />
<Compile Include="SettingControls\Pickers\MediaType.cs" />
<Compile Include="SettingControls\Pickers\MemberGroup.cs" />
<Compile Include="SettingControls\Pickers\MemberType.cs" />
<Compile Include="SettingControls\Pickers\Path.cs" />
<Compile Include="SettingControls\RadioButtonList.cs" />
<Compile Include="SettingControls\TextArea.cs" />
<Compile Include="SettingControls\TextField.cs" />
<Compile Include="SettingControls\Values.cs" />
<Compile Include="simpleEditor\simpleEditor.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="simpleEditor\simpleEditorDataType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Slider\SliderControl.cs" />
<Compile Include="Slider\SliderDataType.cs" />
<Compile Include="Slider\SliderOptions.cs" />
<Compile Include="Slider\SliderPrevalueEditor.cs" />
<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="tinymce\tinyMCEConfiguration.cs" />
<Compile Include="tinymce\TinyMCEDataType.cs" />
<Compile Include="tinymce\TinyMCELegacyControl.cs" />
<Compile Include="tinymce\tinyMCEImageHelper.cs" />
<Compile Include="tinymce\tinyMCEPreValueConfigurator.cs" />
<Compile Include="userControlWrapper\SerializationHelper.cs" />
<Compile Include="userControlWrapper\usercontrolData.cs" />
<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="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="XmlData.cs" />
<Compile Include="XPathCheckBoxList\XPathCheckBoxListDataEditor.cs" />
<Compile Include="XPathCheckBoxList\XPathCheckBoxListDataType.cs" />
<Compile Include="XPathCheckBoxList\XPathCheckBoxListOptions.cs" />
<Compile Include="XPathCheckBoxList\XPathCheckBoxListPreValueEditor.cs" />
<Compile Include="XPathDropDownList\XPathDropDownListDataEditor.cs" />
<Compile Include="XPathDropDownList\XPathDropDownListDataType.cs" />
<Compile Include="XPathDropDownList\XPathDropDownListOptions.cs" />
<Compile Include="XPathDropDownList\XPathDropDownListPreValueEditor.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="mediapicker\MediaChooserScripts.resx">
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>MediaChooserScripts.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="MultiNodeTreePicker\MNTPResources.resx" />
<EmbeddedResource Include="textfield\textFieldDataEditor.resx">
<DependentUpon>textFieldDataEditor.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<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>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="MultiNodeTreePicker\MultiNodePickerScripts.js" />
<EmbeddedResource Include="MultiNodeTreePicker\MultiNodePickerStyles.css" />
<EmbeddedResource Include="MultipleTextstring\MultipleTextstring.css" />
<EmbeddedResource Include="MultipleTextstring\MultipleTextstring.js" />
<EmbeddedResource Include="PrevalueEditor.css" />
<EmbeddedResource Include="KeyValuePrevalueEditor.js" />
<EmbeddedResource Include="KeyValuePrevalueEditor.css" />
<Content Include="mediapicker\MediaPicker.js" />
<EmbeddedResource Include="SettingControls\css\Values.css" />
<EmbeddedResource Include="SettingControls\js\Values.js" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>