More working tests.
[castle.git] / AspectSharp / AopAlliance / AopAlliance-vs2005.csproj
blob8a90395ba61df419f427e1760c0f256b2ca1f01f
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
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>
9     <ApplicationIcon>
10     </ApplicationIcon>
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>
23     <StartupObject>
24     </StartupObject>
25     <FileUpgradeFlags>
26     </FileUpgradeFlags>
27     <UpgradeBackupLocation>
28     </UpgradeBackupLocation>
29   </PropertyGroup>
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>
42     <NoWarn>1591</NoWarn>
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>
50   </PropertyGroup>
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>
63     <NoWarn>1591</NoWarn>
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>
71   </PropertyGroup>
72   <ItemGroup>
73     <Reference Include="System">
74       <Name>System</Name>
75     </Reference>
76     <Reference Include="System.Data">
77       <Name>System.Data</Name>
78     </Reference>
79     <Reference Include="System.Xml">
80       <Name>System.XML</Name>
81     </Reference>
82   </ItemGroup>
83   <ItemGroup>
84     <Compile Include="Aop\AspectException.cs">
85       <SubType>Code</SubType>
86     </Compile>
87     <Compile Include="Aop\IAdvice.cs">
88       <SubType>Code</SubType>
89     </Compile>
90     <Compile Include="AssemblyInfo.cs">
91       <SubType>Code</SubType>
92     </Compile>
93     <Compile Include="Intercept\IConstructorInterceptor.cs">
94       <SubType>Code</SubType>
95     </Compile>
96     <Compile Include="Intercept\IConstructorInvocation.cs">
97       <SubType>Code</SubType>
98     </Compile>
99     <Compile Include="Intercept\IInterceptor.cs">
100       <SubType>Code</SubType>
101     </Compile>
102     <Compile Include="Intercept\IInvocation.cs">
103       <SubType>Code</SubType>
104     </Compile>
105     <Compile Include="Intercept\IJoinpoint.cs">
106       <SubType>Code</SubType>
107     </Compile>
108     <Compile Include="Intercept\IMethodInterceptor.cs">
109       <SubType>Code</SubType>
110     </Compile>
111     <Compile Include="Intercept\IMethodInvocation.cs">
112       <SubType>Code</SubType>
113     </Compile>
114   </ItemGroup>
115   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
116   <PropertyGroup>
117     <PreBuildEvent>
118     </PreBuildEvent>
119     <PostBuildEvent>
120     </PostBuildEvent>
121   </PropertyGroup>
122 </Project>