Orchard/src/Orchard.Web/Modules/Orchard.DynamicForms/Orchard.DynamicForms.csproj
2014-10-14 16:10:01 -07:00

392 lines
18 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{82190F52-2901-46D6-8A4C-34649959483F}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Orchard.DynamicForms</RootNamespace>
<AssemblyName>Orchard.DynamicForms</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>4.0</OldToolsVersion>
<UpgradeBackupLocation />
<TargetFrameworkProfile />
<UseIISExpress>false</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.ComponentModel.DataAnnotations">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="System.Web" />
<Reference Include="System.Web.Abstractions" />
<Reference Include="System.Web.Routing" />
<Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.WebPages.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Content Include="Scripts\jquery.validate.js" />
<Content Include="Scripts\jquery.validate.min.js" />
<Content Include="Scripts\jquery.validate.unobtrusive.additional.js" />
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
<Content Include="Styles\form-elements.css" />
<Content Include="Styles\forms-admin.css" />
<Content Include="Styles\form.designer.css" />
<Content Include="Styles\menu.dynamicforms-admin.css" />
<Content Include="Styles\menu.dynamicforms.png" />
<Content Include="Web.config" />
<Content Include="Scripts\Web.config" />
<Content Include="Styles\Web.config" />
<Content Include="Properties\AssemblyInfo.cs" />
<Content Include="Module.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
<Name>Orchard.Framework</Name>
</ProjectReference>
<ProjectReference Include="..\..\Core\Orchard.Core.csproj">
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
<Name>Orchard.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Orchard.AuditTrail\Orchard.AuditTrail.csproj">
<Project>{3dd574cd-9c5d-4a45-85e1-ebba64c22b5f}</Project>
<Name>Orchard.AuditTrail</Name>
</ProjectReference>
<ProjectReference Include="..\Orchard.Forms\Orchard.Forms.csproj">
<Project>{642a49d7-8752-4177-80d6-bfbbcfad3de0}</Project>
<Name>Orchard.Forms</Name>
</ProjectReference>
<ProjectReference Include="..\Orchard.Layouts\Orchard.Layouts.csproj">
<Project>{6bd8b2fa-f2e3-4ac8-a4c3-2925a653889a}</Project>
<Name>Orchard.Layouts</Name>
</ProjectReference>
<ProjectReference Include="..\Orchard.Taxonomies\Orchard.Taxonomies.csproj">
<Project>{e649ea64-d213-461b-87f7-d67035801443}</Project>
<Name>Orchard.Taxonomies</Name>
</ProjectReference>
<ProjectReference Include="..\Orchard.Tokens\Orchard.Tokens.csproj">
<Project>{6f759635-13d7-4e94-bcc9-80445d63f117}</Project>
<Name>Orchard.Tokens</Name>
</ProjectReference>
<ProjectReference Include="..\Orchard.Users\Orchard.Users.csproj">
<Project>{79aed36e-abd0-4747-93d3-8722b042454b}</Project>
<Name>Orchard.Users</Name>
</ProjectReference>
<ProjectReference Include="..\Orchard.Workflows\Orchard.Workflows.csproj">
<Project>{7059493c-8251-4764-9c1e-2368b8b485bc}</Project>
<Name>Orchard.Workflows</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Activities\FormSubmittedActivity.cs" />
<Compile Include="Activities\SelectDynamicForms.cs" />
<Compile Include="Bindings\TextFieldBindings.cs" />
<Compile Include="Bindings\BodyPartBindings.cs" />
<Compile Include="Bindings\UserPartBindings.cs" />
<Compile Include="Controllers\SubmissionAdminController.cs" />
<Compile Include="Controllers\AdminController.cs" />
<Compile Include="Controllers\FormController.cs" />
<Compile Include="Drivers\ValidationMessageDriver.cs" />
<Compile Include="Drivers\ValidationSummaryDriver.cs" />
<Compile Include="Elements\ValidationMessage.cs" />
<Compile Include="Elements\ValidationSummary.cs" />
<Compile Include="Handlers\ClientValidationRegistrationCoordinator.cs" />
<Compile Include="Handlers\ValidatorsCoordinator.cs" />
<Compile Include="Handlers\FormSubmissionCoordinator.cs" />
<Compile Include="Helpers\FormControllerExtensions.cs" />
<Compile Include="Helpers\FieldValidatorsExtensions.cs" />
<Compile Include="Services\ElementValidator.cs" />
<Compile Include="Services\FormEventHandlerBase.cs" />
<Compile Include="Services\ITempDataAccessor.cs" />
<Compile Include="Services\IElementValidator.cs" />
<Compile Include="Services\Models\RegisterClientValidationAttributesEventContext.cs" />
<Compile Include="Validators\CheckBoxValidator.cs" />
<Compile Include="Validators\Settings\CheckBoxValidationSettings.cs" />
<Compile Include="Validators\Settings\TextFieldValidationSettings.cs" />
<Compile Include="Validators\Settings\ValidationSettingsBase.cs" />
<Compile Include="Services\Models\FormEventContext.cs" />
<Compile Include="Drivers\ValidationElementDriver.cs" />
<Compile Include="Drivers\BindingsElementDriver.cs" />
<Compile Include="Drivers\TaxonomyDriver.cs" />
<Compile Include="Drivers\HiddenFieldDriver.cs" />
<Compile Include="Drivers\CheckboxDriver.cs" />
<Compile Include="Drivers\TextAreaDriver.cs" />
<Compile Include="Drivers\RadioButtonDriver.cs" />
<Compile Include="Drivers\EnumerationDriver.cs" />
<Compile Include="Drivers\UserNameFieldDriver.cs" />
<Compile Include="Elements\LabeledFormElement.cs" />
<Compile Include="Elements\Taxonomy.cs" />
<Compile Include="Elements\HiddenField.cs" />
<Compile Include="Elements\Checkbox.cs" />
<Compile Include="Elements\RadioButton.cs" />
<Compile Include="Elements\TextArea.cs" />
<Compile Include="Elements\Enumeration.cs" />
<Compile Include="Elements\UserNameField.cs" />
<Compile Include="Forms\AutoLabelForm.cs" />
<Compile Include="Handlers\UserNameFieldHandler.cs" />
<Compile Include="Helpers\StreamExtensions.cs" />
<Compile Include="Helpers\DataTableExtensions.cs" />
<Compile Include="Helpers\TokenizerExtensions.cs" />
<Compile Include="ImportExport\FormsExportStep.cs" />
<Compile Include="ImportExport\FormsExportHandler.cs" />
<Compile Include="ImportExport\FormsImportHandler.cs" />
<Compile Include="Services\IFormEventHandler.cs" />
<Compile Include="Services\Models\FieldValidatorDescriptor.cs" />
<Compile Include="Services\Models\FormSubmittedEventContext.cs" />
<Compile Include="Services\Models\FormValidatedEventContext.cs" />
<Compile Include="Services\Models\FormValidatingEventContext.cs" />
<Compile Include="Services\Models\BindingDescriptor.cs" />
<Compile Include="Services\Models\ContentFieldBindingDescriptor.cs" />
<Compile Include="Services\Models\ContentPartBindingDescriptor.cs" />
<Compile Include="Services\Models\ValidateInputContext.cs" />
<Compile Include="Validators\TextFieldValidator.cs" />
<Compile Include="ViewModels\FieldValidationSettings.cs" />
<Compile Include="ViewModels\FormBindingSettings.cs" />
<Compile Include="Helpers\ContentTypeDefinitionExtensions.cs" />
<Compile Include="Services\BindingManager.cs" />
<Compile Include="Services\IBindingManager.cs" />
<Compile Include="Services\IBindingProvider.cs" />
<Compile Include="Services\Models\BindingDescribeContext.cs" />
<Compile Include="Services\Models\BindingContext.cs" />
<Compile Include="Bindings\TitlePartBindings.cs" />
<Compile Include="ViewModels\BindingSettings.cs" />
<Compile Include="ViewModels\FieldBindingSettings.cs" />
<Compile Include="ViewModels\PartBindingSettings.cs" />
<Compile Include="ViewModels\BlueprintsIndexViewModel.cs" />
<Compile Include="ViewModels\SubmissionViewModel.cs" />
<Compile Include="ViewModels\SubmissionsIndexViewModel.cs" />
<Compile Include="Helpers\SubmissionExtensions.cs" />
<Compile Include="ViewModels\FormsIndexViewModel.cs" />
<Compile Include="Drivers\CommonFormElementDriver.cs" />
<Compile Include="Drivers\FormDriver.cs" />
<Compile Include="Drivers\ButtonDriver.cs" />
<Compile Include="Drivers\IpAddressFieldDriver.cs" />
<Compile Include="Elements\IpAddressField.cs" />
<Compile Include="Handlers\IpAddressFieldHandler.cs" />
<Compile Include="AdminMenu.cs" />
<Compile Include="Migrations.cs" />
<Compile Include="Handlers\ReadFormValuesHandler.cs" />
<Compile Include="Services\FormElementEventHandlerBase.cs" />
<Compile Include="Helpers\NameValueCollectionExtensions.cs" />
<Compile Include="Models\Submission.cs" />
<Compile Include="Permissions.cs" />
<Compile Include="Services\FormService.cs" />
<Compile Include="Services\IFormElementEventHandler.cs" />
<Compile Include="Services\IFormService.cs" />
<Compile Include="Drivers\LabelDriver.cs" />
<Compile Include="Drivers\TextFieldDriver.cs" />
<Compile Include="Elements\FormCategoryProvider.cs" />
<Compile Include="Elements\FormElement.cs" />
<Compile Include="Elements\Form.cs" />
<Compile Include="Elements\Button.cs" />
<Compile Include="Elements\Label.cs" />
<Compile Include="Elements\TextField.cs" />
<Compile Include="Services\ReadElementValuesContext.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\SubmissionAdmin\Index.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-TextField.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form.Design.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-Button.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-Label.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-TextField.Design.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-IpAddressField.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-IpAddressField.Design.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Admin\Index.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\SubmissionAdmin\Details.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\EditorTemplates\FormBindings.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-UserNameField.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-UserNameField.Design.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-HiddenField.Design.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-HiddenField.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-TextArea.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-TextArea.Design.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-RadioButton.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-RadioButton.Design.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-Checkbox.Design.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-Checkbox.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-Enumeration-SelectList.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-Enumeration-MultiSelectList.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-Enumeration-RadioList.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-Enumeration-CheckList.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-Taxonomy-SelectList.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-Taxonomy-RadioList.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-Taxonomy-MultiSelectList.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-Taxonomy-CheckList.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Activity-DynamicFormSubmitted.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\BlueprintAdmin\Index.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-ValidationSummary.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-ValidationSummary.Design.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-ValidationMessage.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Element-Form-ValidationMessage.Design.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\FormElement.Wrapper.cshtml" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<!-- 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>45979</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>