Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / Compilation / IgnoreFileBuildProvider.cs / 1 / IgnoreFileBuildProvider.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System; using System.Web.Util; // This is a marker class that causes files to be ignored by the compilation system. // Otherwise, if no build provider is registered, unknown extensions get treated as // static files and copied during deployment precompilation. This provider prevents // files from being copied. (DevDiv 35450) internal class IgnoreFileBuildProvider: BuildProvider { internal IgnoreFileBuildProvider() { // Since it's just a marker, it should never be instantiated Debug.Assert(false); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System; using System.Web.Util; // This is a marker class that causes files to be ignored by the compilation system. // Otherwise, if no build provider is registered, unknown extensions get treated as // static files and copied during deployment precompilation. This provider prevents // files from being copied. (DevDiv 35450) internal class IgnoreFileBuildProvider: BuildProvider { internal IgnoreFileBuildProvider() { // Since it's just a marker, it should never be instantiated Debug.Assert(false); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Atom10FormatterFactory.cs
- DataQuery.cs
- DelegateHelpers.cs
- UIServiceHelper.cs
- ConfigurationManager.cs
- SqlUserDefinedTypeAttribute.cs
- TextFormatter.cs
- cookiecollection.cs
- PhysicalOps.cs
- XmlReflectionImporter.cs
- RichTextBox.cs
- WebWorkflowRole.cs
- NavigatorInput.cs
- UnsafeNativeMethodsMilCoreApi.cs
- COM2FontConverter.cs
- DropTarget.cs
- DataGridItem.cs
- DataTemplate.cs
- BmpBitmapEncoder.cs
- WinFormsSecurity.cs
- HtmlInputHidden.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- BindingCollection.cs
- Internal.cs
- ConfigurationLocation.cs
- PowerStatus.cs
- nulltextcontainer.cs
- WsdlBuildProvider.cs
- BlobPersonalizationState.cs
- ToolStripSeparatorRenderEventArgs.cs
- CodeMemberField.cs
- ClickablePoint.cs
- TimeoutValidationAttribute.cs
- NativeBuffer.cs
- BoundField.cs
- InkSerializer.cs
- Content.cs
- CommentEmitter.cs
- CharAnimationBase.cs
- RoleGroupCollection.cs
- ControlBuilder.cs
- Thread.cs
- RegexCompilationInfo.cs
- AffineTransform3D.cs
- BackgroundWorker.cs
- AvTrace.cs
- CharEntityEncoderFallback.cs
- XmlSchemaSequence.cs
- HelpEvent.cs
- MetaData.cs
- WebAdminConfigurationHelper.cs
- DataListItemCollection.cs
- DefaultDiscoveryServiceExtension.cs
- DispatcherHookEventArgs.cs
- StringArrayConverter.cs
- DataGridTableCollection.cs
- DataTemplate.cs
- UIElement3D.cs
- PropertyGridEditorPart.cs
- RequestQueryProcessor.cs
- ContractInferenceHelper.cs
- PropertyConverter.cs
- DayRenderEvent.cs
- PolyQuadraticBezierSegment.cs
- AutomationAttributeInfo.cs
- PatternMatcher.cs
- XmlDocumentType.cs
- TextFormatterContext.cs
- ContentFilePart.cs
- HandoffBehavior.cs
- MemberHolder.cs
- DeploymentSectionCache.cs
- SocketPermission.cs
- DoubleLinkListEnumerator.cs
- WebPartManagerInternals.cs
- _SslSessionsCache.cs
- TokenizerHelper.cs
- DataPagerFieldItem.cs
- ProcessManager.cs
- MimeTypeMapper.cs
- GetPageNumberCompletedEventArgs.cs
- ResourceAttributes.cs
- Logging.cs
- EntityException.cs
- CompilerWrapper.cs
- BoolLiteral.cs
- RegexParser.cs
- FormattedTextSymbols.cs
- Panel.cs
- x509utils.cs
- HtmlEncodedRawTextWriter.cs
- TraceLog.cs
- CapacityStreamGeometryContext.cs
- LinearKeyFrames.cs
- IntSecurity.cs
- DrawingDrawingContext.cs
- PermissionSetEnumerator.cs
- InArgument.cs
- XPathEmptyIterator.cs
- EdmComplexPropertyAttribute.cs