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>{E7913104-ABCA-4A62-A5AE-050184E9BB7C}</ProjectGuid>
\r
9 <OutputType>Exe</OutputType>
\r
10 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
11 <RootNamespace>LanSpider</RootNamespace>
\r
12 <AssemblyName>LanSpider</AssemblyName>
\r
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\r
14 <FileAlignment>512</FileAlignment>
\r
15 <StartupObject>LanSpider.Program</StartupObject>
\r
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
18 <DebugSymbols>true</DebugSymbols>
\r
19 <DebugType>full</DebugType>
\r
20 <Optimize>false</Optimize>
\r
21 <OutputPath>..\..\build\Debug\</OutputPath>
\r
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
23 <ErrorReport>prompt</ErrorReport>
\r
24 <WarningLevel>4</WarningLevel>
\r
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
27 <DebugType>pdbonly</DebugType>
\r
28 <Optimize>true</Optimize>
\r
29 <OutputPath>..\..\build\Release\</OutputPath>
\r
30 <DefineConstants>TRACE</DefineConstants>
\r
31 <ErrorReport>prompt</ErrorReport>
\r
32 <WarningLevel>4</WarningLevel>
\r
35 <Reference Include="System" />
\r
36 <Reference Include="System.configuration" />
\r
37 <Reference Include="System.Core">
\r
38 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
40 <Reference Include="System.Data.Linq">
\r
41 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
43 <Reference Include="System.Data.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
\r
44 <SpecificVersion>False</SpecificVersion>
\r
45 <HintPath>..\..\bin\System.Data.SQLite.dll</HintPath>
\r
47 <Reference Include="System.Data.SQLite.Linq, Version=2.0.38.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
\r
48 <SpecificVersion>False</SpecificVersion>
\r
49 <HintPath>..\..\bin\System.Data.SQLite.Linq.dll</HintPath>
\r
51 <Reference Include="System.Management" />
\r
52 <Reference Include="System.Xml.Linq">
\r
53 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
55 <Reference Include="System.Data.DataSetExtensions">
\r
56 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
58 <Reference Include="System.Data" />
\r
59 <Reference Include="System.Deployment" />
\r
60 <Reference Include="System.Drawing" />
\r
61 <Reference Include="System.Windows.Forms" />
\r
62 <Reference Include="System.Xml" />
\r
65 <Compile Include="Database\Epam_Index.cs">
\r
66 <DependentUpon>Epam_Index.dbml</DependentUpon>
\r
68 <Compile Include="Database\Epam_Index.designer.cs">
\r
69 <AutoGen>True</AutoGen>
\r
70 <DesignTime>True</DesignTime>
\r
71 <DependentUpon>Epam_Index.dbml</DependentUpon>
\r
73 <Compile Include="Multithreading\Consumer.cs" />
\r
74 <Compile Include="Database\Manager.cs" />
\r
75 <Compile Include="INetworkBrowser.cs" />
\r
76 <Compile Include="LanSpider.cs" />
\r
77 <Compile Include="NetworkBrowser.cs" />
\r
78 <Compile Include="Properties\Resources.Designer.cs">
\r
79 <AutoGen>True</AutoGen>
\r
80 <DesignTime>True</DesignTime>
\r
81 <DependentUpon>Resources.resx</DependentUpon>
\r
83 <Compile Include="Program.cs" />
\r
84 <Compile Include="Properties\AssemblyInfo.cs" />
\r
85 <None Include="Database\Epam_Index.dbml.layout">
\r
86 <DependentUpon>Epam_Index.dbml</DependentUpon>
\r
88 <EmbeddedResource Include="Properties\Resources.resx">
\r
89 <Generator>ResXFileCodeGenerator</Generator>
\r
90 <SubType>Designer</SubType>
\r
91 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
\r
93 <None Include="Properties\Settings.settings">
\r
94 <Generator>SettingsSingleFileGenerator</Generator>
\r
95 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
\r
97 <Compile Include="Properties\Settings.Designer.cs">
\r
98 <AutoGen>True</AutoGen>
\r
99 <DependentUpon>Settings.settings</DependentUpon>
\r
100 <DesignTimeSharedInput>True</DesignTimeSharedInput>
\r
102 <Compile Include="TextNetworkBrowser.cs" />
\r
103 <Compile Include="Multithreading\WorkManager.cs" />
\r
106 <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
\r
109 <None Include="App.config" />
\r
110 <None Include="Database\Epam_Index.dbml">
\r
111 <Generator>MSLinqToSQLGenerator</Generator>
\r
112 <LastGenOutput>Epam_Index.designer.cs</LastGenOutput>
\r
113 <SubType>Designer</SubType>
\r
115 <None Include="Resources\create_db.sql" />
\r
118 <ProjectReference Include="..\Extensions\Extensions.csproj">
\r
119 <Project>{74132A4C-87E0-47BF-A8E3-7600B65A525E}</Project>
\r
120 <Name>Extensions</Name>
\r
121 </ProjectReference>
\r
123 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
\r
124 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
125 Other similar extension points exist, see Microsoft.Common.targets.
\r
126 <Target Name="BeforeBuild">
\r
128 <Target Name="AfterBuild">
\r