| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| <Project Sdk="Microsoft.NET.Sdk"> |
| |
| <Import Project="$(SolutionDir)TestTargetFramework.props" /> |
| |
| <PropertyGroup> |
| <AssemblyTitle>Lucene.Net.Tests._I-J</AssemblyTitle> |
| <RootNamespace>Lucene.Net</RootNamespace> |
| </PropertyGroup> |
| |
| <ItemGroup> |
| <Compile Include="..\Lucene.Net.Tests\Properties\AssemblyInfo.cs" Link="Properties\AssemblyInfo.cs" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestBinaryDocValuesUpdates.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestI*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestJ*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestK*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestL*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestM*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestN*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestO*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestP*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestQ*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestR*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestS*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestT*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestU*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestV*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestW*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestX*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestY*.cs" LinkBase="Index" /> |
| <Compile Include="..\Lucene.Net.Tests\Index\TestZ*.cs" LinkBase="Index" /> |
| </ItemGroup> |
| |
| <ItemGroup> |
| <ProjectReference Include="..\Lucene.Net\Lucene.Net.csproj"> |
| <SetTargetFramework>$(SetTargetFramework)</SetTargetFramework> |
| </ProjectReference> |
| <ProjectReference Include="..\Lucene.Net.Analysis.Common\Lucene.Net.Analysis.Common.csproj"> |
| <SetTargetFramework>$(SetTargetFramework)</SetTargetFramework> |
| </ProjectReference> |
| <ProjectReference Include="..\Lucene.Net.Codecs\Lucene.Net.Codecs.csproj"> |
| <SetTargetFramework>$(SetTargetFramework)</SetTargetFramework> |
| </ProjectReference> |
| <ProjectReference Include="..\Lucene.Net.Facet\Lucene.Net.Facet.csproj"> |
| <SetTargetFramework>$(SetTargetFramework)</SetTargetFramework> |
| </ProjectReference> |
| <ProjectReference Include="..\Lucene.Net.Grouping\Lucene.Net.Grouping.csproj"> |
| <SetTargetFramework>$(SetTargetFramework)</SetTargetFramework> |
| </ProjectReference> |
| <ProjectReference Include="..\Lucene.Net.Join\Lucene.Net.Join.csproj"> |
| <SetTargetFramework>$(SetTargetFramework)</SetTargetFramework> |
| </ProjectReference> |
| <ProjectReference Include="..\Lucene.Net.Queries\Lucene.Net.Queries.csproj"> |
| <SetTargetFramework>$(SetTargetFramework)</SetTargetFramework> |
| </ProjectReference> |
| <ProjectReference Include="..\Lucene.Net.QueryParser\Lucene.Net.QueryParser.csproj"> |
| <SetTargetFramework>$(SetTargetFramework)</SetTargetFramework> |
| </ProjectReference> |
| <ProjectReference Include="..\Lucene.Net.Sandbox\Lucene.Net.Sandbox.csproj"> |
| <SetTargetFramework>$(SetTargetFramework)</SetTargetFramework> |
| </ProjectReference> |
| <ProjectReference Include="..\Lucene.Net.TestFramework\Lucene.Net.TestFramework.csproj"> |
| <SetTargetFramework>$(SetTargetFramework)</SetTargetFramework> |
| </ProjectReference> |
| </ItemGroup> |
| |
| <Import Project="$(SolutionDir).build/TestReferences.Common.targets" /> |
| |
| <ItemGroup> |
| <!-- Add the target framework as metadata so our assembly knows which target it is testing --> |
| <AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute"> |
| <_Parameter1>TargetFramework</_Parameter1> |
| <_Parameter2>$(TargetFramework)</_Parameter2> |
| </AssemblyAttribute> |
| </ItemGroup> |
| |
| <ItemGroup> |
| <Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
| </ItemGroup> |
| </Project> |