2009-11-10 03:41:01 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-08-13 14:07:45 -07:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2009-11-10 03:41:01 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{6CB3EB30-F725-45C0-9742-42599BA8E8D2}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2010-02-07 00:27:41 -08:00
|
|
|
|
<RootNamespace>Orchard.Tests.Modules</RootNamespace>
|
|
|
|
|
<AssemblyName>Orchard.Tests.Modules</AssemblyName>
|
2014-08-13 14:07:45 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
2009-11-10 03:41:01 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</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>false</IsWebBootstrapper>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2010-05-06 11:13:31 -07:00
|
|
|
|
<TargetFrameworkProfile />
|
2009-11-10 03:41:01 +00:00
|
|
|
|
</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>
|
2010-11-12 12:47:06 -08:00
|
|
|
|
<CodeAnalysisRuleSet>..\OrchardBasicCorrectness.ruleset</CodeAnalysisRuleSet>
|
2010-07-13 22:04:02 -07:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2013-08-23 13:25:42 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2009-11-10 03:41:01 +00:00
|
|
|
|
</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>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2010-07-13 22:04:02 -07:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2013-08-23 13:25:42 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2009-11-10 03:41:01 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2010-04-02 15:17:13 -07:00
|
|
|
|
<Reference Include="Autofac, Version=2.1.13.813, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\autofac\Autofac.dll</HintPath>
|
|
|
|
|
</Reference>
|
2014-10-13 13:52:38 +01:00
|
|
|
|
<Reference Include="Castle.Core, Version=3.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\castle\net45\Castle.Core.dll</HintPath>
|
2010-11-14 00:09:42 -08:00
|
|
|
|
</Reference>
|
2012-07-10 16:01:46 -07:00
|
|
|
|
<Reference Include="FluentNHibernate, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8aa435e3cb308880, processorArchitecture=MSIL">
|
2009-11-10 08:43:28 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-07-10 16:01:46 -07:00
|
|
|
|
<HintPath>..\..\lib\nhibernate\FluentNHibernate.dll</HintPath>
|
2009-11-10 08:43:28 +00:00
|
|
|
|
</Reference>
|
2010-11-19 23:41:33 -08:00
|
|
|
|
<Reference Include="FluentPath">
|
|
|
|
|
<HintPath>..\..\lib\fluentpath\FluentPath.dll</HintPath>
|
|
|
|
|
</Reference>
|
2012-07-10 16:01:46 -07:00
|
|
|
|
<Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\nhibernate\Iesi.Collections.dll</HintPath>
|
|
|
|
|
</Reference>
|
2012-09-05 18:47:59 -07:00
|
|
|
|
<Reference Include="Ionic.Zip">
|
|
|
|
|
<HintPath>..\..\lib\dotnetzip\Ionic.Zip.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-10-04 12:27:59 -07:00
|
|
|
|
<Reference Include="IronRuby, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\dlr\IronRuby.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="IronRuby.Libraries">
|
|
|
|
|
<HintPath>..\..\lib\dlr\IronRuby.Libraries.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-11-18 23:50:28 -08:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2010-10-04 12:27:59 -07:00
|
|
|
|
<Reference Include="Microsoft.Dynamic, Version=1.1.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\dlr\Microsoft.Dynamic.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.Scripting, Version=1.1.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\dlr\Microsoft.Scripting.dll</HintPath>
|
|
|
|
|
</Reference>
|
2009-11-10 17:33:39 +00:00
|
|
|
|
<Reference Include="Moq, Version=4.0.812.4, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\moq\Moq.dll</HintPath>
|
|
|
|
|
</Reference>
|
2014-10-22 23:29:00 -04:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\newtonsoft.json\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
2012-11-14 16:19:57 -08:00
|
|
|
|
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
2009-11-10 08:43:28 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-07-10 16:01:46 -07:00
|
|
|
|
<HintPath>..\..\lib\nhibernate\NHibernate.dll</HintPath>
|
2009-11-10 08:43:28 +00:00
|
|
|
|
</Reference>
|
2011-03-15 16:43:11 -07:00
|
|
|
|
<Reference Include="NuGet.Core, Version=1.0.11220.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\nuget\NuGet.Core.dll</HintPath>
|
|
|
|
|
</Reference>
|
2009-11-10 08:43:28 +00:00
|
|
|
|
<Reference Include="nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\nunit\nunit.framework.dll</HintPath>
|
|
|
|
|
</Reference>
|
2009-11-10 03:41:01 +00:00
|
|
|
|
<Reference Include="System" />
|
2010-10-18 14:56:17 -07:00
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
2009-11-10 03:41:01 +00:00
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2011-10-18 15:58:06 -07:00
|
|
|
|
<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
2010-07-13 19:49:42 -07:00
|
|
|
|
<HintPath>..\..\lib\sqlce\System.Data.SqlServerCe.dll</HintPath>
|
2010-11-19 14:44:42 -08:00
|
|
|
|
<Private>True</Private>
|
2009-11-10 08:43:28 +00:00
|
|
|
|
</Reference>
|
2009-11-14 05:35:58 +00:00
|
|
|
|
<Reference Include="System.Web" />
|
2009-11-10 17:33:39 +00:00
|
|
|
|
<Reference Include="System.Web.Abstractions">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2010-05-06 11:13:31 -07:00
|
|
|
|
<Reference Include="System.Web.ApplicationServices" />
|
2010-08-16 15:37:51 -07:00
|
|
|
|
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2009-11-10 08:43:28 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
|
|
|
|
</Reference>
|
2009-11-10 17:33:39 +00:00
|
|
|
|
<Reference Include="System.Web.Routing">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2009-11-10 03:41:01 +00:00
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2010-10-29 12:17:26 -07:00
|
|
|
|
<Reference Include="WindowsBase" />
|
2009-11-10 03:41:01 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-06-06 21:59:13 +01:00
|
|
|
|
<Compile Include="Autoroute\DefaultSlugServiceTests.cs" />
|
2010-09-29 15:56:18 -07:00
|
|
|
|
<Compile Include="CodeGeneration\Commands\CodeGenerationCommandsTests.cs" />
|
2010-12-04 17:33:02 -08:00
|
|
|
|
<Compile Include="Comments\Services\CommentServiceTests.cs" />
|
2014-10-22 23:29:00 -04:00
|
|
|
|
<Compile Include="DesignerTools\Services\ObjectDumperTests.cs" />
|
2011-12-05 12:20:37 -08:00
|
|
|
|
<Compile Include="Email\EmailChannelTests.cs" />
|
2013-09-09 13:20:41 -07:00
|
|
|
|
<Compile Include="ImageProcessing\ImageProcessingTests.cs" />
|
2011-03-10 14:23:46 -08:00
|
|
|
|
<Compile Include="ImportExport\Services\ImportExportServiceTests.cs" />
|
2011-02-24 16:58:18 -08:00
|
|
|
|
<Compile Include="Indexing\IndexingTaskExecutorTests.cs" />
|
2010-12-11 15:40:08 -08:00
|
|
|
|
<Compile Include="Indexing\LuceneIndexProviderTests.cs" />
|
|
|
|
|
<Compile Include="Indexing\LuceneSearchBuilderTests.cs" />
|
2012-08-12 17:27:53 -07:00
|
|
|
|
<Compile Include="Media\Extensions\MediaHelpersTests.cs" />
|
2011-01-31 12:12:22 -08:00
|
|
|
|
<Compile Include="Media\Services\MediaServiceTests.cs" />
|
2011-04-15 16:44:12 -07:00
|
|
|
|
<Compile Include="Packaging\Services\FileBasedProjectSystemTests.cs" />
|
2011-04-03 16:12:13 -07:00
|
|
|
|
<Compile Include="Packaging\Services\FolderUpdaterTests.cs" />
|
|
|
|
|
<Compile Include="Packaging\Services\PackageInstallerTests.cs" />
|
2015-07-30 14:26:01 +01:00
|
|
|
|
<Compile Include="Recipes\RecipeHandlers\RecipeParserTest.cs" />
|
2015-07-23 10:34:39 +01:00
|
|
|
|
<Compile Include="Recipes\RecipeHandlers\RecipeExecutionStepHandlerTest.cs" />
|
2015-07-15 12:53:19 +01:00
|
|
|
|
<Compile Include="Recipes\RecipeHandlers\ModuleStepTest.cs" />
|
2015-07-23 10:34:39 +01:00
|
|
|
|
<Compile Include="Recipes\RecipeHandlers\ThemeStepTest.cs" />
|
2011-02-10 16:03:43 -08:00
|
|
|
|
<Compile Include="Recipes\Services\RecipeManagerTests.cs" />
|
2011-01-07 21:44:50 -08:00
|
|
|
|
<Compile Include="Scripting.Dlr\EvaluatorTests.cs" />
|
|
|
|
|
<Compile Include="Scripting\EvaluatorTestsBase.cs" />
|
2010-11-28 10:01:59 -08:00
|
|
|
|
<Compile Include="Scripting\EvaluatorTests.cs" />
|
|
|
|
|
<Compile Include="Scripting\ParserTests.cs" />
|
|
|
|
|
<Compile Include="Scripting\TokenizerTests.cs" />
|
|
|
|
|
<Compile Include="Scripting\SimpleScriptingTests.cs" />
|
2009-11-10 17:33:39 +00:00
|
|
|
|
<Compile Include="DatabaseEnabledTestsBase.cs" />
|
2010-11-04 22:25:08 -07:00
|
|
|
|
<Compile Include="Media\Extensions\LongExtensionsTests.cs" />
|
2011-02-01 13:17:03 -08:00
|
|
|
|
<Compile Include="Packaging\Services\PackageBuilderTests.cs" />
|
2009-11-10 03:41:01 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2009-11-12 19:56:13 +00:00
|
|
|
|
<Compile Include="Roles\Controllers\AdminControllerTests.cs" />
|
|
|
|
|
<Compile Include="Roles\Services\RoleServiceTests.cs" />
|
2010-10-18 14:56:17 -07:00
|
|
|
|
<Compile Include="Migrations\SchemaCommandGeneratorTests.cs" />
|
2010-11-28 10:01:59 -08:00
|
|
|
|
<Compile Include="Scripting.Dlr\ScriptingTests.cs" />
|
2010-06-11 17:28:46 -07:00
|
|
|
|
<Compile Include="Settings\Blueprint\ShellDescriptorManagerTests.cs" />
|
2014-03-26 17:37:01 -07:00
|
|
|
|
<Compile Include="Stubs\MessageChannelSelectorStub.cs" />
|
|
|
|
|
<Compile Include="Stubs\ShapeDisplayStub.cs" />
|
2010-11-25 17:07:20 -08:00
|
|
|
|
<Compile Include="Tags\Services\TagsServiceTests.cs" />
|
2010-10-05 13:55:29 -07:00
|
|
|
|
<Compile Include="Themes\Services\ThemeServiceTests.cs" />
|
2010-11-28 18:34:13 -08:00
|
|
|
|
<Compile Include="Users\Controllers\AccountControllerTests.cs" />
|
|
|
|
|
<Compile Include="Users\Services\UserServiceTests.cs" />
|
2010-12-03 16:14:17 -08:00
|
|
|
|
<Compile Include="Users\ShellSettingsUtility.cs" />
|
2009-12-25 09:03:03 +00:00
|
|
|
|
<Compile Include="Values.cs" />
|
2009-11-10 08:43:28 +00:00
|
|
|
|
<Compile Include="Users\Services\MembershipServiceTests.cs" />
|
2011-03-17 11:06:23 -07:00
|
|
|
|
<Compile Include="Warmup\WebDownloaderTests.cs" />
|
|
|
|
|
<Compile Include="Warmup\WarmupUpdaterTests.cs" />
|
2015-11-19 14:02:12 +01:00
|
|
|
|
<Compile Include="Conditions\Providers\UrlRuleConditionTest.cs" />
|
2010-10-11 10:15:15 -07:00
|
|
|
|
<Compile Include="Widgets\Services\WidgetsServiceTest.cs" />
|
2015-11-19 14:02:12 +01:00
|
|
|
|
<Compile Include="Conditions\ConditionEvaluationTests.cs" />
|
2013-09-11 11:29:44 -07:00
|
|
|
|
<Compile Include="Workflows\Activities\WebRequestActivityTests.cs" />
|
2010-11-17 15:36:57 -08:00
|
|
|
|
<Compile Include="XmlRpc\Controllers\LiveWriterControllerTests.cs" />
|
2009-11-14 02:35:43 +00:00
|
|
|
|
<Compile Include="XmlRpc\Controllers\HomeControllerTests.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Services\XmlRpcReaderTests.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Services\XmlRpcWriterTests.cs" />
|
2009-11-10 03:41:01 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard.Tests\Orchard.Framework.Tests.csproj">
|
2009-11-10 08:43:28 +00:00
|
|
|
|
<Project>{ABC826D4-2FA1-4F2F-87DE-E6095F653810}</Project>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<Name>Orchard.Framework.Tests</Name>
|
2009-11-10 08:43:28 +00:00
|
|
|
|
</ProjectReference>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Core\Orchard.Core.csproj">
|
|
|
|
|
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
|
|
|
|
|
<Name>Orchard.Core</Name>
|
2015-05-07 14:16:56 +02:00
|
|
|
|
<Private>True</Private>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
</ProjectReference>
|
2010-12-11 15:40:08 -08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Lucene\Lucene.csproj">
|
|
|
|
|
<Project>{D5D447D7-EF8E-43A6-B9A4-3B025DD9F45D}</Project>
|
|
|
|
|
<Name>Lucene</Name>
|
|
|
|
|
</ProjectReference>
|
2013-06-06 21:59:13 +01:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Autoroute\Orchard.Autoroute.csproj">
|
|
|
|
|
<Project>{66fccd76-2761-47e3-8d11-b45d0001ddaa}</Project>
|
|
|
|
|
<Name>Orchard.Autoroute</Name>
|
|
|
|
|
</ProjectReference>
|
2010-09-29 15:56:18 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.CodeGeneration\Orchard.CodeGeneration.csproj">
|
|
|
|
|
<Project>{C0C45321-B51D-4D8D-9B7B-AA4C2E0B2962}</Project>
|
|
|
|
|
<Name>Orchard.CodeGeneration</Name>
|
|
|
|
|
</ProjectReference>
|
2010-12-04 17:33:02 -08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Comments\Orchard.Comments.csproj">
|
|
|
|
|
<Project>{14C049FD-B35B-415A-A824-87F26B26E7FD}</Project>
|
|
|
|
|
<Name>Orchard.Comments</Name>
|
|
|
|
|
</ProjectReference>
|
2015-11-19 14:02:12 +01:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Conditions\Orchard.Conditions.csproj">
|
|
|
|
|
<Project>{98251eae-a41b-47b2-aa91-e28b8482da70}</Project>
|
|
|
|
|
<Name>Orchard.Conditions</Name>
|
|
|
|
|
</ProjectReference>
|
2014-10-22 23:29:00 -04:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.DesignerTools\Orchard.DesignerTools.csproj">
|
|
|
|
|
<Project>{4A4595EF-6C37-4F99-96ED-4AE0B9E438D3}</Project>
|
|
|
|
|
<Name>Orchard.DesignerTools</Name>
|
|
|
|
|
</ProjectReference>
|
2014-03-26 17:37:01 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Email\Orchard.Email.csproj">
|
|
|
|
|
<Project>{05660f47-d649-48bd-9ded-df4e01e7cff9}</Project>
|
|
|
|
|
<Name>Orchard.Email</Name>
|
|
|
|
|
</ProjectReference>
|
2011-03-10 14:23:46 -08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.ImportExport\Orchard.ImportExport.csproj">
|
|
|
|
|
<Project>{FE5C5947-D2D5-42C5-992A-13D672946135}</Project>
|
|
|
|
|
<Name>Orchard.ImportExport</Name>
|
|
|
|
|
</ProjectReference>
|
2010-12-11 15:40:08 -08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Indexing\Orchard.Indexing.csproj">
|
|
|
|
|
<Project>{EA2B9121-EF54-40A6-A53E-6593C86EE696}</Project>
|
|
|
|
|
<Name>Orchard.Indexing</Name>
|
|
|
|
|
</ProjectReference>
|
2013-09-09 13:20:41 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.MediaProcessing\Orchard.MediaProcessing.csproj">
|
|
|
|
|
<Project>{08191FCD-7258-4F19-95FB-AEC3DE77B2EB}</Project>
|
|
|
|
|
<Name>Orchard.MediaProcessing</Name>
|
|
|
|
|
</ProjectReference>
|
2010-11-04 22:25:08 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Media\Orchard.Media.csproj">
|
|
|
|
|
<Project>{D9A7B330-CD22-4DA1-A95A-8DE1982AD8EB}</Project>
|
|
|
|
|
<Name>Orchard.Media</Name>
|
|
|
|
|
</ProjectReference>
|
2010-10-05 13:55:29 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Modules\Orchard.Modules.csproj">
|
|
|
|
|
<Project>{17F86780-9A1F-4AA1-86F1-875EEC2730C7}</Project>
|
|
|
|
|
<Name>Orchard.Modules</Name>
|
|
|
|
|
</ProjectReference>
|
2010-10-29 12:17:26 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Packaging\Orchard.Packaging.csproj">
|
|
|
|
|
<Project>{DFD137A2-DDB5-4D22-BE0D-FA9AD4C8B059}</Project>
|
|
|
|
|
<Name>Orchard.Packaging</Name>
|
|
|
|
|
</ProjectReference>
|
2011-02-10 16:03:43 -08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Recipes\Orchard.Recipes.csproj">
|
|
|
|
|
<Project>{FC1D74E8-7A4D-48F4-83DE-95C6173780C4}</Project>
|
|
|
|
|
<Name>Orchard.Recipes</Name>
|
|
|
|
|
</ProjectReference>
|
2010-02-06 01:10:22 -08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Roles\Orchard.Roles.csproj">
|
2009-11-12 19:56:13 +00:00
|
|
|
|
<Project>{D10AD48F-407D-4DB5-A328-173EC7CB010F}</Project>
|
|
|
|
|
<Name>Orchard.Roles</Name>
|
|
|
|
|
</ProjectReference>
|
2010-11-28 10:01:59 -08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Scripting.Dlr\Orchard.Scripting.Dlr.csproj">
|
2010-11-18 23:57:54 -08:00
|
|
|
|
<Project>{2AD6973D-C7BB-416E-89FE-EEE34664E05F}</Project>
|
2010-11-28 10:01:59 -08:00
|
|
|
|
<Name>Orchard.Scripting.Dlr</Name>
|
2010-11-18 23:57:54 -08:00
|
|
|
|
</ProjectReference>
|
2010-11-28 10:54:21 -08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Scripting\Orchard.Scripting.csproj">
|
|
|
|
|
<Project>{99002B65-86F7-415E-BF4A-381AA8AB9CCC}</Project>
|
|
|
|
|
<Name>Orchard.Scripting</Name>
|
|
|
|
|
</ProjectReference>
|
2010-02-13 19:25:03 -08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Setup\Orchard.Setup.csproj">
|
2012-08-22 15:13:44 -07:00
|
|
|
|
<Project>{8c7fcbc2-e6e1-405e-bfb5-d8d9e67a09c4}</Project>
|
2010-02-13 19:25:03 -08:00
|
|
|
|
<Name>Orchard.Setup</Name>
|
|
|
|
|
</ProjectReference>
|
2010-11-25 17:07:20 -08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Tags\Orchard.Tags.csproj">
|
|
|
|
|
<Project>{5D0F00F0-26C9-4785-AD61-B85710C60EB0}</Project>
|
|
|
|
|
<Name>Orchard.Tags</Name>
|
|
|
|
|
</ProjectReference>
|
2015-08-10 15:24:18 +01:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.TaskLease\Orchard.TaskLease.csproj">
|
|
|
|
|
<Project>{3f72a4e9-7b72-4260-b010-c16ec54f9baf}</Project>
|
|
|
|
|
<Name>Orchard.TaskLease</Name>
|
|
|
|
|
</ProjectReference>
|
2010-10-05 13:55:29 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Themes\Orchard.Themes.csproj">
|
|
|
|
|
<Project>{CDE24A24-01D3-403C-84B9-37722E18DFB7}</Project>
|
|
|
|
|
<Name>Orchard.Themes</Name>
|
|
|
|
|
</ProjectReference>
|
2010-02-06 01:10:22 -08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Users\Orchard.Users.csproj">
|
2012-08-22 15:13:44 -07:00
|
|
|
|
<Project>{79aed36e-abd0-4747-93d3-8722b042454b}</Project>
|
2009-11-10 08:43:28 +00:00
|
|
|
|
<Name>Orchard.Users</Name>
|
|
|
|
|
</ProjectReference>
|
2011-03-17 11:06:23 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.WarmUp\Orchard.Warmup.csproj">
|
|
|
|
|
<Project>{9CD5C81F-5828-4384-8474-2E2BE71D5EDD}</Project>
|
|
|
|
|
<Name>Orchard.Warmup</Name>
|
|
|
|
|
</ProjectReference>
|
2010-10-04 12:27:59 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Widgets\Orchard.Widgets.csproj">
|
|
|
|
|
<Project>{194D3CCC-1153-474D-8176-FDE8D7D0D0BD}</Project>
|
|
|
|
|
<Name>Orchard.Widgets</Name>
|
|
|
|
|
</ProjectReference>
|
2013-09-11 11:29:44 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Modules\Orchard.Workflows\Orchard.Workflows.csproj">
|
|
|
|
|
<Project>{7059493C-8251-4764-9C1E-2368B8B485BC}</Project>
|
|
|
|
|
<Name>Orchard.Workflows</Name>
|
|
|
|
|
</ProjectReference>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard\Orchard.Framework.csproj">
|
2009-11-10 08:43:28 +00:00
|
|
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<Name>Orchard.Framework</Name>
|
2015-05-07 14:16:56 +02:00
|
|
|
|
<Private>True</Private>
|
2009-11-10 08:43:28 +00:00
|
|
|
|
</ProjectReference>
|
2009-11-10 03:41:01 +00:00
|
|
|
|
</ItemGroup>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<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.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2010-10-29 12:17:26 -07:00
|
|
|
|
<ItemGroup>
|
2011-02-01 13:17:03 -08:00
|
|
|
|
<EmbeddedResource Include="Packaging\Services\Hello.World.csproj.txt" />
|
2011-02-10 16:03:43 -08:00
|
|
|
|
<EmbeddedResource Include="Recipes\Services\FoldersData\Sample1\Module.txt" />
|
|
|
|
|
<EmbeddedResource Include="Recipes\Services\FoldersData\Sample1\Recipes\cms.recipe.xml" />
|
|
|
|
|
</ItemGroup>
|
2014-03-26 12:21:36 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
|
|
|
</ItemGroup>
|
2014-08-22 17:06:28 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
2015-07-30 14:26:01 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Recipes\Services\FoldersData\Sample2\Module.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Recipes\Services\FoldersData\Sample2\Recipes\duplicate-steps.recipe.xml" />
|
|
|
|
|
</ItemGroup>
|
2009-11-10 03:41:01 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2015-04-16 16:23:12 +02:00
|
|
|
|
<!-- 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>
|
2010-07-13 19:49:42 -07:00
|
|
|
|
-->
|
|
|
|
|
<Target Name="CopySqlCeBinaries">
|
|
|
|
|
<ItemGroup>
|
2011-01-12 00:47:26 -08:00
|
|
|
|
<SqlCeBinariesx86 Include="$(ProjectDir)..\..\lib\sqlce\x86\**\*" />
|
|
|
|
|
<SqlCeBinariesx64 Include="$(ProjectDir)..\..\lib\sqlce\amd64\**\*" />
|
2010-07-13 19:49:42 -07:00
|
|
|
|
</ItemGroup>
|
2011-01-12 00:47:26 -08:00
|
|
|
|
<Copy SourceFiles="@(SqlCeBinariesx86)" DestinationFolder="$(OutputPath)\x86\%(RecursiveDir)" SkipUnchangedFiles="true" />
|
|
|
|
|
<Copy SourceFiles="@(SqlCeBinariesx64)" DestinationFolder="$(OutputPath)\amd64\%(RecursiveDir)" SkipUnchangedFiles="true" />
|
2010-07-13 19:49:42 -07:00
|
|
|
|
</Target>
|
2009-11-10 03:41:01 +00:00
|
|
|
|
<Target Name="AfterBuild">
|
2010-07-13 19:49:42 -07:00
|
|
|
|
<CallTarget Targets="CopySqlCeBinaries" />
|
2009-11-10 03:41:01 +00:00
|
|
|
|
</Target>
|
|
|
|
|
</Project>
|