Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SingleConverter.cs
- safesecurityhelperavalon.cs
- TextTreeTextElementNode.cs
- TypeUtils.cs
- ToolboxDataAttribute.cs
- TextProperties.cs
- WeakReferenceEnumerator.cs
- DropDownButton.cs
- ElementHostAutomationPeer.cs
- TransformGroup.cs
- PeerContact.cs
- HttpsChannelListener.cs
- DBSchemaRow.cs
- APCustomTypeDescriptor.cs
- TypeForwardedToAttribute.cs
- SqlClientWrapperSmiStream.cs
- RawAppCommandInputReport.cs
- PkcsMisc.cs
- MsmqVerifier.cs
- StateMachineWorkflowInstance.cs
- HttpRequestBase.cs
- StatusBarPanelClickEvent.cs
- XmlSerializationGeneratedCode.cs
- RangeValidator.cs
- RowParagraph.cs
- SelectionHighlightInfo.cs
- ProviderUtil.cs
- InkCanvas.cs
- TriggerCollection.cs
- RegexGroupCollection.cs
- SafeLocalMemHandle.cs
- Int16Storage.cs
- XmlILConstructAnalyzer.cs
- FrameSecurityDescriptor.cs
- ExtensionSurface.cs
- ExclusiveCanonicalizationTransform.cs
- UrlAuthFailureHandler.cs
- AutomationTextAttribute.cs
- GcHandle.cs
- PersistenceTypeAttribute.cs
- AutoGeneratedFieldProperties.cs
- ImageListStreamer.cs
- BamlLocalizationDictionary.cs
- parserscommon.cs
- ScopedMessagePartSpecification.cs
- SQLRoleProvider.cs
- TemplateBindingExpression.cs
- VerticalAlignConverter.cs
- WinInet.cs
- SqlNotificationRequest.cs
- SimpleHandlerBuildProvider.cs
- DateTimeOffsetAdapter.cs
- ActivatedMessageQueue.cs
- HtmlGenericControl.cs
- ContainsRowNumberChecker.cs
- LiteralControl.cs
- LockRecursionException.cs
- StretchValidation.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- Color.cs
- MemoryResponseElement.cs
- DmlSqlGenerator.cs
- grammarelement.cs
- DiscoveryMessageSequenceCD1.cs
- EventKeyword.cs
- Assert.cs
- Ops.cs
- InheritanceContextChangedEventManager.cs
- ConfigurationManagerInternalFactory.cs
- FileNotFoundException.cs
- MemberMemberBinding.cs
- PerspectiveCamera.cs
- Bold.cs
- sqlmetadatafactory.cs
- BaseParaClient.cs
- GridViewSortEventArgs.cs
- MetadataArtifactLoaderComposite.cs
- PrefixHandle.cs
- ContextMenuStrip.cs
- ConstraintCollection.cs
- Vector3D.cs
- DefaultEvaluationContext.cs
- DeploymentExceptionMapper.cs
- QueryCacheManager.cs
- GeometryDrawing.cs
- SkewTransform.cs
- TextFindEngine.cs
- ControlParameter.cs
- OperationAbortedException.cs
- SafeNativeMethods.cs
- MethodImplAttribute.cs
- Merger.cs
- DeviceContext2.cs
- XmlIlTypeHelper.cs
- ToolStripItemRenderEventArgs.cs
- ListDataBindEventArgs.cs
- DiscreteKeyFrames.cs
- Predicate.cs
- Rect.cs
- HttpVersion.cs