blob: bb4819ee2eea526a22c0f5e3fb80aaac8fe9e189 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!--
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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<!--
Core Projects Are:
Lucene.Net,
Lucene.Net.Test,
Lucene.Net.TestFramework,
Lucene.Net.TestFramework.Test
-->
<PropertyGroup>
<CoreBinFolder>$(BinFolder)\core\$(Configuration)</CoreBinFolder>
</PropertyGroup>
<ItemGroup>
<!-- Files To Build -->
<ProjectFiles Include="$(SourceFolder)\Lucene.Net\*.csproj" />
<ProjectFiles Include="$(SourceFolder)\Lucene.Net.TestFramework\*.csproj" />
<ProjectFiles Include="$(TestFolder)\Lucene.Net.Test\*.csproj" />
<ProjectFiles Include="$(TestFolder)\Lucene.Net.TestFramework.Test\*.csproj" />
<!-- Files to Clean -->
<CleanFiles Include="$(CoreBinFolder)\*.*" />
<CleanFiles Include="$(ArtifactsFolder)\*.*" />
<!-- Assemblies To Test -->
<TestFiles Include="$(CoreBinFolder)\*.Test.dll" />
<!-- Files To Release -->
<ReleaseFiles Include="$(CoreBinFolder)\Lucene.Net.dll" />
<ReleaseFiles Include="$(CoreBinFolder)\Lucene.Net.XML" />
<ReleaseFiles Include="$(CoreBinFolder)\Lucene.Net.TestFramework.dll" />
<ReleaseFiles Include="$(CoreBinFolder)\Lucene.Net.TestFramework.XML" />
<ReferenceFiles Include="$(PackagesFolder)\PortableLibrary\System.Core.dll" />
<ReferenceFiles Include="$(PackagesFolder)\PortableLibrary\mscorlib.dll" />
<ReferenceFiles Include="$(PackagesFolder)\PortableLibrary\System.dll" />
<ReferenceFiles Include="$(PackagesFolder)\PortableLibrary\System.Net.dll" />
<ReferenceFiles Include="$(PackagesFolder)\PortableLibrary\System.Xml.dll" />
<ReferenceFiles Include="$(PackagesFolder)\PortableLibrary\mscorlib.dll" />
<!--
<AnalysisFiles Include="$(CoreBinFolder)\Lucene.Net.dll" /> -->
<PathTargets Include="paths-lucene" />
</ItemGroup>
<Target Name="paths-lucene" Condition="'$(BuildArea)' == 'lucene' or '$(BuildArea)' == 'all'">
<Message Text="Core Bin Folder: $(CoreBinFolder)" />
</Target>
</Project>