1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{74C3CE90-25AF-4998-9123-61D19041AF68}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>AopAlliance</AssemblyName>
14 <AssemblyOriginatorKeyFile>
15 </AssemblyOriginatorKeyFile>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
19 <DelaySign>false</DelaySign>
20 <OutputType>Library</OutputType>
21 <RootNamespace>AopAlliance</RootNamespace>
22 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
27 <UpgradeBackupLocation>
28 </UpgradeBackupLocation>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <OutputPath>..\bin\</OutputPath>
32 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33 <BaseAddress>285212672</BaseAddress>
34 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
35 <ConfigurationOverrideFile>
36 </ConfigurationOverrideFile>
37 <DefineConstants>TRACE;DEBUG</DefineConstants>
38 <DocumentationFile>AopAlliance.xml</DocumentationFile>
39 <DebugSymbols>true</DebugSymbols>
40 <FileAlignment>4096</FileAlignment>
41 <NoStdLib>false</NoStdLib>
43 <Optimize>false</Optimize>
44 <RegisterForComInterop>false</RegisterForComInterop>
45 <RemoveIntegerChecks>false</RemoveIntegerChecks>
46 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
47 <WarningLevel>4</WarningLevel>
48 <DebugType>full</DebugType>
49 <ErrorReport>prompt</ErrorReport>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52 <OutputPath>..\bin\</OutputPath>
53 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
54 <BaseAddress>285212672</BaseAddress>
55 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
56 <ConfigurationOverrideFile>
57 </ConfigurationOverrideFile>
58 <DefineConstants>TRACE</DefineConstants>
59 <DocumentationFile>AopAlliance.xml</DocumentationFile>
60 <DebugSymbols>false</DebugSymbols>
61 <FileAlignment>4096</FileAlignment>
62 <NoStdLib>false</NoStdLib>
64 <Optimize>true</Optimize>
65 <RegisterForComInterop>false</RegisterForComInterop>
66 <RemoveIntegerChecks>false</RemoveIntegerChecks>
67 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
68 <WarningLevel>4</WarningLevel>
69 <DebugType>none</DebugType>
70 <ErrorReport>prompt</ErrorReport>
73 <Reference Include="System">
76 <Reference Include="System.Data">
77 <Name>System.Data</Name>
79 <Reference Include="System.Xml">
80 <Name>System.XML</Name>
84 <Compile Include="Aop\AspectException.cs">
85 <SubType>Code</SubType>
87 <Compile Include="Aop\IAdvice.cs">
88 <SubType>Code</SubType>
90 <Compile Include="AssemblyInfo.cs">
91 <SubType>Code</SubType>
93 <Compile Include="Intercept\IConstructorInterceptor.cs">
94 <SubType>Code</SubType>
96 <Compile Include="Intercept\IConstructorInvocation.cs">
97 <SubType>Code</SubType>
99 <Compile Include="Intercept\IInterceptor.cs">
100 <SubType>Code</SubType>
102 <Compile Include="Intercept\IInvocation.cs">
103 <SubType>Code</SubType>
105 <Compile Include="Intercept\IJoinpoint.cs">
106 <SubType>Code</SubType>
108 <Compile Include="Intercept\IMethodInterceptor.cs">
109 <SubType>Code</SubType>
111 <Compile Include="Intercept\IMethodInvocation.cs">
112 <SubType>Code</SubType>
115 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />