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
- XmlWrappingReader.cs
- CapabilitiesRule.cs
- SessionPageStatePersister.cs
- SqlUdtInfo.cs
- ClientProtocol.cs
- NamespaceList.cs
- New.cs
- MergeLocalizationDirectives.cs
- ScriptRegistrationManager.cs
- UserInitiatedRoutedEventPermission.cs
- PKCS1MaskGenerationMethod.cs
- SqlDataSourceCache.cs
- MethodCallConverter.cs
- WebPartConnectionsCloseVerb.cs
- CompositeControlDesigner.cs
- SerializationEventsCache.cs
- HealthMonitoringSectionHelper.cs
- PopupEventArgs.cs
- ConfigXmlText.cs
- ValueTable.cs
- HTTP_SERVICE_CONFIG_URLACL_KEY.cs
- SafeRightsManagementQueryHandle.cs
- FormsAuthenticationModule.cs
- SplineKeyFrames.cs
- ClientCultureInfo.cs
- handlecollector.cs
- NativeMethods.cs
- TreeNodeMouseHoverEvent.cs
- ExpressionBuilderContext.cs
- CaseKeyBox.ViewModel.cs
- EntityDataSource.cs
- OleDbException.cs
- ResolveNameEventArgs.cs
- FragmentNavigationEventArgs.cs
- connectionpool.cs
- Suspend.cs
- ComponentCodeDomSerializer.cs
- TextEditorParagraphs.cs
- DiscoveryEndpoint.cs
- XmlLoader.cs
- LocatorPart.cs
- MexHttpBindingElement.cs
- XmlSchemaAppInfo.cs
- CryptoProvider.cs
- CollectionViewGroupInternal.cs
- DisposableCollectionWrapper.cs
- JavaScriptString.cs
- MethodInfo.cs
- DecimalConstantAttribute.cs
- NavigationProgressEventArgs.cs
- ConstraintCollection.cs
- QuotedStringWriteStateInfo.cs
- autovalidator.cs
- SectionInformation.cs
- EdmConstants.cs
- ProcessActivityTreeOptions.cs
- DataError.cs
- DefaultValueTypeConverter.cs
- MasterPageParser.cs
- InitializingNewItemEventArgs.cs
- WorkflowEnvironment.cs
- SequentialWorkflowHeaderFooter.cs
- ColorAnimation.cs
- TouchesOverProperty.cs
- ProcessHostConfigUtils.cs
- XsltContext.cs
- SspiWrapper.cs
- VisualBrush.cs
- Model3DCollection.cs
- XmlDataCollection.cs
- RouteItem.cs
- HttpValueCollection.cs
- HttpWebResponse.cs
- KeyedHashAlgorithm.cs
- ValidationSummary.cs
- NamedPipeTransportManager.cs
- NativeActivityTransactionContext.cs
- AutomationPattern.cs
- StylusPointProperty.cs
- TypeInfo.cs
- ContainsRowNumberChecker.cs
- BufferedWebEventProvider.cs
- DataSourceGroupCollection.cs
- SBCSCodePageEncoding.cs
- CellQuery.cs
- InheritanceAttribute.cs
- EntityRecordInfo.cs
- ZoneIdentityPermission.cs
- ResourceContainerWrapper.cs
- SrgsElementFactory.cs
- DataPagerFieldCollection.cs
- EditorZone.cs
- ImageListUtils.cs
- TerminatingOperationBehavior.cs
- SizeChangedEventArgs.cs
- XmlSchemaAnnotation.cs
- SafeNativeMethods.cs
- QueryCreatedEventArgs.cs
- TraceContextEventArgs.cs
- XmlSchemaSimpleContent.cs