Changed to use Authenticate asp.net event instead of Authorize
[castle.git] / Samples / InversionOfControl / ExtendingSample / ExtendingSample-vs2003.csproj
blobfcf8aa4a7de7b2c44accda0c12b3f2e18f617d27
1 <VisualStudioProject>\r
2     <CSHARP\r
3         ProjectType = "Local"\r
4         ProductVersion = "7.10.3077"\r
5         SchemaVersion = "2.0"\r
6         ProjectGuid = "{BBEF9D2F-506A-4740-A03D-275A06AB6565}"\r
7     >\r
8         <Build>\r
9             <Settings\r
10                 ApplicationIcon = "App.ico"\r
11                 AssemblyKeyContainerName = ""\r
12                 AssemblyName = "ExtendingSample"\r
13                 AssemblyOriginatorKeyFile = ""\r
14                 DefaultClientScript = "JScript"\r
15                 DefaultHTMLPageLayout = "Grid"\r
16                 DefaultTargetSchema = "IE50"\r
17                 DelaySign = "false"\r
18                 OutputType = "WinExe"\r
19                 PreBuildEvent = ""\r
20                 PostBuildEvent = ""\r
21                 RootNamespace = "ExtendingSample"\r
22                 RunPostBuildEvent = "OnBuildSuccess"\r
23                 StartupObject = ""\r
24             >\r
25                 <Config\r
26                     Name = "Debug"\r
27                     AllowUnsafeBlocks = "false"\r
28                     BaseAddress = "285212672"\r
29                     CheckForOverflowUnderflow = "false"\r
30                     ConfigurationOverrideFile = ""\r
31                     DefineConstants = "DEBUG;TRACE"\r
32                     DocumentationFile = ""\r
33                     DebugSymbols = "true"\r
34                     FileAlignment = "4096"\r
35                     IncrementalBuild = "false"\r
36                     NoStdLib = "false"\r
37                     NoWarn = ""\r
38                     Optimize = "false"\r
39                     OutputPath = "bin\"\r
40                     RegisterForComInterop = "false"\r
41                     RemoveIntegerChecks = "false"\r
42                     TreatWarningsAsErrors = "false"\r
43                     WarningLevel = "4"\r
44                 />\r
45                 <Config\r
46                     Name = "Release"\r
47                     AllowUnsafeBlocks = "false"\r
48                     BaseAddress = "285212672"\r
49                     CheckForOverflowUnderflow = "false"\r
50                     ConfigurationOverrideFile = ""\r
51                     DefineConstants = "TRACE"\r
52                     DocumentationFile = ""\r
53                     DebugSymbols = "false"\r
54                     FileAlignment = "4096"\r
55                     IncrementalBuild = "false"\r
56                     NoStdLib = "false"\r
57                     NoWarn = ""\r
58                     Optimize = "true"\r
59                     OutputPath = "bin\"\r
60                     RegisterForComInterop = "false"\r
61                     RemoveIntegerChecks = "false"\r
62                     TreatWarningsAsErrors = "false"\r
63                     WarningLevel = "4"\r
64                 />\r
65             </Settings>\r
66             <References>\r
67                 <Reference\r
68                     Name = "System"\r
69                     AssemblyName = "System"\r
70                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"\r
71                 />\r
72                 <Reference\r
73                     Name = "System.Data"\r
74                     AssemblyName = "System.Data"\r
75                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"\r
76                 />\r
77                 <Reference\r
78                     Name = "System.Drawing"\r
79                     AssemblyName = "System.Drawing"\r
80                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"\r
81                 />\r
82                 <Reference\r
83                     Name = "System.Windows.Forms"\r
84                     AssemblyName = "System.Windows.Forms"\r
85                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"\r
86                 />\r
87                 <Reference\r
88                     Name = "System.XML"\r
89                     AssemblyName = "System.Xml"\r
90                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"\r
91                 />\r
92                 <Reference\r
93                     Name = "Castle.Windsor"\r
94                     AssemblyName = "Castle.Windsor"\r
95                     HintPath = "..\..\..\build\net-1.1\debug\Castle.Windsor.dll"\r
96                 />\r
97                 <Reference\r
98                     Name = "Castle.DynamicProxy"\r
99                     AssemblyName = "Castle.DynamicProxy"\r
100                     HintPath = "..\..\..\build\net-1.1\debug\Castle.DynamicProxy.dll"\r
101                 />\r
102                 <Reference\r
103                     Name = "Castle.MicroKernel"\r
104                     AssemblyName = "Castle.MicroKernel"\r
105                     HintPath = "..\..\..\build\net-1.1\debug\Castle.MicroKernel.dll"\r
106                 />\r
107                 <Reference\r
108                     Name = "Castle.Core"\r
109                     AssemblyName = "Castle.Core"\r
110                     HintPath = "..\..\..\build\net-1.1\debug\Castle.Core.dll"\r
111                 />\r
112             </References>\r
113         </Build>\r
114         <Files>\r
115             <Include>\r
116                 <File\r
117                     RelPath = "App.cs"\r
118                     SubType = "Code"\r
119                     BuildAction = "Compile"\r
120                 />\r
121                 <File\r
122                     RelPath = "App.ico"\r
123                     BuildAction = "Content"\r
124                 />\r
125                 <File\r
126                     RelPath = "AppConfig.config"\r
127                     BuildAction = "None"\r
128                 />\r
129                 <File\r
130                     RelPath = "AssemblyInfo.cs"\r
131                     SubType = "Code"\r
132                     BuildAction = "Compile"\r
133                 />\r
134                 <File\r
135                     RelPath = "IStartable.cs"\r
136                     SubType = "Code"\r
137                     BuildAction = "Compile"\r
138                 />\r
139                 <File\r
140                     RelPath = "StartableFacility.cs"\r
141                     SubType = "Code"\r
142                     BuildAction = "Compile"\r
143                 />\r
144                 <File\r
145                     RelPath = "Components\DefaultConnectionFactory.cs"\r
146                     SubType = "Code"\r
147                     BuildAction = "Compile"\r
148                 />\r
149                 <File\r
150                     RelPath = "Components\IConnectionFactory.cs"\r
151                     SubType = "Code"\r
152                     BuildAction = "Compile"\r
153                 />\r
154                 <File\r
155                     RelPath = "Components\IEmailSender.cs"\r
156                     SubType = "Code"\r
157                     BuildAction = "Compile"\r
158                 />\r
159                 <File\r
160                     RelPath = "Components\INewsletterService.cs"\r
161                     SubType = "Code"\r
162                     BuildAction = "Compile"\r
163                 />\r
164                 <File\r
165                     RelPath = "Components\ITemplateEngine.cs"\r
166                     SubType = "Code"\r
167                     BuildAction = "Compile"\r
168                 />\r
169                 <File\r
170                     RelPath = "Components\MainForm.cs"\r
171                     SubType = "Form"\r
172                     BuildAction = "Compile"\r
173                 />\r
174                 <File\r
175                     RelPath = "Components\MainForm.resx"\r
176                     DependentUpon = "MainForm.cs"\r
177                     BuildAction = "EmbeddedResource"\r
178                 />\r
179                 <File\r
180                     RelPath = "Components\NVelocityTemplateEngine.cs"\r
181                     SubType = "Code"\r
182                     BuildAction = "Compile"\r
183                 />\r
184                 <File\r
185                     RelPath = "Components\SimpleNewsletterService.cs"\r
186                     SubType = "Code"\r
187                     BuildAction = "Compile"\r
188                 />\r
189                 <File\r
190                     RelPath = "Components\SmtpEmailSender.cs"\r
191                     SubType = "Code"\r
192                     BuildAction = "Compile"\r
193                 />\r
194                 <File\r
195                     RelPath = "Components\WinformApplicationRunner.cs"\r
196                     SubType = "Code"\r
197                     BuildAction = "Compile"\r
198                 />\r
199                 <File\r
200                     RelPath = "Dao\Friend.cs"\r
201                     SubType = "Code"\r
202                     BuildAction = "Compile"\r
203                 />\r
204                 <File\r
205                     RelPath = "Dao\FriendsDao.cs"\r
206                     SubType = "Code"\r
207                     BuildAction = "Compile"\r
208                 />\r
209             </Include>\r
210         </Files>\r
211     </CSHARP>\r
212 </VisualStudioProject>\r