您目前尚未登陆,请选择【登陆】或【注册
首页->新闻文章->多层文章管理系统源码>>MyUtility/MyUtility.csproj>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:多层文章管理系统源码
当前文件:文件类型 MultiLayerArticle/MyUtility/MyUtility.csproj打开代码结构图
普通视图
		            
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>{B1D2A546-CE32-467C-96B5-C42FE89511BF}</ProjectGuid> 8 <OutputType>Library</OutputType> 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <RootNamespace>MyUtility</RootNamespace> 11 <AssemblyName>MyUtility</AssemblyName> 12 <SccProjectName>SAK</SccProjectName> 13 <SccLocalPath>SAK</SccLocalPath> 14 <SccAuxPath>SAK</SccAuxPath> 15 <SccProvider>SAK</SccProvider> 16 </PropertyGroup> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 18 <DebugSymbols>true</DebugSymbols> 19 <DebugType>full</DebugType> 20 <Optimize>false</Optimize> 21 <OutputPath>bin\Debug\</OutputPath> 22 <DefineConstants>TRACE;DEBUG</DefineConstants> 23 <ErrorReport>prompt</ErrorReport> 24 <WarningLevel>4</WarningLevel> 25 </PropertyGroup> 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 27 <DebugType>pdbonly</DebugType> 28 <Optimize>true</Optimize> 29 <OutputPath>bin\Release\</OutputPath> 30 <DefineConstants>TRACE</DefineConstants> 31 <ErrorReport>prompt</ErrorReport> 32 <WarningLevel>4</WarningLevel> 33 </PropertyGroup> 34 <ItemGroup> 35 <Reference Include="System" /> 36 <Reference Include="System.Data" /> 37 <Reference Include="System.Web" /> 38 <Reference Include="System.Xml" /> 39 </ItemGroup> 40 <ItemGroup> 41 <Compile Include="MyConvert.cs" /> 42 <Compile Include="Properties\AssemblyInfo.cs" /> 43 </ItemGroup> 44 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 45 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 46 Other similar extension points exist, see Microsoft.Common.targets. 47 <Target Name="BeforeBuild"> 48 </Target> 49 <Target Name="AfterBuild"> 50 </Target> 51 --> 52</Project>
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:多层文章管理系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号