Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / Compilation / ForceCopyBuildProvider.cs / 1 / 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
- formatter.cs
- StreamWriter.cs
- PointAnimationUsingPath.cs
- ServiceNameCollection.cs
- StringOutput.cs
- IndependentAnimationStorage.cs
- SqlFormatter.cs
- LeftCellWrapper.cs
- SplayTreeNode.cs
- Add.cs
- UpdatableGenericsFeature.cs
- RowSpanVector.cs
- ItemCheckedEvent.cs
- EntityReference.cs
- WebPartZone.cs
- PropertyValueUIItem.cs
- DataControlFieldHeaderCell.cs
- TreeNodeCollection.cs
- UnaryNode.cs
- Line.cs
- DateTimeFormatInfoScanner.cs
- WizardPanelChangingEventArgs.cs
- TraceFilter.cs
- SessionMode.cs
- Int32.cs
- DetailsViewPagerRow.cs
- RemotingException.cs
- MethodImplAttribute.cs
- XmlCompatibilityReader.cs
- ProtectedProviderSettings.cs
- PartialClassGenerationTaskInternal.cs
- RoleServiceManager.cs
- NameValuePair.cs
- ApplicationSettingsBase.cs
- PageCodeDomTreeGenerator.cs
- TreeNodeSelectionProcessor.cs
- ProfileEventArgs.cs
- WinFormsSecurity.cs
- RegisterResponseInfo.cs
- RetriableClipboard.cs
- CalendarDataBindingHandler.cs
- ToolBar.cs
- XmlBaseWriter.cs
- MemoryResponseElement.cs
- Command.cs
- XmlEventCache.cs
- WindowsTitleBar.cs
- DbConnectionClosed.cs
- BasicKeyConstraint.cs
- ToolStripContainer.cs
- SectionUpdates.cs
- QueryReaderSettings.cs
- ObservableCollection.cs
- BitmapEffectState.cs
- Trace.cs
- ContentPropertyAttribute.cs
- ClientBuildManager.cs
- QueryExtender.cs
- ArgumentValidation.cs
- KeyValuePairs.cs
- ProcessStartInfo.cs
- DataGridViewRowHeaderCell.cs
- PreservationFileWriter.cs
- TextControlDesigner.cs
- Cursor.cs
- RectangleConverter.cs
- DesignerDataView.cs
- HashHelper.cs
- TableTextElementCollectionInternal.cs
- RestHandlerFactory.cs
- ConfigXmlDocument.cs
- TypePropertyEditor.cs
- NameValueCollection.cs
- Selector.cs
- ArrayItemValue.cs
- SamlDoNotCacheCondition.cs
- SqlTriggerContext.cs
- XmlSchemaObject.cs
- UrlMappingCollection.cs
- SafeSerializationManager.cs
- ColorConverter.cs
- ActivitySurrogate.cs
- ReadingWritingEntityEventArgs.cs
- SecureUICommand.cs
- PartialCachingControl.cs
- RadioButtonStandardAdapter.cs
- SQLConvert.cs
- WindowsTreeView.cs
- DataGridViewMethods.cs
- LayoutExceptionEventArgs.cs
- HtmlSelect.cs
- WebPartTracker.cs
- GenericAuthenticationEventArgs.cs
- ProxyWebPartManager.cs
- WebPartDescription.cs
- TaskHelper.cs
- FixedTextContainer.cs
- ContextMenu.cs
- ToolStripSeparatorRenderEventArgs.cs
- DocumentsTrace.cs