温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:逐迹内容管理系统AspxNuke v2.0源码
当前文件路径:AspxNuke/Framework/AOP/AspxNuke.AOP.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>{FA240588-73E2-412E-AC3F-F9ECFBF8CDCE}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>AspxNuke.AOP</RootNamespace> 11
<AssemblyName>AspxNuke.AOP</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.AOP.XML</DocumentationFile> 22
<CodeAnalysisRules>-Microsoft.Security#CA2116;-Microsoft.Security#CA2117;-Microsoft.Security#CA2105;-Microsoft.Security#CA2115;-Microsoft.Security#CA2104;-Microsoft.Security#CA2122;-Microsoft.Security#CA2114;-Microsoft.Security#CA2123;-Microsoft.Security#CA2111;-Microsoft.Security#CA2108;-Microsoft.Security#CA2107;-Microsoft.Security#CA2103;-Microsoft.Security#CA2100;-Microsoft.Security#CA2118;-Microsoft.Security#CA2109;-Microsoft.Security#CA2119;-Microsoft.Security#CA2106;-Microsoft.Security#CA2112;-Microsoft.Security#CA2110;-Microsoft.Security#CA2120;-Microsoft.Security#CA2101;-Microsoft.Security#CA2121;-Microsoft.Security#CA2126;-Microsoft.Security#CA2124;-Microsoft.Maintainability#CA1502;-Microsoft.Maintainability#CA1501;-Microsoft.Maintainability#CA1500;-Microsoft.Portability#CA1901;-Microsoft.Portability#CA1900;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Performance#CA1809;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1812;-Microsoft.Performance#CA1807;-Microsoft.Performance#CA1813;-Microsoft.Performance#CA1823;-Microsoft.Performance#CA1816;-Microsoft.Performance#CA1817;-Microsoft.Performance#CA1800;-Microsoft.Performance#CA1818;-Microsoft.Performance#CA1805;-Microsoft.Performance#CA1810;-Microsoft.Performance#CA1822;-Microsoft.Performance#CA1815;-Microsoft.Performance#CA1814;-Microsoft.Performance#CA1819;-Microsoft.Performance#CA1804;-Microsoft.Performance#CA1820;-Microsoft.Performance#CA1802;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601</CodeAnalysisRules> 23
<RunCodeAnalysis>false</RunCodeAnalysis> 24
</PropertyGroup> 25
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 26
<DebugType>pdbonly</DebugType> 27
<Optimize>true</Optimize> 28
<OutputPath>bin\Release\</OutputPath> 29
<DefineConstants>TRACE</DefineConstants> 30
<ErrorReport>prompt</ErrorReport> 31
<WarningLevel>4</WarningLevel> 32
</PropertyGroup> 33
<ItemGroup> 34
<Reference Include="Castle.DynamicProxy, Version=1.1.5.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> 35
<SpecificVersion>False</SpecificVersion> 36
<HintPath>..\..\Portal\WebUI\bin\Castle.DynamicProxy.dll</HintPath> 37
</Reference> 38
<Reference Include="System" /> 39
<Reference Include="System.configuration" /> 40
<Reference Include="System.Data" /> 41
<Reference Include="System.Transactions" /> 42
<Reference Include="System.Xml" /> 43
</ItemGroup> 44
<ItemGroup> 45
<Compile Include="Operator.cs" /> 46
<Compile Include="Properties\AssemblyInfo.cs" /> 47
<Compile Include="ProxyInterceptor.cs" /> 48
</ItemGroup> 49
<ItemGroup> 50
<ProjectReference Include="..\..\Common\Library\AspxNuke.Library.csproj"> 51
<Project>{3FA115EF-7EB7-4D08-A351-F745719AB2D5}</Project> 52
<Name>AspxNuke.Library</Name> 53
</ProjectReference> 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>



