1 <VisualStudioProject>
\r
3 ProjectType = "Local"
\r
4 ProductVersion = "7.10.3077"
\r
5 SchemaVersion = "2.0"
\r
6 ProjectGuid = "{992ACC07-728E-493D-929B-A684B7135421}"
\r
10 ApplicationIcon = ""
\r
11 AssemblyKeyContainerName = ""
\r
12 AssemblyName = "Castle.Applications.MindDump"
\r
13 AssemblyOriginatorKeyFile = ""
\r
14 DefaultClientScript = "JScript"
\r
15 DefaultHTMLPageLayout = "Grid"
\r
16 DefaultTargetSchema = "IE50"
\r
18 OutputType = "Library"
\r
21 RootNamespace = "Castle.Applications.MindDump"
\r
22 RunPostBuildEvent = "OnBuildSuccess"
\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
39 OutputPath = "..\bin\"
\r
40 RegisterForComInterop = "false"
\r
41 RemoveIntegerChecks = "false"
\r
42 TreatWarningsAsErrors = "false"
\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
59 OutputPath = "bin\Release\"
\r
60 RegisterForComInterop = "false"
\r
61 RemoveIntegerChecks = "false"
\r
62 TreatWarningsAsErrors = "false"
\r
69 AssemblyName = "System"
\r
70 HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
\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
79 AssemblyName = "System.Xml"
\r
80 HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
\r
84 AssemblyName = "log4net"
\r
85 HintPath = "..\..\..\build\net-1.1\debug\log4net.dll"
\r
89 AssemblyName = "NHibernate"
\r
90 HintPath = "..\..\..\build\net-1.1\debug\NHibernate.dll"
\r
93 Name = "Castle.Windsor"
\r
94 AssemblyName = "Castle.Windsor"
\r
95 HintPath = "..\..\..\build\net-1.1\debug\Castle.Windsor.dll"
\r
98 Name = "Castle.DynamicProxy"
\r
99 AssemblyName = "Castle.DynamicProxy"
\r
100 HintPath = "..\..\..\build\net-1.1\debug\Castle.DynamicProxy.dll"
\r
103 Name = "Castle.MicroKernel"
\r
104 AssemblyName = "Castle.MicroKernel"
\r
105 HintPath = "..\..\..\build\net-1.1\debug\Castle.MicroKernel.dll"
\r
108 Name = "Castle.Core"
\r
109 AssemblyName = "Castle.Core"
\r
110 HintPath = "..\..\..\build\net-1.1\debug\Castle.Core.dll"
\r
113 Name = "Castle.Facilities.NHibernateIntegration"
\r
114 AssemblyName = "Castle.Facilities.NHibernateIntegration"
\r
115 HintPath = "..\..\..\build\net-1.1\debug\Castle.Facilities.NHibernateIntegration.dll"
\r
118 Name = "Castle.Facilities.AutomaticTransactionManagement"
\r
119 AssemblyName = "Castle.Facilities.AutomaticTransactionManagement"
\r
120 HintPath = "..\..\..\build\net-1.1\debug\Castle.Facilities.AutomaticTransactionManagement.dll"
\r
123 Name = "Castle.Services.Transaction"
\r
124 AssemblyName = "Castle.Services.Transaction"
\r
125 HintPath = "..\..\..\build\net-1.1\debug\Castle.Services.Transaction.dll"
\r
128 Name = "Castle.MonoRail.Framework"
\r
129 AssemblyName = "Castle.MonoRail.Framework"
\r
130 HintPath = "..\..\..\build\net-1.1\debug\Castle.MonoRail.Framework.dll"
\r
133 Name = "Castle.MonoRail.WindsorExtension"
\r
134 AssemblyName = "Castle.MonoRail.WindsorExtension"
\r
135 HintPath = "..\..\..\build\net-1.1\debug\Castle.MonoRail.WindsorExtension.dll"
\r
142 RelPath = "AssemblyInfo.cs"
\r
144 BuildAction = "Compile"
\r
147 RelPath = "MindDumpContainer.cs"
\r
149 BuildAction = "Compile"
\r
152 RelPath = "Adapters\PrincipalAuthorAdapter.cs"
\r
154 BuildAction = "Compile"
\r
157 RelPath = "Dao\AuthorDao.cs"
\r
159 BuildAction = "Compile"
\r
162 RelPath = "Dao\BlogDao.cs"
\r
164 BuildAction = "Compile"
\r
167 RelPath = "Dao\ListUtil.cs"
\r
169 BuildAction = "Compile"
\r
172 RelPath = "Dao\PostDao.cs"
\r
174 BuildAction = "Compile"
\r
177 RelPath = "Model\Author.cs"
\r
179 BuildAction = "Compile"
\r
182 RelPath = "Model\Blog.cs"
\r
184 BuildAction = "Compile"
\r
187 RelPath = "Model\Post.cs"
\r
189 BuildAction = "Compile"
\r
192 RelPath = "Presentation\Controllers\AbstractSecureController.cs"
\r
194 BuildAction = "Compile"
\r
197 RelPath = "Presentation\Controllers\AccountController.cs"
\r
199 BuildAction = "Compile"
\r
202 RelPath = "Presentation\Controllers\BlogController.cs"
\r
204 BuildAction = "Compile"
\r
207 RelPath = "Presentation\Controllers\BlogControllerCreatorSubscriber.cs"
\r
209 BuildAction = "Compile"
\r
212 RelPath = "Presentation\Controllers\IntroController.cs"
\r
214 BuildAction = "Compile"
\r
217 RelPath = "Presentation\Controllers\MaintenanceController.cs"
\r
219 BuildAction = "Compile"
\r
222 RelPath = "Presentation\Filters\AuthenticationAttemptFilter.cs"
\r
224 BuildAction = "Compile"
\r
227 RelPath = "Presentation\Filters\AuthenticationCheckFilter.cs"
\r
229 BuildAction = "Compile"
\r
232 RelPath = "Presentation\Filters\PrintableFilter.cs"
\r
234 BuildAction = "Compile"
\r
237 RelPath = "Services\AccountService.cs"
\r
239 BuildAction = "Compile"
\r
242 RelPath = "Services\AuthenticationService.cs"
\r
244 BuildAction = "Compile"
\r
247 RelPath = "Services\BlogService.cs"
\r
249 BuildAction = "Compile"
\r
252 RelPath = "Services\EncryptionService.cs"
\r
254 BuildAction = "Compile"
\r
257 RelPath = "Services\IMindDumpEventPublisher.cs"
\r
259 BuildAction = "Compile"
\r
262 RelPath = "Services\IMindDumpEventSubscriber.cs"
\r
264 BuildAction = "Compile"
\r
267 RelPath = "Services\MindDumpEventChannel.cs"
\r
269 BuildAction = "Compile"
\r
274 </VisualStudioProject>
\r