温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:逐迹内容管理系统AspxNuke v2.0源码
当前文件路径:AspxNuke/Common/Library/AspxNuke.Library.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>{3FA115EF-7EB7-4D08-A351-F745719AB2D5}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>AspxNuke.Library</RootNamespace> 11
<AssemblyName>AspxNuke.Library</AssemblyName> 12
<SignAssembly>false</SignAssembly> 13
<AssemblyOriginatorKeyFile> 14
</AssemblyOriginatorKeyFile> 15
</PropertyGroup> 16
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 17
<DebugSymbols>true</DebugSymbols> 18
<DebugType>full</DebugType> 19
<Optimize>false</Optimize> 20
<OutputPath>bin\Debug\</OutputPath> 21
<DefineConstants>DEBUG;TRACE</DefineConstants> 22
<ErrorReport>prompt</ErrorReport> 23
<WarningLevel>4</WarningLevel> 24
<DocumentationFile>bin\Debug\AspxNuke.Library.XML</DocumentationFile> 25
<RunCodeAnalysis>false</RunCodeAnalysis> 26
<CodeAnalysisRules>-Microsoft.Naming#CA1707;-Microsoft.Naming#CA1705;-Microsoft.Design#CA2210;-Microsoft.Design#CA1020</CodeAnalysisRules> 27
</PropertyGroup> 28
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 29
<DebugType>pdbonly</DebugType> 30
<Optimize>true</Optimize> 31
<OutputPath>bin\Release\</OutputPath> 32
<DefineConstants>TRACE</DefineConstants> 33
<ErrorReport>prompt</ErrorReport> 34
<WarningLevel>4</WarningLevel> 35
<DocumentationFile>bin\Release\AspxNuke.Library.XML</DocumentationFile> 36
</PropertyGroup> 37
<ItemGroup> 38
<Reference Include="SgmlReaderDll, Version=1.4.1544.40662, Culture=neutral"> 39
<SpecificVersion>False</SpecificVersion> 40
<HintPath>..\..\Portal\WebUI\bin\SgmlReaderDll.dll</HintPath> 41
</Reference> 42
<Reference Include="System" /> 43
<Reference Include="System.configuration" /> 44
<Reference Include="System.Data" /> 45
<Reference Include="System.Web" /> 46
<Reference Include="System.Xml" /> 47
</ItemGroup> 48
<ItemGroup> 49
<Compile Include="Collections\ListComparer.cs" /> 50
<Compile Include="Data\DBFactory.cs" /> 51
<Compile Include="Data\DBHepler.cs" /> 52
<Compile Include="Data\DbManager.cs" /> 53
<Compile Include="Data\IDBHelper.cs" /> 54
<Compile Include="Data\OleDBHelper.cs" /> 55
<Compile Include="Data\SqlHelper.cs" /> 56
<Compile Include="Globalization\ConfigHelper.cs" /> 57
<Compile Include="Globalization\GlobalHelper.cs" /> 58
<Compile Include="Properties\AssemblyInfo.cs" /> 59
<Compile Include="Reflection\DynamicHelper.cs" /> 60
<Compile Include="Reflection\ReflectionHelper.cs" /> 61
<Compile Include="Security\SecurityHelper.cs" /> 62
<Compile Include="Text\RegexHelper.cs" /> 63
<Compile Include="Text\SqlStringHelper.cs" /> 64
<Compile Include="Text\TextHelper.cs" /> 65
<Compile Include="Text\ValidHelper.cs" /> 66
<Compile Include="Web\CacheHelper.cs" /> 67
<Compile Include="Web\RewriterConfig\RewriterConfigSerializerSectionHandler.cs" /> 68
<Compile Include="Web\RewriterConfig\RewriterConfiguration.cs" /> 69
<Compile Include="Web\RewriterConfig\RewriterRule.cs" /> 70
<Compile Include="Web\RewriterConfig\RewriterRuleCollection.cs" /> 71
<Compile Include="Web\FormHelper.cs"> 72
</Compile> 73
<Compile Include="Web\LogonHelper.cs" /> 74
<Compile Include="Web\MessageHelper.cs" /> 75
<Compile Include="Web\RequestHelper.cs" /> 76
<Compile Include="Web\SSOHelper.cs" /> 77
<Compile Include="Web\UIControlHelper.cs" /> 78
<Compile Include="Web\UIMapping.cs" /> 79
<Compile Include="Web\UploadHelper.cs" /> 80
<Compile Include="Web\URLRewriter.cs" /> 81
<Compile Include="Xml\HtmlHelper.cs" /> 82
<Compile Include="Xml\SerialiazeHelper.cs" /> 83
<Compile Include="Xml\XmlHelper.cs" /> 84
</ItemGroup> 85
<ItemGroup> 86
<Content Include="readme.txt" /> 87
</ItemGroup> 88
<ItemGroup> 89
<Folder Include="IO\" /> 90
<Folder Include="Resources\" /> 91
<Folder Include="Transactions\" /> 92
</ItemGroup> 93
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 94
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 95
Other similar extension points exist, see Microsoft.Common.targets. 96
<Target Name="BeforeBuild"> 97
</Target> 98
<Target Name="AfterBuild"> 99
</Target> 100
--> 101
</Project>



