mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
200 lines
10 KiB
XML
200 lines
10 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{ABC826D4-2FA1-4F2F-87DE-E6095F653810}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Orchard.Tests</RootNamespace>
|
|
<AssemblyName>Orchard.Tests</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</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>
|
|
</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Autofac, Version=1.4.4.561, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\autofac\Autofac.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Autofac.Integration.Web, Version=1.4.4.561, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\autofac\Autofac.Integration.Web.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="FluentNHibernate, Version=1.0.0.593, Culture=neutral, PublicKeyToken=8aa435e3cb308880, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\fluentnhibernate\FluentNHibernate.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
<Reference Include="Microsoft.VisualStudio.TeamSystem.Data.UnitTesting, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
<Reference Include="Moq, Version=4.0.812.4, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\moq\Moq.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NHibernate, Version=2.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\fluentnhibernate\NHibernate.dll</HintPath>
|
|
</Reference>
|
|
<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="NHibernate.Linq, Version=1.0.0.4000, Culture=neutral, PublicKeyToken=444cf6a87fdab271, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\linqnhibernate\NHibernate.Linq.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>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\sqlite\System.Data.SQLite.DLL</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Abstractions">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Routing">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Yaml, Version=1.0.3370.39839, Culture=neutral, PublicKeyToken=187a3d240e44a135, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\yaml\Yaml.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ContentManagement\ContentQueryTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ContentManagement\DefaultContentManagerTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ContentManagement\Handlers\ContentHandlerTests.cs" />
|
|
<Compile Include="ContentManagement\Handlers\ModelBuilderTests.cs" />
|
|
<Compile Include="ContentManagement\Models\Alpha.cs" />
|
|
<Compile Include="ContentManagement\Models\AlphaHandler.cs" />
|
|
<Compile Include="ContentManagement\Models\Beta.cs" />
|
|
<Compile Include="ContentManagement\Models\BetaHandler.cs" />
|
|
<Compile Include="ContentManagement\Models\Delta.cs" />
|
|
<Compile Include="ContentManagement\Models\Epsilon.cs" />
|
|
<Compile Include="ContentManagement\Models\Flavored.cs" />
|
|
<Compile Include="ContentManagement\Models\FlavoredHandler.cs" />
|
|
<Compile Include="ContentManagement\Models\Gamma.cs" />
|
|
<Compile Include="ContentManagement\Models\Styled.cs" />
|
|
<Compile Include="ContentManagement\Models\StyledHandler.cs" />
|
|
<Compile Include="ContentManagement\ContentPartDriverHandlerTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ContentManagement\Records\DeltaRecord.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ContentManagement\Records\EpsilonRecord.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ContentManagement\Records\GammaRecord.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DataUtility.cs" />
|
|
<Compile Include="Data\Builders\SessionFactoryBuilderTests.cs" />
|
|
<Compile Include="Data\RepositoryTests.cs" />
|
|
<Compile Include="Data\StubLocator.cs" />
|
|
<Compile Include="Environment\Configuration\AppDataFolderTests.cs" />
|
|
<Compile Include="Environment\DefaultCompositionStrategyTests.cs" />
|
|
<Compile Include="Environment\DefaultOrchardHostTests.cs" />
|
|
<Compile Include="Environment\DefaultOrchardShellTests.cs" />
|
|
<Compile Include="Environment\OrchardStarterTests.cs" />
|
|
<Compile Include="Environment\ShellBuilders\SetupShellContainerFactoryTests.cs" />
|
|
<Compile Include="Environment\TestDependencies\TestDependency.cs" />
|
|
<Compile Include="EventsTests.cs" />
|
|
<Compile Include="Extensions\ExtensionFoldersTests.cs" />
|
|
<Compile Include="Extensions\ExtensionManagerTests.cs" />
|
|
<Compile Include="Localization\NullLocalizerTests.cs" />
|
|
<Compile Include="Logging\LoggingModuleTests.cs" />
|
|
<Compile Include="Mvc\ModelBinders\KeyedListModelBinderTests.cs" />
|
|
<Compile Include="Mvc\OrchardControllerFactoryTests.cs" />
|
|
<Compile Include="Mvc\OrchardControllerIdentificationStrategyTests.cs" />
|
|
<Compile Include="Mvc\RouteCollectionPublisherTests.cs" />
|
|
<Compile Include="Mvc\Routes\StandardExtensionRouteProviderTests.cs" />
|
|
<Compile Include="Tasks\SweepGeneratorTests.cs" />
|
|
<Compile Include="UI\Notify\NotifierTests.cs" />
|
|
<Compile Include="UI\Notify\NotifyFilterTests.cs" />
|
|
<Compile Include="Services\ClockTests.cs" />
|
|
<Compile Include="Storage\FileSystemStorageProviderTests.cs" />
|
|
<Compile Include="Stubs\StubClock.cs" />
|
|
<Compile Include="Stubs\StubContainerProvider.cs" />
|
|
<Compile Include="FakeTests.cs" />
|
|
<Compile Include="FluentDbTests.cs" />
|
|
<Compile Include="LinqToNHibernateTests.cs" />
|
|
<Compile Include="Records\Bar.cs" />
|
|
<Compile Include="Records\Foo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Stubs\StubHttpContext.cs" />
|
|
<Compile Include="UI\Navigation\MenuItemComparerTests.cs" />
|
|
<Compile Include="UI\Navigation\NavigationManagerTests.cs" />
|
|
<Compile Include="UI\Navigation\PositionComparerTests.cs" />
|
|
<Compile Include="Utility\ReflectOnTests.cs" />
|
|
<Compile Include="Utility\ReflectTests.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Orchard\Orchard.csproj">
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
|
<Name>Orchard</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Extensions\FoldersData\Sample1\Module.txt" />
|
|
<EmbeddedResource Include="Extensions\FoldersData\Sample2\Two.txt" />
|
|
<EmbeddedResource Include="Extensions\FoldersData\Sample3\Module.txt" />
|
|
</ItemGroup>
|
|
<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>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |