Changed to use Authenticate asp.net event instead of Authorize
[castle.git] / AspectSharp / AspectSharp.Example / AspectSharp.Example-vs2005.csproj
blob6a1c0a54eb3f82c079e7b3eca499b71b48c815d2
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>{AE2B1F00-FB0A-4A76-B57D-FF514B72E898}</ProjectGuid>
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9     <ApplicationIcon>
10     </ApplicationIcon>
11     <AssemblyKeyContainerName>
12     </AssemblyKeyContainerName>
13     <AssemblyName>AspectSharp.Example</AssemblyName>
14     <AssemblyOriginatorKeyFile>
15     </AssemblyOriginatorKeyFile>
16     <DefaultClientScript>JScript</DefaultClientScript>
17     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18     <DefaultTargetSchema>IE50</DefaultTargetSchema>
19     <DelaySign>false</DelaySign>
20     <OutputType>Exe</OutputType>
21     <RootNamespace>AspectSharp.Example</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>DEBUG;TRACE</DefineConstants>
38     <DocumentationFile>
39     </DocumentationFile>
40     <DebugSymbols>true</DebugSymbols>
41     <FileAlignment>4096</FileAlignment>
42     <NoStdLib>false</NoStdLib>
43     <NoWarn>
44     </NoWarn>
45     <Optimize>false</Optimize>
46     <RegisterForComInterop>false</RegisterForComInterop>
47     <RemoveIntegerChecks>false</RemoveIntegerChecks>
48     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
49     <WarningLevel>4</WarningLevel>
50     <DebugType>full</DebugType>
51     <ErrorReport>prompt</ErrorReport>
52   </PropertyGroup>
53   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54     <OutputPath>..\bin\</OutputPath>
55     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
56     <BaseAddress>285212672</BaseAddress>
57     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
58     <ConfigurationOverrideFile>
59     </ConfigurationOverrideFile>
60     <DefineConstants>TRACE</DefineConstants>
61     <DocumentationFile>
62     </DocumentationFile>
63     <DebugSymbols>false</DebugSymbols>
64     <FileAlignment>4096</FileAlignment>
65     <NoStdLib>false</NoStdLib>
66     <NoWarn>
67     </NoWarn>
68     <Optimize>true</Optimize>
69     <RegisterForComInterop>false</RegisterForComInterop>
70     <RemoveIntegerChecks>false</RemoveIntegerChecks>
71     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
72     <WarningLevel>4</WarningLevel>
73     <DebugType>none</DebugType>
74     <ErrorReport>prompt</ErrorReport>
75   </PropertyGroup>
76   <ItemGroup>
77     <Reference Include="antlr.runtime">
78       <Name>antlr.runtime</Name>
79       <HintPath>..\..\build\net-1.1\debug\antlr.runtime.dll</HintPath>
80     </Reference>
81     <Reference Include="Castle.DynamicProxy">
82       <Name>Castle.DynamicProxy</Name>
83       <HintPath>..\..\build\net-1.1\debug\Castle.DynamicProxy.dll</HintPath>
84     </Reference>
85     <Reference Include="System">
86       <Name>System</Name>
87     </Reference>
88     <Reference Include="System.Data">
89       <Name>System.Data</Name>
90     </Reference>
91     <Reference Include="System.Xml">
92       <Name>System.XML</Name>
93     </Reference>
94     <ProjectReference Include="..\AopAlliance\AopAlliance-vs2005.csproj">
95       <Name>AopAlliance-vs2005</Name>
96       <Project>{74C3CE90-25AF-4998-9123-61D19041AF68}</Project>
97       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
98     </ProjectReference>
99     <ProjectReference Include="..\AspectSharp.Lang\AspectSharp.Lang-vs2005.csproj">
100       <Name>AspectSharp.Lang-vs2005</Name>
101       <Project>{6B00E2C0-C58E-4399-A323-A034415E67D4}</Project>
102       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
103     </ProjectReference>
104     <ProjectReference Include="..\AspectSharp\AspectSharp-vs2005.csproj">
105       <Name>AspectSharp-vs2005</Name>
106       <Project>{C50C59E8-410B-48C6-8CD0-DB351C0AB75E}</Project>
107       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
108     </ProjectReference>
109   </ItemGroup>
110   <ItemGroup>
111     <Compile Include="Aop\Interceptors\HashcodeDefaultValueInterceptor.cs">
112       <SubType>Code</SubType>
113     </Compile>
114     <Compile Include="Aop\Interceptors\LoggerInterceptor.cs">
115       <SubType>Code</SubType>
116     </Compile>
117     <Compile Include="Aop\Interceptors\SecurityCheckInterceptor.cs">
118       <SubType>Code</SubType>
119     </Compile>
120     <Compile Include="Aop\Mixins\SecurityMixin.cs">
121       <SubType>Code</SubType>
122     </Compile>
123     <Compile Include="Application.cs">
124       <SubType>Code</SubType>
125     </Compile>
126     <Compile Include="AssemblyInfo.cs">
127       <SubType>Code</SubType>
128     </Compile>
129     <Compile Include="ContentFragment.cs">
130       <SubType>Code</SubType>
131     </Compile>
132     <Compile Include="ContentProviders\DynamicContentProvider.cs">
133       <SubType>Code</SubType>
134     </Compile>
135     <Compile Include="ContentProviders\StaticContentProvider.cs">
136       <SubType>Code</SubType>
137     </Compile>
138     <Compile Include="Context.cs">
139       <SubType>Code</SubType>
140     </Compile>
141     <Compile Include="IContentFragment.cs">
142       <SubType>Code</SubType>
143     </Compile>
144     <Compile Include="IContentProvider.cs">
145       <SubType>Code</SubType>
146     </Compile>
147     <Compile Include="IView.cs">
148       <SubType>Code</SubType>
149     </Compile>
150     <Compile Include="RequestPipeline.cs">
151       <SubType>Code</SubType>
152     </Compile>
153     <Compile Include="Security\ISecurityResource.cs">
154       <SubType>Code</SubType>
155     </Compile>
156     <Compile Include="Views\PlainTextView.cs">
157       <SubType>Code</SubType>
158     </Compile>
159     <Compile Include="Views\XmlView.cs">
160       <SubType>Code</SubType>
161     </Compile>
162   </ItemGroup>
163   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
164   <PropertyGroup>
165     <PreBuildEvent>
166     </PreBuildEvent>
167     <PostBuildEvent>
168     </PostBuildEvent>
169   </PropertyGroup>
170 </Project>