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
- Int64KeyFrameCollection.cs
- PathSegment.cs
- RectangleGeometry.cs
- WhitespaceRuleReader.cs
- BoundPropertyEntry.cs
- Listbox.cs
- ParamArrayAttribute.cs
- UrlPropertyAttribute.cs
- PrefixHandle.cs
- FileRecordSequenceHelper.cs
- NumberFormatInfo.cs
- Rules.cs
- XmlPropertyBag.cs
- RepeatButton.cs
- Label.cs
- SqlProviderUtilities.cs
- ToolboxComponentsCreatingEventArgs.cs
- CategoryAttribute.cs
- EventData.cs
- Point.cs
- InterleavedZipPartStream.cs
- QilTypeChecker.cs
- AtomMaterializer.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- PolyQuadraticBezierSegment.cs
- TransformGroup.cs
- XmlKeywords.cs
- ButtonChrome.cs
- ConcurrentDictionary.cs
- GridViewUpdateEventArgs.cs
- ZipIOLocalFileBlock.cs
- WindowsComboBox.cs
- DataGridViewLinkCell.cs
- NavigationCommands.cs
- BufferedWebEventProvider.cs
- EdmFunctions.cs
- SettingsPropertyWrongTypeException.cs
- IsolatedStorageFileStream.cs
- GridViewActionList.cs
- ByteArrayHelperWithString.cs
- RouteValueDictionary.cs
- BinaryFormatterSinks.cs
- AmbientValueAttribute.cs
- IntSecurity.cs
- HtmlControlPersistable.cs
- PointUtil.cs
- BaseParagraph.cs
- CollectionChangeEventArgs.cs
- PropertyReferenceExtension.cs
- SQLDecimalStorage.cs
- SocketManager.cs
- InvalidOleVariantTypeException.cs
- ListChangedEventArgs.cs
- ControlBuilder.cs
- Vector3D.cs
- MdImport.cs
- TemplateComponentConnector.cs
- EventDrivenDesigner.cs
- HwndSource.cs
- VisualBasicValue.cs
- WebPartActionVerb.cs
- WindowsComboBox.cs
- ListBoxItemAutomationPeer.cs
- SafeFileMappingHandle.cs
- HttpAsyncResult.cs
- PopupRootAutomationPeer.cs
- GenerateHelper.cs
- LogRecordSequence.cs
- Missing.cs
- AttributeCollection.cs
- IndentedWriter.cs
- ProjectionPlanCompiler.cs
- XhtmlBasicSelectionListAdapter.cs
- XmlSiteMapProvider.cs
- ApplicationFileParser.cs
- MetadataCollection.cs
- NativeMethods.cs
- AcceleratedTokenProviderState.cs
- SoapAttributeOverrides.cs
- Util.cs
- ObjectDataSourceStatusEventArgs.cs
- ExpressionBinding.cs
- ADMembershipProvider.cs
- CollectionBuilder.cs
- XmlExpressionDumper.cs
- SQLCharsStorage.cs
- SelectionRange.cs
- ProxyAttribute.cs
- Sentence.cs
- PrimitiveCodeDomSerializer.cs
- ZipIOBlockManager.cs
- MemberRelationshipService.cs
- ListBox.cs
- ConfigurationLockCollection.cs
- AlternateView.cs
- DelimitedListTraceListener.cs
- ProcessProtocolHandler.cs
- AssociationSetMetadata.cs
- BamlCollectionHolder.cs
- KeyProperty.cs