blob: d69d88d0faca542bce2111bba05dbae8964c2251 [file] [log] [blame]
<?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>
<ProjectGuid>{F4873D95-4300-4E83-AFFA-EF796495D0F0}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Lucene.Net.Tests.Expressions</RootNamespace>
<AssemblyName>Lucene.Net.Tests.Expressions</AssemblyName>
<TargetFrameworkVersion>v4.5.1</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="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="JS\TestCustomFunctions.cs" />
<Compile Include="JS\TestJavascriptCompiler.cs" />
<Compile Include="JS\TestJavascriptFunction.cs" />
<Compile Include="JS\TestJavascriptOperations.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TestDemoExpressions.cs" />
<Compile Include="TestExpressionRescorer.cs" />
<Compile Include="TestExpressionSortField.cs" />
<Compile Include="TestExpressionSorts.cs" />
<Compile Include="TestExpressionValidation.cs" />
<Compile Include="TestExpressionValueSource.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lucene.Net.Core\Lucene.Net.csproj">
<Project>{5D4AD9BE-1FFB-41AB-9943-25737971BF57}</Project>
<Name>Lucene.Net</Name>
</ProjectReference>
<ProjectReference Include="..\Lucene.Net.Expressions\Lucene.Net.Expressions.csproj">
<Project>{DC83004C-183A-4E1A-ABEA-4FE95B4BC079}</Project>
<Name>Lucene.Net.Expressions</Name>
</ProjectReference>
<ProjectReference Include="..\Lucene.Net.Queries\Lucene.Net.Queries.csproj">
<Project>{69D7956C-C2CC-4708-B399-A188FEC384C4}</Project>
<Name>Lucene.Net.Queries</Name>
</ProjectReference>
<ProjectReference Include="..\Lucene.Net.TestFramework\Lucene.Net.TestFramework.csproj">
<Project>{B2C0D749-CE34-4F62-A15E-00CB2FF5DDB3}</Project>
<Name>Lucene.Net.TestFramework</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</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>