Streamed implementation. Limited input buffer.
[LanSpider.git] / src / ShareDiscovery / ShareDiscovery.csproj
blob2a6b313989d4583779018133c1b52125c9a4b2ca
1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>9.0.30729</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{E533B738-27B0-49A6-ABB2-8254C96997E9}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>ShareDiscovery</RootNamespace>\r
11     <AssemblyName>ShareDiscovery</AssemblyName>\r
12     <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\r
13     <StartArguments>/client:"WcfTestClient.exe"</StartArguments>\r
14     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
15   </PropertyGroup>\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
24   </PropertyGroup>\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
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="System" />\r
35     <Reference Include="System.Core">\r
36       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
37     </Reference>\r
38     <Reference Include="System.Data" />\r
39     <Reference Include="System.Runtime.Serialization">\r
40       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
41     </Reference>\r
42     <Reference Include="System.ServiceModel">\r
43       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
44     </Reference>\r
45     <Reference Include="System.Xml" />\r
46     <Reference Include="System.Xml.Linq">\r
47       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
48     </Reference>\r
49   </ItemGroup>\r
50   <ItemGroup>\r
51     <Compile Include="IndexManager.cs" />\r
52     <Compile Include="IShareDiscoveryService.cs" />\r
53     <Compile Include="Properties\AssemblyInfo.cs" />\r
54     <Compile Include="ShareDiscoveryService.cs" />\r
55   </ItemGroup>\r
56   <ItemGroup>\r
57     <None Include="App.config" />\r
58   </ItemGroup>\r
59   <ItemGroup>\r
60     <ProjectReference Include="..\AltSpider\AltSpider.csproj">\r
61       <Project>{CA1574B4-F801-46D6-8ADD-0CD2FE157221}</Project>\r
62       <Name>AltSpider</Name>\r
63     </ProjectReference>\r
64     <ProjectReference Include="..\LanSpider\LanSpider.csproj">\r
65       <Project>{E7913104-ABCA-4A62-A5AE-050184E9BB7C}</Project>\r
66       <Name>LanSpider</Name>\r
67     </ProjectReference>\r
68   </ItemGroup>\r
69   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
70   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
71        Other similar extension points exist, see Microsoft.Common.targets.\r
72   <Target Name="BeforeBuild">\r
73   </Target>\r
74   <Target Name="AfterBuild">\r
75   </Target>\r
76   -->\r
77   <ProjectExtensions>\r
78     <VisualStudio>\r
79       <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">\r
80         <WcfProjectProperties>\r
81           <AutoStart>True</AutoStart>\r
82         </WcfProjectProperties>\r
83       </FlavorProperties>\r
84     </VisualStudio>\r
85   </ProjectExtensions>\r
86 </Project>