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.21022</ProductVersion>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <ProjectGuid>{CA1574B4-F801-46D6-8ADD-0CD2FE157221}</ProjectGuid>
\r
9 <OutputType>Exe</OutputType>
\r
10 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
11 <RootNamespace>AltSpider</RootNamespace>
\r
12 <AssemblyName>AltSpider</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="MySql.Data, Version=6.0.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
\r
35 <SpecificVersion>False</SpecificVersion>
\r
36 <HintPath>..\..\bin\mysql\MySql.Data.dll</HintPath>
\r
38 <Reference Include="System" />
\r
39 <Reference Include="System.Core">
\r
40 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
42 <Reference Include="System.Xml.Linq">
\r
43 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
45 <Reference Include="System.Data.DataSetExtensions">
\r
46 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
48 <Reference Include="System.Data" />
\r
49 <Reference Include="System.Xml" />
\r
52 <Compile Include="AltModel.cs" />
\r
53 <Compile Include="Program.cs" />
\r
54 <Compile Include="Properties\AssemblyInfo.cs" />
\r
55 <Compile Include="Properties\Resources.Designer.cs">
\r
56 <AutoGen>True</AutoGen>
\r
57 <DesignTime>True</DesignTime>
\r
58 <DependentUpon>Resources.resx</DependentUpon>
\r
62 <EmbeddedResource Include="Properties\Resources.resx">
\r
63 <Generator>ResXFileCodeGenerator</Generator>
\r
64 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
\r
65 <SubType>Designer</SubType>
\r
69 <None Include="Resources\shares.sql" />
\r
71 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
\r
72 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
73 Other similar extension points exist, see Microsoft.Common.targets.
\r
74 <Target Name="BeforeBuild">
\r
76 <Target Name="AfterBuild">
\r