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>{3099B452-9D33-4411-A200-C8F25D6AE26E}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon>App.ico</ApplicationIcon>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>AspectSharp.LoggingExample</AssemblyName>
13 <AssemblyOriginatorKeyFile>
14 </AssemblyOriginatorKeyFile>
15 <DefaultClientScript>JScript</DefaultClientScript>
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
18 <DelaySign>false</DelaySign>
19 <OutputType>Exe</OutputType>
20 <RootNamespace>AspectSharp.LoggingExample</RootNamespace>
21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
26 <UpgradeBackupLocation>
27 </UpgradeBackupLocation>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30 <OutputPath>bin\Debug\</OutputPath>
31 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
32 <BaseAddress>285212672</BaseAddress>
33 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
34 <ConfigurationOverrideFile>
35 </ConfigurationOverrideFile>
36 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <DebugSymbols>true</DebugSymbols>
40 <FileAlignment>4096</FileAlignment>
41 <NoStdLib>false</NoStdLib>
44 <Optimize>false</Optimize>
45 <RegisterForComInterop>false</RegisterForComInterop>
46 <RemoveIntegerChecks>false</RemoveIntegerChecks>
47 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
48 <WarningLevel>4</WarningLevel>
49 <DebugType>full</DebugType>
50 <ErrorReport>prompt</ErrorReport>
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53 <OutputPath>bin\Release\</OutputPath>
54 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
55 <BaseAddress>285212672</BaseAddress>
56 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
57 <ConfigurationOverrideFile>
58 </ConfigurationOverrideFile>
59 <DefineConstants>TRACE</DefineConstants>
62 <DebugSymbols>false</DebugSymbols>
63 <FileAlignment>4096</FileAlignment>
64 <NoStdLib>false</NoStdLib>
67 <Optimize>true</Optimize>
68 <RegisterForComInterop>false</RegisterForComInterop>
69 <RemoveIntegerChecks>false</RemoveIntegerChecks>
70 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
71 <WarningLevel>4</WarningLevel>
72 <DebugType>none</DebugType>
73 <ErrorReport>prompt</ErrorReport>
76 <Reference Include="System">
79 <Reference Include="System.Data">
80 <Name>System.Data</Name>
82 <Reference Include="System.Xml">
83 <Name>System.XML</Name>
85 <ProjectReference Include="..\AopAlliance\AopAlliance-vs2005.csproj">
86 <Name>AopAlliance-vs2005</Name>
87 <Project>{74C3CE90-25AF-4998-9123-61D19041AF68}</Project>
88 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
90 <ProjectReference Include="..\AspectSharp.Lang\AspectSharp.Lang-vs2005.csproj">
91 <Name>AspectSharp.Lang-vs2005</Name>
92 <Project>{6B00E2C0-C58E-4399-A323-A034415E67D4}</Project>
93 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
95 <ProjectReference Include="..\AspectSharp\AspectSharp-vs2005.csproj">
96 <Name>AspectSharp-vs2005</Name>
97 <Project>{C50C59E8-410B-48C6-8CD0-DB351C0AB75E}</Project>
98 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
102 <None Include="App.config" />
103 <Content Include="App.ico" />
104 <Compile Include="Application.cs">
105 <SubType>Code</SubType>
107 <Compile Include="AssemblyInfo.cs">
108 <SubType>Code</SubType>
110 <Compile Include="Model\IAgatKiller.cs">
111 <SubType>Code</SubType>
113 <Compile Include="Model\LoggerInterceptor.cs">
114 <SubType>Code</SubType>
116 <Compile Include="Model\MachineGun.cs">
117 <SubType>Code</SubType>
119 <Compile Include="Model\Ronin.cs">
120 <SubType>Code</SubType>
123 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />