温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:现代教务管理系统源码
当前文件:
StudentManager/BLL/BLL.csproj[3K,2009-6-12 11:56:49],打开代码结构图
StudentManager/BLL/BLL.csproj[3K,2009-6-12 11:56:49],打开代码结构图1<Project 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>8.0.50727</ProductVersion> 6
<SchemaVersion>2.0</SchemaVersion> 7
<ProjectGuid>{B0C2E2D0-812C-479F-88EF-6A2758EEC773}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>StudentManager.BLL</RootNamespace> 11
<AssemblyName>StudentManager.BLL</AssemblyName> 12
<SccProjectName> 13
</SccProjectName> 14
<SccLocalPath> 15
</SccLocalPath> 16
<SccAuxPath> 17
</SccAuxPath> 18
<SccProvider> 19
</SccProvider> 20
</PropertyGroup> 21
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 22
<DebugSymbols>true</DebugSymbols> 23
<DebugType>full</DebugType> 24
<Optimize>false</Optimize> 25
<OutputPath>bin\Debug\</OutputPath> 26
<DefineConstants>DEBUG;TRACE</DefineConstants> 27
<ErrorReport>prompt</ErrorReport> 28
<WarningLevel>4</WarningLevel> 29
</PropertyGroup> 30
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 31
<DebugType>pdbonly</DebugType> 32
<Optimize>true</Optimize> 33
<OutputPath>bin\Release\</OutputPath> 34
<DefineConstants>TRACE</DefineConstants> 35
<ErrorReport>prompt</ErrorReport> 36
<WarningLevel>4</WarningLevel> 37
</PropertyGroup> 38
<ItemGroup> 39
<Reference Include="System" /> 40
<Reference Include="System.Data" /> 41
<Reference Include="System.Web" /> 42
<Reference Include="System.Xml" /> 43
</ItemGroup> 44
<ItemGroup> 45
<Compile Include="Affiche.cs" /> 46
<Compile Include="Common.cs" /> 47
<Compile Include="Course.cs" /> 48
<Compile Include="Department.cs" /> 49
<Compile Include="Properties\AssemblyInfo.cs" /> 50
<Compile Include="Speciality.cs" /> 51
<Compile Include="StuClass.cs" /> 52
<Compile Include="Student.cs" /> 53
<Compile Include="Teacher.cs" /> 54
</ItemGroup> 55
<ItemGroup> 56
<ProjectReference Include="..\Common\Common.csproj"> 57
<Project>{5AE28AFC-B4EC-4890-96A7-181282A69406}</Project> 58
<Name>Common</Name> 59
</ProjectReference> 60
<ProjectReference Include="..\DALFactory\DALFactory.csproj"> 61
<Project>{BE04B54F-9239-48AF-AE6E-42D2AD7E8DCB}</Project> 62
<Name>DALFactory</Name> 63
</ProjectReference> 64
<ProjectReference Include="..\IDAL\IDAL.csproj"> 65
<Project>{BFE58130-8A11-49C3-9BF3-5D9B8F07FB96}</Project> 66
<Name>IDAL</Name> 67
</ProjectReference> 68
<ProjectReference Include="..\Model\Model.csproj"> 69
<Project>{3BABF96C-F5DD-46E1-A25B-E9162D709688}</Project> 70
<Name>Model</Name> 71
</ProjectReference> 72
<ProjectReference Include="..\SQLServer\SQLServer.csproj"> 73
<Project>{CEE37469-8B31-4722-9355-411222365185}</Project> 74
<Name>SQLServer</Name> 75
</ProjectReference> 76
</ItemGroup> 77
<ItemGroup> 78
<None Include="BLL.cd" /> 79
</ItemGroup> 80
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 81
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 82
Other similar extension points exist, see Microsoft.Common.targets. 83
<Target Name="BeforeBuild"> 84
</Target> 85
<Target Name="AfterBuild"> 86
</Target> 87
--> 88
</Project>




