1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
6 <ProductVersion>9.0.30729</ProductVersion>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <ProjectGuid>{284F3700-1020-44C9-BE34-50ADCF106DCB}</ProjectGuid>
\r
9 <OutputType>Exe</OutputType>
\r
10 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
11 <RootNamespace>Indexer</RootNamespace>
\r
12 <AssemblyName>Indexer</AssemblyName>
\r
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\r
14 <FileAlignment>512</FileAlignment>
\r
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
17 <DebugSymbols>true</DebugSymbols>
\r
18 <DebugType>full</DebugType>
\r
19 <Optimize>false</Optimize>
\r
20 <OutputPath>..\..\build\Debug\</OutputPath>
\r
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
22 <ErrorReport>prompt</ErrorReport>
\r
23 <WarningLevel>4</WarningLevel>
\r
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
26 <DebugType>pdbonly</DebugType>
\r
27 <Optimize>true</Optimize>
\r
28 <OutputPath>..\..\build\Release\</OutputPath>
\r
29 <DefineConstants>TRACE</DefineConstants>
\r
30 <ErrorReport>prompt</ErrorReport>
\r
31 <WarningLevel>4</WarningLevel>
\r
34 <Reference Include="System" />
\r
35 <Reference Include="System.Core">
\r
36 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
38 <Reference Include="System.Runtime.Serialization">
\r
39 <RequiredTargetFramework>3.0</RequiredTargetFramework>
\r
41 <Reference Include="System.ServiceModel">
\r
42 <RequiredTargetFramework>3.0</RequiredTargetFramework>
\r
44 <Reference Include="System.Xml.Linq">
\r
45 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
47 <Reference Include="System.Data.DataSetExtensions">
\r
48 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
50 <Reference Include="System.Data" />
\r
51 <Reference Include="System.Xml" />
\r
54 <Compile Include="Program.cs" />
\r
55 <Compile Include="Properties\AssemblyInfo.cs" />
\r
56 <Compile Include="Service References\ShareDiscoveryReference\Reference.cs">
\r
57 <AutoGen>True</AutoGen>
\r
58 <DesignTime>True</DesignTime>
\r
59 <DependentUpon>Reference.svcmap</DependentUpon>
\r
63 <WCFMetadata Include="Service References\" />
\r
66 <None Include="Properties\DataSources\ShareDiscovery.CompositeType.datasource" />
\r
69 <ProjectReference Include="..\AltSpider\AltSpider.csproj">
\r
70 <Project>{CA1574B4-F801-46D6-8ADD-0CD2FE157221}</Project>
\r
71 <Name>AltSpider</Name>
\r
73 <ProjectReference Include="..\ShareDiscovery\ShareDiscovery.csproj">
\r
74 <Project>{E533B738-27B0-49A6-ABB2-8254C96997E9}</Project>
\r
75 <Name>ShareDiscovery</Name>
\r
79 <None Include="app.config" />
\r
80 <None Include="Properties\DataSources\System.ServiceModel.Channels.Message.datasource" />
\r
81 <None Include="Service References\ShareDiscoveryReference\Message.xsd" />
\r
82 <None Include="Service References\ShareDiscoveryReference\service.wsdl" />
\r
83 <None Include="Service References\ShareDiscoveryReference\service.xsd" />
\r
86 <WCFMetadataStorage Include="Service References\ShareDiscoveryReference\" />
\r
89 <None Include="Service References\ShareDiscoveryReference\configuration91.svcinfo" />
\r
92 <None Include="Service References\ShareDiscoveryReference\configuration.svcinfo" />
\r
95 <None Include="Service References\ShareDiscoveryReference\Reference.svcmap">
\r
96 <Generator>WCF Proxy Generator</Generator>
\r
97 <LastGenOutput>Reference.cs</LastGenOutput>
\r
100 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
\r
101 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
102 Other similar extension points exist, see Microsoft.Common.targets.
\r
103 <Target Name="BeforeBuild">
\r
105 <Target Name="AfterBuild">
\r