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
- TimerElapsedEvenArgs.cs
- AssociationTypeEmitter.cs
- CapabilitiesState.cs
- PersonalizationStateInfoCollection.cs
- ProfileService.cs
- CustomServiceCredentials.cs
- AtomServiceDocumentSerializer.cs
- FrameworkElement.cs
- RawTextInputReport.cs
- CodeConstructor.cs
- AxHost.cs
- InputLanguage.cs
- TimelineGroup.cs
- IERequestCache.cs
- _DigestClient.cs
- MachineKeyConverter.cs
- PackageRelationship.cs
- SamlDelegatingWriter.cs
- DataGridItemEventArgs.cs
- ResourceAttributes.cs
- SmtpNetworkElement.cs
- HttpModule.cs
- TabControlEvent.cs
- SoapIncludeAttribute.cs
- RequestQueryProcessor.cs
- ThicknessAnimation.cs
- TextCompositionManager.cs
- XamlSerializerUtil.cs
- StructuralCache.cs
- EventArgs.cs
- HostingEnvironmentException.cs
- TagPrefixCollection.cs
- EventLogPermissionAttribute.cs
- Random.cs
- TemplateKey.cs
- WebBrowserUriTypeConverter.cs
- StateElementCollection.cs
- ComplexObject.cs
- SQLDateTimeStorage.cs
- WebConfigurationHostFileChange.cs
- InstanceStoreQueryResult.cs
- SequenceDesigner.cs
- ExternalFile.cs
- RequestResponse.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- PageResolution.cs
- TrustManager.cs
- ProtocolsConfigurationEntry.cs
- TypeExtensionConverter.cs
- SerializationHelper.cs
- SpellerError.cs
- SelectionManager.cs
- WebBrowserNavigatingEventHandler.cs
- HtmlInputPassword.cs
- DesignTimeTemplateParser.cs
- MsmqMessage.cs
- RayMeshGeometry3DHitTestResult.cs
- BufferManager.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- FileChangeNotifier.cs
- XamlTypeMapperSchemaContext.cs
- WebDisplayNameAttribute.cs
- DynamicResourceExtensionConverter.cs
- LinkedResourceCollection.cs
- SqlProviderServices.cs
- CustomAttributeFormatException.cs
- ParserStreamGeometryContext.cs
- _BaseOverlappedAsyncResult.cs
- AdvancedBindingPropertyDescriptor.cs
- CipherData.cs
- DataBindingCollection.cs
- StrokeCollectionConverter.cs
- SQLStringStorage.cs
- PinProtectionHelper.cs
- Debug.cs
- FrameworkContentElement.cs
- OdbcReferenceCollection.cs
- SiblingIterators.cs
- IISUnsafeMethods.cs
- CommunicationObjectAbortedException.cs
- CanExecuteRoutedEventArgs.cs
- ApplicationId.cs
- RegexInterpreter.cs
- EllipseGeometry.cs
- TraceContext.cs
- SmiConnection.cs
- JpegBitmapDecoder.cs
- ToolStripButton.cs
- PageSettings.cs
- TextServicesContext.cs
- PassportAuthenticationModule.cs
- PlatformCulture.cs
- PriorityQueue.cs
- ColorBlend.cs
- Trace.cs
- FocusChangedEventArgs.cs
- XmlQueryType.cs
- CriticalFinalizerObject.cs
- XPathDocument.cs
- ISAPIApplicationHost.cs