温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:逐迹内容管理系统AspxNuke v2.0源码
当前文件路径:AspxNuke/Framework/Plugins/AspxNuke.Plugins.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>{E1FAB6F0-55EE-4A03-A070-EA71D7CAB50A}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>AspxNuke.Plugins</RootNamespace> 11
<AssemblyName>AspxNuke.Plugins</AssemblyName> 12
</PropertyGroup> 13
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 14
<DebugSymbols>true</DebugSymbols> 15
<DebugType>full</DebugType> 16
<Optimize>false</Optimize> 17
<OutputPath>bin\Debug\</OutputPath> 18
<DefineConstants>DEBUG;TRACE</DefineConstants> 19
<ErrorReport>prompt</ErrorReport> 20
<WarningLevel>4</WarningLevel> 21
<DocumentationFile>bin\Debug\ZhuJi.Plugins.XML</DocumentationFile> 22
</PropertyGroup> 23
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 24
<DebugType>pdbonly</DebugType> 25
<Optimize>true</Optimize> 26
<OutputPath>bin\Release\</OutputPath> 27
<DefineConstants>TRACE</DefineConstants> 28
<ErrorReport>prompt</ErrorReport> 29
<WarningLevel>4</WarningLevel> 30
</PropertyGroup> 31
<ItemGroup> 32
<Reference Include="System" /> 33
<Reference Include="System.configuration" /> 34
<Reference Include="System.Data" /> 35
<Reference Include="System.Web" /> 36
<Reference Include="System.Xml" /> 37
</ItemGroup> 38
<ItemGroup> 39
<Compile Include="AddIn.cs" /> 40
<Compile Include="IAddIn.cs" /> 41
<Compile Include="PluginItem.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>



