Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Compilation / IgnoreFileBuildProvider.cs / 1305376 / 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
- ObjectContext.cs
- TypographyProperties.cs
- OleDbConnectionInternal.cs
- WindowsSecurityTokenAuthenticator.cs
- RoutedPropertyChangedEventArgs.cs
- IsolatedStoragePermission.cs
- SafeViewOfFileHandle.cs
- LinearGradientBrush.cs
- DataObjectEventArgs.cs
- DynamicDocumentPaginator.cs
- SecurityContextSecurityTokenAuthenticator.cs
- TreeNodeBinding.cs
- Point3D.cs
- RtfNavigator.cs
- AbstractSvcMapFileLoader.cs
- AsyncOperationLifetimeManager.cs
- TargetConverter.cs
- ItemCollection.cs
- VirtualizingPanel.cs
- Point3D.cs
- OracleFactory.cs
- OdbcTransaction.cs
- CapabilitiesPattern.cs
- MessagingDescriptionAttribute.cs
- RuntimeConfig.cs
- SessionEndedEventArgs.cs
- EventTrigger.cs
- Tablet.cs
- _RegBlobWebProxyDataBuilder.cs
- MembershipUser.cs
- TableItemPattern.cs
- DiagnosticTrace.cs
- RefExpr.cs
- TextBoxDesigner.cs
- SchemaObjectWriter.cs
- SystemResourceHost.cs
- EdmMember.cs
- RectKeyFrameCollection.cs
- DataColumn.cs
- securitycriticaldataClass.cs
- SqlClientWrapperSmiStream.cs
- RubberbandSelector.cs
- RawKeyboardInputReport.cs
- WindowsStreamSecurityElement.cs
- PersonalizationAdministration.cs
- BinaryMethodMessage.cs
- TabControl.cs
- ControlType.cs
- ObjectDataSourceMethodEventArgs.cs
- AttachmentService.cs
- BitmapEffectInputData.cs
- Frame.cs
- Vector3DValueSerializer.cs
- DecoderFallback.cs
- DocumentsTrace.cs
- FixedSOMTableRow.cs
- UnsafeNativeMethods.cs
- DataTableNameHandler.cs
- SolidColorBrush.cs
- RelationshipDetailsRow.cs
- _ProxyRegBlob.cs
- TcpClientCredentialType.cs
- InvokeHandlers.cs
- Pen.cs
- TextTreeUndoUnit.cs
- GeometryHitTestParameters.cs
- GlobalEventManager.cs
- ToolBarButton.cs
- FormDocumentDesigner.cs
- SecurityDescriptor.cs
- ConfigXmlComment.cs
- HtmlTitle.cs
- LoginView.cs
- DataGridTable.cs
- AddressUtility.cs
- PropertyChangeTracker.cs
- AutomationPatternInfo.cs
- WebPartAddingEventArgs.cs
- HtmlFormParameterReader.cs
- DataKeyArray.cs
- Helpers.cs
- DataGridItemCollection.cs
- FixedTextBuilder.cs
- PlacementWorkspace.cs
- RequestTimeoutManager.cs
- Vector3dCollection.cs
- IdentityReference.cs
- PrimitiveXmlSerializers.cs
- ResourceAttributes.cs
- COM2PropertyPageUITypeConverter.cs
- ReadOnlyHierarchicalDataSource.cs
- Pool.cs
- LingerOption.cs
- SafeIUnknown.cs
- XappLauncher.cs
- wgx_exports.cs
- XmlRawWriterWrapper.cs
- StylusPointPropertyInfoDefaults.cs
- SecUtil.cs
- recordstatescratchpad.cs