活动页面添加参赛作品瀑布流
[PumpkinHouse.git] / Mail / Mail.csproj
blobcad47f3e36896b94eb1368aa0ce4c31e8282670f
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>8.0.30703</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{EB590AB7-7E70-400E-B029-D641550C1402}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>Mail</RootNamespace>\r
12     <AssemblyName>Mail</AssemblyName>\r
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\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>bin\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>bin\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.configuration" />\r
36     <Reference Include="System.Core" />\r
37     <Reference Include="System.Xml.Linq" />\r
38     <Reference Include="System.Data.DataSetExtensions" />\r
39     <Reference Include="Microsoft.CSharp" />\r
40     <Reference Include="System.Data" />\r
41     <Reference Include="System.Xml" />\r
42   </ItemGroup>\r
43   <ItemGroup>\r
44     <Compile Include="MailClient.cs" />\r
45     <Compile Include="Properties\AssemblyInfo.cs" />\r
46   </ItemGroup>\r
47   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
48   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
49        Other similar extension points exist, see Microsoft.Common.targets.\r
50   <Target Name="BeforeBuild">\r
51   </Target>\r
52   <Target Name="AfterBuild">\r
53   </Target>\r
54   -->\r
55 </Project>