2015-12-15 11:55:23 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2021-02-19 10:31:26 +01:00
<Import Project= "..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition= "Exists('..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
2015-12-15 11:55:23 +00:00
<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 > {2CF067CA-064B-43C6-8B88-5E3B99A65F1D}</ProjectGuid>
<ProjectTypeGuids > {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Orchard.CustomForms</RootNamespace>
<AssemblyName > Orchard.CustomForms</AssemblyName>
2021-02-19 10:31:26 +01:00
<TargetFrameworkVersion > v4.8</TargetFrameworkVersion>
2015-12-15 11:55:23 +00:00
<MvcBuildViews > false</MvcBuildViews>
<FileUpgradeFlags >
</FileUpgradeFlags>
<OldToolsVersion > 4.0</OldToolsVersion>
<UpgradeBackupLocation >
</UpgradeBackupLocation>
<TargetFrameworkProfile />
<UseIISExpress > false</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
2018-08-09 12:22:42 -07:00
<Use64BitIISExpress />
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2015-12-15 11:55:23 +00:00
</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>
2018-09-19 13:45:23 +02:00
<LangVersion > latest</LangVersion>
2015-12-15 11:55:23 +00:00
<CodeAnalysisRuleSet > ..\..\..\OrchardBasicCorrectness.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>
2018-09-19 13:45:23 +02:00
<LangVersion > latest</LangVersion>
2015-12-15 11:55:23 +00:00
<CodeAnalysisRuleSet > AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<ItemGroup >
2018-09-19 20:59:06 +02:00
<Reference Include= "Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
2017-12-21 21:49:53 +01:00
</Reference>
2015-12-15 11:55:23 +00:00
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<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" />
2016-02-19 22:49:15 +01:00
<Reference Include= "System.Web" />
<Reference Include= "System.Web.Abstractions" />
2015-12-15 11:55:23 +00:00
<Reference Include= "System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2021-02-19 10:31:26 +01:00
<HintPath > ..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
2015-12-15 11:55:23 +00:00
</Reference>
2021-02-19 10:31:26 +01:00
<Reference Include= "System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\..\..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
2015-12-15 11:55:23 +00:00
</Reference>
<Reference Include= "System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2021-02-19 10:31:26 +01:00
<HintPath > ..\..\..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
2015-12-15 11:55:23 +00:00
</Reference>
<Reference Include= "System.Web.Routing" />
<Reference Include= "System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2021-02-19 10:31:26 +01:00
<HintPath > ..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
2015-12-15 11:55:23 +00:00
</Reference>
<Reference Include= "System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2021-02-19 10:31:26 +01:00
<HintPath > ..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
2015-12-15 11:55:23 +00:00
</Reference>
<Reference Include= "System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2021-02-19 10:31:26 +01:00
<HintPath > ..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
2015-12-15 11:55:23 +00:00
</Reference>
<Reference Include= "System.Xml" />
<Reference Include= "System.Configuration" />
<Reference Include= "System.Xml.Linq" />
</ItemGroup>
<ItemGroup >
<Content Include= "Styles\images\menu.customforms.png" />
<Content Include= "Styles\menu.customforms-admin.css" />
<Content Include= "Styles\workflows-activity-form-submitted.css" />
<Content Include= "Web.config" />
<Content Include= "Scripts\Web.config" />
<Content Include= "Styles\Web.config" />
<Compile Include= "Activities\SelectCustomForm.cs" />
<Compile Include= "Activities\FormSubmittedActivity.cs" />
<Compile 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>
2017-06-29 21:10:51 +02:00
<Private > $(MvcBuildViews)</Private>
2015-12-15 11:55:23 +00:00
</ProjectReference>
<ProjectReference Include= "..\..\Core\Orchard.Core.csproj" >
<Project > {9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
<Name > Orchard.Core</Name>
2017-06-29 21:10:51 +02:00
<Private > $(MvcBuildViews)</Private>
2015-12-15 11:55:23 +00:00
</ProjectReference>
<ProjectReference Include= "..\Orchard.Forms\Orchard.Forms.csproj" >
<Project > {642a49d7-8752-4177-80d6-bfbbcfad3de0}</Project>
<Name > Orchard.Forms</Name>
</ProjectReference>
<ProjectReference Include= "..\Orchard.Tokens\Orchard.Tokens.csproj" >
<Project > {6F759635-13D7-4E94-BCC9-80445D63F117}</Project>
<Name > Orchard.Tokens</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= "AdminMenu.cs" />
<Compile Include= "Controllers\AdminController.cs" />
<Compile Include= "Controllers\ItemController.cs" />
<Compile Include= "Drivers\CustomFormPartDriver.cs" />
<Compile Include= "Permissions.cs" />
<Compile Include= "Handlers\CustomFormPartHandler.cs" />
<Compile Include= "Migrations.cs" />
<Compile Include= "Models\CustomFormPart.cs" />
<Compile Include= "Models\CustomFormPartRecord.cs" />
<Compile Include= "Rules\CustomFormEvents.cs" />
<Compile Include= "Rules\IRulesManager.cs" />
<Compile Include= "Security\AuthorizationEventHandler.cs" />
2024-01-26 09:12:09 +01:00
<Compile Include= "Services\EditorBuilderWrapper.cs" />
<Compile Include= "Services\IEditorBuilderWrapper.cs" />
2015-12-15 11:55:23 +00:00
<Compile Include= "ViewModels\CustomFormIndexViewModel.cs" />
<Compile Include= "ViewModels\CustomFormPartEditViewModel.cs" />
</ItemGroup>
<ItemGroup >
<Content Include= "Views\Admin\Index.cshtml" />
</ItemGroup>
<ItemGroup >
<Content Include= "Views\Admin\Item.cshtml" />
</ItemGroup>
<ItemGroup >
<Content Include= "Views\EditorTemplates\Parts.CustomForm.Fields.cshtml" />
</ItemGroup>
<ItemGroup >
<Content Include= "Views\Item\Create.cshtml" />
</ItemGroup>
<ItemGroup >
<Content Include= "Views\Parts.CustomForm.Edit.cshtml" />
</ItemGroup>
<ItemGroup >
<Content Include= "Views\Parts.CustomForm.SummaryAdmin.cshtml" />
</ItemGroup>
<ItemGroup >
<Content Include= "Placement.info" >
<SubType > Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup >
2018-08-09 12:22:42 -07:00
<None Include= "packages.config" />
2015-12-15 11:55:23 +00:00
</ItemGroup>
<ItemGroup >
2018-08-09 12:22:42 -07:00
<Content Include= "Views\Parts.CustomForm.Wrapper.cshtml" />
2015-12-15 11:55:23 +00:00
</ItemGroup>
2022-01-14 09:11:12 +01:00
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2015-12-15 11:55:23 +00:00
<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'" >
2017-06-29 21:10:51 +02:00
<AspNetCompiler VirtualPath= "temp" PhysicalPath= "$(ProjectDir)" />
2015-12-15 11:55:23 +00:00
</Target>
<ProjectExtensions >
<VisualStudio >
<FlavorProperties GUID= "{349c5851-65df-11da-9384-00065b846f21}" >
<WebProjectProperties >
<UseIIS > False</UseIIS>
<AutoAssignPort > True</AutoAssignPort>
<DevelopmentServerPort > 51352</DevelopmentServerPort>
<DevelopmentServerVPath > /</DevelopmentServerVPath>
<IISUrl >
</IISUrl>
<NTLMAuthentication > False</NTLMAuthentication>
<UseCustomServer > True</UseCustomServer>
2019-02-19 20:42:13 +01:00
<CustomServerUrl > https://github.com/OrchardCMS/Orchard</CustomServerUrl>
2015-12-15 11:55:23 +00:00
<SaveServerSettingsInUserFile > False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
2018-08-09 12:22:42 -07:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2021-02-19 10:31:26 +01:00
<Error Condition= "!Exists('..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
2018-08-09 12:22:42 -07:00
</Target>
2024-01-26 09:12:09 +01:00
</Project>