2009-11-18 05:36:09 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{2FC1D9C8-446D-4414-B252-5E9FBE61EB63}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Orchard.Core.Tests</RootNamespace>
|
|
|
|
|
<AssemblyName>Orchard.Core.Tests</AssemblyName>
|
2010-05-06 11:13:31 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2009-11-18 05:36:09 +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-18 05:36:09 +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>
|
2009-11-18 05:36:09 +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>
|
2009-11-18 05:36:09 +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>
|
2010-11-14 00:09:42 -08:00
|
|
|
|
<Reference Include="ClaySharp">
|
|
|
|
|
<HintPath>..\..\lib\claysharp\ClaySharp.dll</HintPath>
|
|
|
|
|
</Reference>
|
2009-12-08 06:13:08 +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>
|
2010-01-10 11:18:28 +00:00
|
|
|
|
<Reference Include="NHibernate, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\fluentnhibernate\NHibernate.dll</HintPath>
|
|
|
|
|
</Reference>
|
2009-12-08 06:13:08 +00:00
|
|
|
|
<Reference Include="NHibernate.ByteCode.Castle, Version=2.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\fluentnhibernate\NHibernate.ByteCode.Castle.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<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-18 05:36:09 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2010-07-13 19:49:42 -07:00
|
|
|
|
<Reference Include="System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
2009-12-08 06:13:08 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2010-07-13 19:49:42 -07:00
|
|
|
|
<HintPath>..\..\lib\sqlce\System.Data.SqlServerCe.dll</HintPath>
|
2010-11-13 01:52:53 -08:00
|
|
|
|
<Private>True</Private>
|
2009-12-08 06:13:08 +00:00
|
|
|
|
</Reference>
|
2010-05-06 11:13:31 -07:00
|
|
|
|
<Reference Include="System.Web" />
|
2010-04-20 17:59:09 -07:00
|
|
|
|
<Reference Include="System.Web.Abstractions">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2010-08-16 15:37:51 -07:00
|
|
|
|
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2010-01-15 03:44:54 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-01-15 08:20:13 +00:00
|
|
|
|
<Reference Include="System.Web.Routing">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2010-04-07 21:40:16 +01:00
|
|
|
|
<Reference Include="System.Xml" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-07-22 12:52:16 -07:00
|
|
|
|
<Compile Include="Common\Providers\CommonPartProviderTests.cs" />
|
2010-08-31 12:13:55 -07:00
|
|
|
|
<Compile Include="Body\BodyPartTests.cs" />
|
2010-08-26 07:32:45 -07:00
|
|
|
|
<Compile Include="Routable\Services\RoutableServiceTests.cs" />
|
2010-01-15 03:44:54 +00:00
|
|
|
|
<Compile Include="Feeds\Controllers\FeedControllerTests.cs" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2010-01-14 22:14:19 +00:00
|
|
|
|
<Compile Include="Scheduling\ScheduledTaskManagerTests.cs" />
|
2010-01-13 22:40:30 +00:00
|
|
|
|
<Compile Include="Scheduling\ScheduledTaskExecutorTests.cs" />
|
2010-06-04 13:37:34 -07:00
|
|
|
|
<Compile Include="Settings\Metadata\ContentDefinitionManagerTests.cs" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
</ItemGroup>
|
2009-12-08 06:13:08 +00:00
|
|
|
|
<ItemGroup>
|
2010-02-06 01:10:22 -08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Tests.Modules\Orchard.Tests.Modules.csproj">
|
2009-12-08 06:13:08 +00:00
|
|
|
|
<Project>{6CB3EB30-F725-45C0-9742-42599BA8E8D2}</Project>
|
2010-02-06 01:10:22 -08:00
|
|
|
|
<Name>Orchard.Tests.Modules</Name>
|
2009-12-08 06:13:08 +00:00
|
|
|
|
</ProjectReference>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard.Tests\Orchard.Framework.Tests.csproj">
|
2010-01-10 11:18:28 +00:00
|
|
|
|
<Project>{ABC826D4-2FA1-4F2F-87DE-E6095F653810}</Project>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<Name>Orchard.Framework.Tests</Name>
|
2010-01-10 11:18:28 +00:00
|
|
|
|
</ProjectReference>
|
2009-12-08 06:13:08 +00:00
|
|
|
|
<ProjectReference Include="..\Orchard.Web\Core\Orchard.Core.csproj">
|
|
|
|
|
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
|
|
|
|
|
<Name>Orchard.Core</Name>
|
|
|
|
|
</ProjectReference>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard\Orchard.Framework.csproj">
|
2009-12-08 06:13:08 +00:00
|
|
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<Name>Orchard.Framework</Name>
|
2009-12-08 06:13:08 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</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>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- 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-18 05:36:09 +00:00
|
|
|
|
<Target Name="AfterBuild">
|
2010-07-13 19:49:42 -07:00
|
|
|
|
<CallTarget Targets="CopySqlCeBinaries" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
</Target>
|
|
|
|
|
</Project>
|