温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:特瑞飞家教信息平台源码
当前文件:
HomeTeachingNet/DataBusiness/DataBusiness.csproj[4K,2009-6-12 11:44:15],打开代码结构图
HomeTeachingNet/DataBusiness/DataBusiness.csproj[4K,2009-6-12 11:44:15],打开代码结构图1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2
<PropertyGroup> 3
<ProjectType>Local</ProjectType> 4
<ProductVersion>8.0.50727</ProductVersion> 5
<SchemaVersion>2.0</SchemaVersion> 6
<ProjectGuid>{866F10EF-F574-484F-B053-FFB5EFE29718}</ProjectGuid> 7
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 8
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 9
<ApplicationIcon> 10
</ApplicationIcon> 11
<AssemblyKeyContainerName> 12
</AssemblyKeyContainerName> 13
<AssemblyName>DataBusiness</AssemblyName> 14
<AssemblyOriginatorKeyFile> 15
</AssemblyOriginatorKeyFile> 16
<DefaultClientScript>JScript</DefaultClientScript> 17
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> 18
<DefaultTargetSchema>IE50</DefaultTargetSchema> 19
<DelaySign>false</DelaySign> 20
<OutputType>Library</OutputType> 21
<RootNamespace>DataBusiness</RootNamespace> 22
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> 23
<StartupObject> 24
</StartupObject> 25
<FileUpgradeFlags> 26
</FileUpgradeFlags> 27
<UpgradeBackupLocation> 28
</UpgradeBackupLocation> 29
</PropertyGroup> 30
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 31
<OutputPath>bin\Debug\</OutputPath> 32
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> 33
<BaseAddress>285212672</BaseAddress> 34
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> 35
<ConfigurationOverrideFile> 36
</ConfigurationOverrideFile> 37
<DefineConstants>DEBUG;TRACE</DefineConstants> 38
<DocumentationFile> 39
</DocumentationFile> 40
<DebugSymbols>true</DebugSymbols> 41
<FileAlignment>4096</FileAlignment> 42
<NoStdLib>false</NoStdLib> 43
<NoWarn> 44
</NoWarn> 45
<Optimize>false</Optimize> 46
<RegisterForComInterop>false</RegisterForComInterop> 47
<RemoveIntegerChecks>false</RemoveIntegerChecks> 48
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> 49
<WarningLevel>4</WarningLevel> 50
<DebugType>full</DebugType> 51
<ErrorReport>prompt</ErrorReport> 52
</PropertyGroup> 53
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 54
<OutputPath>bin\Release\</OutputPath> 55
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> 56
<BaseAddress>285212672</BaseAddress> 57
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> 58
<ConfigurationOverrideFile> 59
</ConfigurationOverrideFile> 60
<DefineConstants>TRACE</DefineConstants> 61
<DocumentationFile> 62
</DocumentationFile> 63
<DebugSymbols>false</DebugSymbols> 64
<FileAlignment>4096</FileAlignment> 65
<NoStdLib>false</NoStdLib> 66
<NoWarn> 67
</NoWarn> 68
<Optimize>true</Optimize> 69
<RegisterForComInterop>false</RegisterForComInterop> 70
<RemoveIntegerChecks>false</RemoveIntegerChecks> 71
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> 72
<WarningLevel>4</WarningLevel> 73
<DebugType>none</DebugType> 74
<ErrorReport>prompt</ErrorReport> 75
</PropertyGroup> 76
<ItemGroup> 77
<Reference Include="System"> 78
<Name>System</Name> 79
</Reference> 80
<Reference Include="System.configuration" /> 81
<Reference Include="System.Data"> 82
<Name>System.Data</Name> 83
</Reference> 84
<Reference Include="System.Security" /> 85
<Reference Include="System.Web" /> 86
<Reference Include="System.Xml"> 87
<Name>System.XML</Name> 88
</Reference> 89
</ItemGroup> 90
<ItemGroup> 91
<Compile Include="AssemblyInfo.cs"> 92
<SubType>Code</SubType> 93
</Compile> 94
<Compile Include="DataExecute.cs"> 95
<SubType>Code</SubType> 96
</Compile> 97
<Compile Include="Log.cs"> 98
<SubType>Code</SubType> 99
</Compile> 100
<Compile Include="MemberShipEx.cs" /> 101
<Compile Include="Require.cs" /> 102
<Compile Include="Student.cs" /> 103
<Compile Include="StudentMembership.cs" /> 104
<Compile Include="SystemSetting.cs" /> 105
<Compile Include="Teacher.cs" /> 106
<Compile Include="TeacherMembership.cs" /> 107
</ItemGroup> 108
<ItemGroup> 109
<None Include="ClassDiagram1.cd" /> 110
</ItemGroup> 111
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 112
<PropertyGroup> 113
<PreBuildEvent> 114
</PreBuildEvent> 115
<PostBuildEvent> 116
</PostBuildEvent> 117
</PropertyGroup> 118
</Project>




