温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:我的VS2008通讯录项目源码
当前文件:
MyPhoneBook/Mypb/Mypb.csproj,打开代码结构图
MyPhoneBook/Mypb/Mypb.csproj,打开代码结构图1<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2
<PropertyGroup> 3
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5
<ProductVersion>9.0.21022</ProductVersion> 6
<SchemaVersion>2.0</SchemaVersion> 7
<ProjectGuid>{0A52B89B-A183-4DB6-9F72-F88DB67737B0}</ProjectGuid> 8
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> 9
<OutputType>Library</OutputType> 10
<AppDesignerFolder>Properties</AppDesignerFolder> 11
<RootNamespace>Mypb</RootNamespace> 12
<AssemblyName>Mypb</AssemblyName> 13
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14
</PropertyGroup> 15
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 16
<DebugSymbols>true</DebugSymbols> 17
<DebugType>full</DebugType> 18
<Optimize>false</Optimize> 19
<OutputPath>bin\</OutputPath> 20
<DefineConstants>DEBUG;TRACE</DefineConstants> 21
<ErrorReport>prompt</ErrorReport> 22
<WarningLevel>4</WarningLevel> 23
</PropertyGroup> 24
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 25
<DebugType>pdbonly</DebugType> 26
<Optimize>true</Optimize> 27
<OutputPath>bin\</OutputPath> 28
<DefineConstants>TRACE</DefineConstants> 29
<ErrorReport>prompt</ErrorReport> 30
<WarningLevel>4</WarningLevel> 31
</PropertyGroup> 32
<ItemGroup> 33
<Reference Include="System" /> 34
<Reference Include="System.Data" /> 35
<Reference Include="System.Core"> 36
<RequiredTargetFramework>3.5</RequiredTargetFramework> 37
</Reference> 38
<Reference Include="System.Data.DataSetExtensions"> 39
<RequiredTargetFramework>3.5</RequiredTargetFramework> 40
</Reference> 41
<Reference Include="System.Web.Extensions"> 42
<RequiredTargetFramework>3.5</RequiredTargetFramework> 43
</Reference> 44
<Reference Include="System.Xml.Linq"> 45
<RequiredTargetFramework>3.5</RequiredTargetFramework> 46
</Reference> 47
<Reference Include="System.Drawing" /> 48
<Reference Include="System.Web" /> 49
<Reference Include="System.Xml" /> 50
<Reference Include="System.Configuration" /> 51
<Reference Include="System.Web.Services" /> 52
<Reference Include="System.EnterpriseServices" /> 53
<Reference Include="System.Web.Mobile" /> 54
</ItemGroup> 55
<ItemGroup> 56
<Content Include="add.aspx" /> 57
<Content Include="App_Data\2007112811151437[1].jpg" /> 58
<Content Include="App_Data\3497a30eb0dade8968002e1ca760425a[1].jpg" /> 59
<Content Include="App_Data\Myphonebook.mdb"> 60
</Content> 61
<Content Include="Default.aspx" /> 62
<Content Include="delete.aspx" /> 63
<Content Include="login.aspx" /> 64
<Content Include="update.aspx" /> 65
<Content Include="Web.config" /> 66
<Content Include="wrong.aspx" /> 67
</ItemGroup> 68
<ItemGroup> 69
<Compile Include="add.aspx.cs"> 70
<DependentUpon>add.aspx</DependentUpon> 71
<SubType>ASPXCodeBehind</SubType> 72
</Compile> 73
<Compile Include="add.aspx.designer.cs"> 74
<DependentUpon>add.aspx</DependentUpon> 75
</Compile> 76
<Compile Include="Default.aspx.cs"> 77
<SubType>ASPXCodeBehind</SubType> 78
<DependentUpon>Default.aspx</DependentUpon> 79
</Compile> 80
<Compile Include="Default.aspx.designer.cs"> 81
<DependentUpon>Default.aspx</DependentUpon> 82
</Compile> 83
<Compile Include="delete.aspx.cs"> 84
<DependentUpon>delete.aspx</DependentUpon> 85
<SubType>ASPXCodeBehind</SubType> 86
</Compile> 87
<Compile Include="delete.aspx.designer.cs"> 88
<DependentUpon>delete.aspx</DependentUpon> 89
</Compile> 90
<Compile Include="login.aspx.cs"> 91
<DependentUpon>login.aspx</DependentUpon> 92
<SubType>ASPXCodeBehind</SubType> 93
</Compile> 94
<Compile Include="login.aspx.designer.cs"> 95
<DependentUpon>login.aspx</DependentUpon> 96
</Compile> 97
<Compile Include="Properties\AssemblyInfo.cs" /> 98
<Compile Include="update.aspx.cs"> 99
<DependentUpon>update.aspx</DependentUpon> 100
<SubType>ASPXCodeBehind</SubType> 101
</Compile> 102
<Compile Include="update.aspx.designer.cs"> 103
<DependentUpon>update.aspx</DependentUpon> 104
</Compile> 105
<Compile Include="wrong.aspx.cs"> 106
<DependentUpon>wrong.aspx</DependentUpon> 107
<SubType>ASPXCodeBehind</SubType> 108
</Compile> 109
<Compile Include="wrong.aspx.designer.cs"> 110
<DependentUpon>wrong.aspx</DependentUpon> 111
</Compile> 112
</ItemGroup> 113
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 114
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" /> 115
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 116
Other similar extension points exist, see Microsoft.Common.targets. 117
<Target Name="BeforeBuild"> 118
</Target> 119
<Target Name="AfterBuild"> 120
</Target> 121
--> 122
<ProjectExtensions> 123
<VisualStudio> 124
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> 125
<WebProjectProperties> 126
<UseIIS>False</UseIIS> 127
<AutoAssignPort>True</AutoAssignPort> 128
<DevelopmentServerPort>1723</DevelopmentServerPort> 129
<DevelopmentServerVPath>/</DevelopmentServerVPath> 130
<IISUrl> 131
</IISUrl> 132
<NTLMAuthentication>False</NTLMAuthentication> 133
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> 134
</WebProjectProperties> 135
</FlavorProperties> 136
</VisualStudio> 137
</ProjectExtensions> 138
</Project>



