Adapted to DP2, but has lots of failing tests because DP2 does not yet support it:
[castle.git] / AspectSharp / AspectSharp.LoggingExample / AspectSharp.LoggingExample-vs2005.csproj
blob0139168c7303144c1b414eb3f29a13a087b1a7c5
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>{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>
22     <StartupObject>
23     </StartupObject>
24     <FileUpgradeFlags>
25     </FileUpgradeFlags>
26     <UpgradeBackupLocation>
27     </UpgradeBackupLocation>
28   </PropertyGroup>
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>
37     <DocumentationFile>
38     </DocumentationFile>
39     <DebugSymbols>true</DebugSymbols>
40     <FileAlignment>4096</FileAlignment>
41     <NoStdLib>false</NoStdLib>
42     <NoWarn>
43     </NoWarn>
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>
51   </PropertyGroup>
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>
60     <DocumentationFile>
61     </DocumentationFile>
62     <DebugSymbols>false</DebugSymbols>
63     <FileAlignment>4096</FileAlignment>
64     <NoStdLib>false</NoStdLib>
65     <NoWarn>
66     </NoWarn>
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>
74   </PropertyGroup>
75   <ItemGroup>
76     <Reference Include="System">
77       <Name>System</Name>
78     </Reference>
79     <Reference Include="System.Data">
80       <Name>System.Data</Name>
81     </Reference>
82     <Reference Include="System.Xml">
83       <Name>System.XML</Name>
84     </Reference>
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>
89     </ProjectReference>
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>
94     </ProjectReference>
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>
99     </ProjectReference>
100   </ItemGroup>
101   <ItemGroup>
102     <None Include="App.config" />
103     <Content Include="App.ico" />
104     <Compile Include="Application.cs">
105       <SubType>Code</SubType>
106     </Compile>
107     <Compile Include="AssemblyInfo.cs">
108       <SubType>Code</SubType>
109     </Compile>
110     <Compile Include="Model\IAgatKiller.cs">
111       <SubType>Code</SubType>
112     </Compile>
113     <Compile Include="Model\LoggerInterceptor.cs">
114       <SubType>Code</SubType>
115     </Compile>
116     <Compile Include="Model\MachineGun.cs">
117       <SubType>Code</SubType>
118     </Compile>
119     <Compile Include="Model\Ronin.cs">
120       <SubType>Code</SubType>
121     </Compile>
122   </ItemGroup>
123   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
124   <PropertyGroup>
125     <PreBuildEvent>
126     </PreBuildEvent>
127     <PostBuildEvent>
128     </PostBuildEvent>
129   </PropertyGroup>
130 </Project>