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
- _SingleItemRequestCache.cs
- AdornedElementPlaceholder.cs
- HttpWebRequest.cs
- TransformedBitmap.cs
- ListSortDescription.cs
- TemplateControlParser.cs
- ExternalFile.cs
- MulticastOption.cs
- ListViewSelectEventArgs.cs
- NumericPagerField.cs
- SamlAuthorizationDecisionClaimResource.cs
- OletxCommittableTransaction.cs
- ReachDocumentReferenceSerializerAsync.cs
- PerformanceCountersElement.cs
- TypeReference.cs
- TabControlCancelEvent.cs
- AnnouncementInnerClient11.cs
- CalendarDesigner.cs
- DataContractSerializerServiceBehavior.cs
- MetadataPropertyCollection.cs
- SplitterCancelEvent.cs
- WebBrowserProgressChangedEventHandler.cs
- StrongNameKeyPair.cs
- LiteralControl.cs
- UnmanagedMemoryStream.cs
- SafeLocalMemHandle.cs
- _KerberosClient.cs
- FunctionNode.cs
- PlatformNotSupportedException.cs
- _ContextAwareResult.cs
- CompModSwitches.cs
- AssociationSet.cs
- ReliableSessionBindingElement.cs
- SingleObjectCollection.cs
- InvalidEnumArgumentException.cs
- InputLanguageProfileNotifySink.cs
- ISAPIRuntime.cs
- LoginUtil.cs
- ExtendedProtectionPolicyElement.cs
- MaskedTextBoxTextEditorDropDown.cs
- TextBlockAutomationPeer.cs
- SystemResources.cs
- JpegBitmapDecoder.cs
- HttpsHostedTransportConfiguration.cs
- SmiMetaDataProperty.cs
- SelectionEditingBehavior.cs
- SystemUnicastIPAddressInformation.cs
- ResourceManagerWrapper.cs
- ProcessHostServerConfig.cs
- SqlWriter.cs
- TextContainerChangedEventArgs.cs
- BaseCAMarshaler.cs
- FontNamesConverter.cs
- GridViewRowEventArgs.cs
- DockingAttribute.cs
- entityreference_tresulttype.cs
- QilNode.cs
- PriorityBinding.cs
- RemotingConfigParser.cs
- AgileSafeNativeMemoryHandle.cs
- IImplicitResourceProvider.cs
- FormsAuthenticationUser.cs
- SoapIgnoreAttribute.cs
- Int32Storage.cs
- XDeferredAxisSource.cs
- DataGridViewHitTestInfo.cs
- HtmlListAdapter.cs
- ComponentResourceKeyConverter.cs
- TimeSpanValidator.cs
- SystemTcpConnection.cs
- TreeViewImageGenerator.cs
- CustomAttributeSerializer.cs
- DrawingVisualDrawingContext.cs
- WorkflowOwnershipException.cs
- InvokeDelegate.cs
- InkCanvas.cs
- MouseGestureConverter.cs
- XamlTreeBuilder.cs
- Camera.cs
- WSHttpBindingBaseElement.cs
- GeneralTransform.cs
- RSAOAEPKeyExchangeDeformatter.cs
- InstanceCreationEditor.cs
- _TransmitFileOverlappedAsyncResult.cs
- ReadOnlyDataSource.cs
- XsltSettings.cs
- MetabaseSettings.cs
- TextEditorMouse.cs
- ResolveResponseInfo.cs
- _ProxyChain.cs
- TextBoxAutomationPeer.cs
- ClientSettingsProvider.cs
- RoleBoolean.cs
- FormatConvertedBitmap.cs
- SafeNativeMethodsCLR.cs
- ArgumentOutOfRangeException.cs
- ConfigurationElementProperty.cs
- SchemaMapping.cs
- ZipIOExtraFieldPaddingElement.cs
- ContextBase.cs