温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:逐迹内容管理系统AspxNuke v2.0源码
当前文件路径:AspxNuke/Common/Component/AspxNuke.Component.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>{79DC848C-9777-4348-805E-109A876D1ED3}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>AspxNuke.Component</RootNamespace> 11
<AssemblyName>AspxNuke.Component</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\ZhuJi.Component.XML</DocumentationFile> 25
<RunCodeAnalysis>false</RunCodeAnalysis> 26
</PropertyGroup> 27
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 28
<DebugType>pdbonly</DebugType> 29
<Optimize>true</Optimize> 30
<OutputPath>bin\Release\</OutputPath> 31
<DefineConstants>TRACE</DefineConstants> 32
<ErrorReport>prompt</ErrorReport> 33
<WarningLevel>4</WarningLevel> 34
</PropertyGroup> 35
<ItemGroup> 36
<Reference Include="SgmlReaderDll, Version=1.4.1544.40662, Culture=neutral"> 37
<SpecificVersion>False</SpecificVersion> 38
<HintPath>..\..\Portal\WebUI\bin\SgmlReaderDll.dll</HintPath> 39
</Reference> 40
<Reference Include="System" /> 41
<Reference Include="System.Data" /> 42
<Reference Include="System.Drawing" /> 43
<Reference Include="System.Web" /> 44
<Reference Include="System.Xml" /> 45
</ItemGroup> 46
<ItemGroup> 47
<Compile Include="DateTimeControl.cs" /> 48
<Compile Include="NumericControl.cs" /> 49
<Compile Include="Properties\AssemblyInfo.cs" /> 50
<Compile Include="SimplePager.cs" /> 51
</ItemGroup> 52
<ItemGroup> 53
<EmbeddedResource Include="js\numeric.js" /> 54
</ItemGroup> 55
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 56
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 57
Other similar extension points exist, see Microsoft.Common.targets. 58
<Target Name="BeforeBuild"> 59
</Target> 60
<Target Name="AfterBuild"> 61
</Target> 62
--> 63
</Project>



