Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- MembershipSection.cs
- HtmlFormParameterWriter.cs
- SqlClientPermission.cs
- BasicCellRelation.cs
- XmlSchemaAttributeGroupRef.cs
- ProcessModelSection.cs
- FormView.cs
- ScriptResourceInfo.cs
- ProtocolsSection.cs
- NotSupportedException.cs
- ConfigXmlText.cs
- SimpleHandlerFactory.cs
- EntityDataSourceUtil.cs
- RootProfilePropertySettingsCollection.cs
- exports.cs
- SizeChangedInfo.cs
- HtmlInputPassword.cs
- AtomContentProperty.cs
- AppSettingsReader.cs
- XmlSortKeyAccumulator.cs
- CriticalHandle.cs
- AccessDataSourceView.cs
- SchemaSetCompiler.cs
- DataGridPagingPage.cs
- BooleanConverter.cs
- CompilerHelpers.cs
- PropertyChangedEventArgs.cs
- FieldInfo.cs
- InputLanguageManager.cs
- ErrorHandlerFaultInfo.cs
- DelegateSerializationHolder.cs
- SQLDecimal.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- LayoutTableCell.cs
- X509PeerCertificateElement.cs
- RectangleConverter.cs
- webclient.cs
- HttpModuleCollection.cs
- TriggerBase.cs
- nulltextnavigator.cs
- DefaultShape.cs
- ToolStripContentPanelRenderEventArgs.cs
- TrackingStringDictionary.cs
- ButtonBase.cs
- BitmapSource.cs
- HorizontalAlignConverter.cs
- Calendar.cs
- StrokeCollection.cs
- NetMsmqBinding.cs
- DispatcherSynchronizationContext.cs
- ExceptionHandlersDesigner.cs
- KnownTypesProvider.cs
- ProxyWebPart.cs
- LinqDataSourceContextEventArgs.cs
- PropertyAccessVisitor.cs
- QueryContinueDragEventArgs.cs
- CapabilitiesAssignment.cs
- ImageList.cs
- Header.cs
- List.cs
- ControlBuilder.cs
- AuthenticatingEventArgs.cs
- DependencyProperty.cs
- DataGridViewRowsAddedEventArgs.cs
- CookieParameter.cs
- MenuAdapter.cs
- SpecularMaterial.cs
- ColumnHeader.cs
- XmlIncludeAttribute.cs
- ToolStripItemCollection.cs
- SvcMapFile.cs
- PublishLicense.cs
- BindingCompleteEventArgs.cs
- ViewGenerator.cs
- ECDsa.cs
- OdbcDataReader.cs
- AppearanceEditorPart.cs
- Matrix.cs
- PrintControllerWithStatusDialog.cs
- BrushValueSerializer.cs
- ProcessInfo.cs
- QueryCacheKey.cs
- OperationInfoBase.cs
- ClientUIRequest.cs
- TableLayoutStyleCollection.cs
- CuspData.cs
- SettingsPropertyCollection.cs
- OneToOneMappingSerializer.cs
- BadImageFormatException.cs
- DrawingBrush.cs
- Int32Storage.cs
- WindowsGraphics2.cs
- EventLogEntry.cs
- MasterPageParser.cs
- ArraySegment.cs
- ObjectReferenceStack.cs
- SrgsRule.cs
- UserMapPath.cs
- FormatterConverter.cs
- DrawingAttributesDefaultValueFactory.cs