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
- HtmlImage.cs
- InlineObject.cs
- Unit.cs
- EdmSchemaAttribute.cs
- QuestionEventArgs.cs
- CheckPair.cs
- HtmlPhoneCallAdapter.cs
- RepeaterItemCollection.cs
- ConnectionPoint.cs
- TypeRefElement.cs
- BindingNavigatorDesigner.cs
- ResourceDescriptionAttribute.cs
- Merger.cs
- OleDbRowUpdatingEvent.cs
- GlobalProxySelection.cs
- DeploymentSectionCache.cs
- PatternMatcher.cs
- SqlDataReader.cs
- SystemIPv6InterfaceProperties.cs
- LinqExpressionNormalizer.cs
- FragmentQueryProcessor.cs
- ServicePointManager.cs
- MetadataUtilsSmi.cs
- CodeSnippetStatement.cs
- Font.cs
- DebuggerAttributes.cs
- WebHttpEndpoint.cs
- HtmlTextBoxAdapter.cs
- ConfigurationStrings.cs
- WindowsPen.cs
- ValuePatternIdentifiers.cs
- WSFederationHttpBinding.cs
- HideDisabledControlAdapter.cs
- AttributeCollection.cs
- GenericIdentity.cs
- FlowLayoutPanel.cs
- webclient.cs
- WebServiceTypeData.cs
- SecureConversationServiceCredential.cs
- CroppedBitmap.cs
- ObservableDictionary.cs
- InkCanvasInnerCanvas.cs
- SystemColors.cs
- FilterableAttribute.cs
- SamlSecurityToken.cs
- ListControl.cs
- XmlValueConverter.cs
- BitmapPalette.cs
- MapPathBasedVirtualPathProvider.cs
- EnvelopedPkcs7.cs
- BasicViewGenerator.cs
- ScriptRegistrationManager.cs
- ScriptResourceAttribute.cs
- ViewEvent.cs
- CachedPathData.cs
- BaseCodeDomTreeGenerator.cs
- TdsParserStaticMethods.cs
- ApplicationException.cs
- StorageEntityContainerMapping.cs
- SmtpFailedRecipientException.cs
- BuilderInfo.cs
- AttachedAnnotation.cs
- CodeAttributeArgumentCollection.cs
- AsyncOperation.cs
- DrawingContextDrawingContextWalker.cs
- FormatException.cs
- HTTPNotFoundHandler.cs
- FullTrustAssembly.cs
- CqlLexer.cs
- XmlElementCollection.cs
- DoubleKeyFrameCollection.cs
- WindowsPrincipal.cs
- WindowPatternIdentifiers.cs
- XmlTextReader.cs
- RowCache.cs
- TextElement.cs
- MessagingActivityHelper.cs
- NetworkInterface.cs
- ThreadAbortException.cs
- Memoizer.cs
- InputLanguage.cs
- StatusBarPanel.cs
- SchemeSettingElementCollection.cs
- IRCollection.cs
- EtwTrace.cs
- BindingValueChangedEventArgs.cs
- BooleanStorage.cs
- GetParentChain.cs
- ExpressionWriter.cs
- DashStyles.cs
- Classification.cs
- Timer.cs
- UserControlCodeDomTreeGenerator.cs
- IEnumerable.cs
- PerformanceCounterManager.cs
- JsonXmlDataContract.cs
- ControlHelper.cs
- XmlNode.cs
- ValidationSettings.cs
- UnhandledExceptionEventArgs.cs