Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Compilation / ForceCopyBuildProvider.cs / 1305376 / ForceCopyBuildProvider.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 copied as static files during // precompilation, even though their extension may be associated with a source file // type. Concretely, this is used to make sure .js files get copied, as they could be // client side (VSWhidbey 337513) internal class ForceCopyBuildProvider: BuildProvider { internal ForceCopyBuildProvider() { // 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 copied as static files during // precompilation, even though their extension may be associated with a source file // type. Concretely, this is used to make sure .js files get copied, as they could be // client side (VSWhidbey 337513) internal class ForceCopyBuildProvider: BuildProvider { internal ForceCopyBuildProvider() { // 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
- CollectionChangeEventArgs.cs
- LazyTextWriterCreator.cs
- CqlParserHelpers.cs
- List.cs
- DataGridSortCommandEventArgs.cs
- NavigationEventArgs.cs
- CompareValidator.cs
- ServiceChannel.cs
- FileFormatException.cs
- NotFiniteNumberException.cs
- MetadataArtifactLoader.cs
- DesignerRegion.cs
- PriorityRange.cs
- ResourceDisplayNameAttribute.cs
- ViewPort3D.cs
- WebPartAddingEventArgs.cs
- ChtmlFormAdapter.cs
- DescriptionAttribute.cs
- CompilerInfo.cs
- Privilege.cs
- AesCryptoServiceProvider.cs
- Pen.cs
- ContainerParagraph.cs
- ToolBar.cs
- InstanceOwner.cs
- TextTreeTextNode.cs
- SafeEventLogWriteHandle.cs
- SiteMapDataSourceView.cs
- CssClassPropertyAttribute.cs
- MaterializeFromAtom.cs
- DeploymentSection.cs
- DBBindings.cs
- IPAddressCollection.cs
- LinkedList.cs
- DockPanel.cs
- GenericWebPart.cs
- Transaction.cs
- ImageFormat.cs
- ParserHooks.cs
- SelectionService.cs
- ContractSearchPattern.cs
- EditingCommands.cs
- EdgeProfileValidation.cs
- _SafeNetHandles.cs
- WrappedReader.cs
- WebDisplayNameAttribute.cs
- DataGridViewRowsAddedEventArgs.cs
- CompilerError.cs
- DocumentPageHost.cs
- SystemIPInterfaceStatistics.cs
- NumberFormatter.cs
- LayoutDump.cs
- LinkLabelLinkClickedEvent.cs
- Cell.cs
- WebRequestModulesSection.cs
- EventLog.cs
- HandlerFactoryCache.cs
- InputProcessorProfilesLoader.cs
- regiisutil.cs
- ComponentEditorForm.cs
- CompiledXpathExpr.cs
- DbMetaDataCollectionNames.cs
- ImageFormat.cs
- Vector3dCollection.cs
- Helpers.cs
- FixUp.cs
- ToolboxItem.cs
- CodeVariableReferenceExpression.cs
- DataGridViewSelectedRowCollection.cs
- StaticTextPointer.cs
- SchemaImporterExtensionsSection.cs
- iisPickupDirectory.cs
- LinearGradientBrush.cs
- StickyNote.cs
- SqlNodeAnnotation.cs
- ExpressionParser.cs
- XpsFixedDocumentSequenceReaderWriter.cs
- CodeDirectionExpression.cs
- IconConverter.cs
- DecoderFallbackWithFailureFlag.cs
- UnsafePeerToPeerMethods.cs
- AliasExpr.cs
- DataRelation.cs
- RoleServiceManager.cs
- linebase.cs
- ResourceDescriptionAttribute.cs
- BaseTemplateParser.cs
- MenuItemBindingCollection.cs
- DecimalKeyFrameCollection.cs
- EventKeyword.cs
- SecurityElement.cs
- XsdDuration.cs
- DataGridRowAutomationPeer.cs
- PropertyChangingEventArgs.cs
- FeatureSupport.cs
- SpnEndpointIdentityExtension.cs
- ToolStripPanelCell.cs
- CopyAction.cs
- IpcChannelHelper.cs
- DbMetaDataColumnNames.cs