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
- TargetParameterCountException.cs
- AccessText.cs
- PageCatalogPart.cs
- SessionIDManager.cs
- PermissionListSet.cs
- IndexerNameAttribute.cs
- COM2TypeInfoProcessor.cs
- NameValueSectionHandler.cs
- OutputCacheModule.cs
- PermissionRequestEvidence.cs
- EmptyStringExpandableObjectConverter.cs
- AuthenticationModuleElementCollection.cs
- ParenthesizePropertyNameAttribute.cs
- Constant.cs
- MSAAWinEventWrap.cs
- CSharpCodeProvider.cs
- BooleanSwitch.cs
- FontNamesConverter.cs
- TypeExtensionConverter.cs
- connectionpool.cs
- MatrixKeyFrameCollection.cs
- MarkupProperty.cs
- View.cs
- TextLineResult.cs
- X509CertificateChain.cs
- MatrixKeyFrameCollection.cs
- DynamicDocumentPaginator.cs
- StringBuilder.cs
- LinkDesigner.cs
- Statements.cs
- SqlCommandBuilder.cs
- Point3DCollectionConverter.cs
- DataBoundLiteralControl.cs
- OdbcCommandBuilder.cs
- MediaContext.cs
- ReadOnlyObservableCollection.cs
- TextPointerBase.cs
- FrugalMap.cs
- MailWriter.cs
- SkewTransform.cs
- XamlReaderConstants.cs
- LookupBindingPropertiesAttribute.cs
- OLEDB_Enum.cs
- CodeDelegateInvokeExpression.cs
- PngBitmapEncoder.cs
- xmlsaver.cs
- Point3DKeyFrameCollection.cs
- ColumnCollection.cs
- XmlRawWriter.cs
- XmlHierarchyData.cs
- WebPartChrome.cs
- SamlConstants.cs
- Soap12ProtocolReflector.cs
- BindableTemplateBuilder.cs
- UnsafeNativeMethods.cs
- TargetControlTypeAttribute.cs
- WhereaboutsReader.cs
- _Semaphore.cs
- control.ime.cs
- WindowsImpersonationContext.cs
- TranslateTransform3D.cs
- Variable.cs
- TextOnlyOutput.cs
- XmlDataLoader.cs
- XmlSecureResolver.cs
- WindowsRegion.cs
- DataGridViewSelectedCellCollection.cs
- CollectionViewGroupRoot.cs
- WindowsAuthenticationModule.cs
- ExpressionBuilderCollection.cs
- Visitor.cs
- ErrorWrapper.cs
- TransactionException.cs
- MsmqElementBase.cs
- ServiceHttpModule.cs
- TimeSpanMinutesConverter.cs
- XmlBinaryReader.cs
- RecordManager.cs
- ButtonAutomationPeer.cs
- MetadataCache.cs
- SqlMetaData.cs
- NativeMethodsOther.cs
- RevocationPoint.cs
- CodeObjectCreateExpression.cs
- ImageDrawing.cs
- GridViewAutomationPeer.cs
- AssemblySettingAttributes.cs
- WebDisplayNameAttribute.cs
- TTSEvent.cs
- Calendar.cs
- ExpressionBindingCollection.cs
- latinshape.cs
- StyleCollectionEditor.cs
- CopyNamespacesAction.cs
- MdImport.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- WindowsSysHeader.cs
- arc.cs
- DiscoveryMessageProperty.cs
- CompilerParameters.cs