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
- StaticResourceExtension.cs
- HtmlGenericControl.cs
- SafeMemoryMappedFileHandle.cs
- SecurityPolicySection.cs
- WindowsAuthenticationModule.cs
- MultilineStringConverter.cs
- DNS.cs
- IntSecurity.cs
- TextAdaptor.cs
- DataGridItemCollection.cs
- ContentDesigner.cs
- DocumentGrid.cs
- _IPv4Address.cs
- FileUtil.cs
- TraceRecords.cs
- TextBox.cs
- MouseGesture.cs
- ScriptRegistrationManager.cs
- DesignerCategoryAttribute.cs
- TransportDefaults.cs
- XPathNodePointer.cs
- OutOfMemoryException.cs
- ProfileService.cs
- CodeRegionDirective.cs
- COM2ICategorizePropertiesHandler.cs
- GlyphRunDrawing.cs
- SqlMethods.cs
- WeakEventManager.cs
- PagesSection.cs
- recordstatescratchpad.cs
- LingerOption.cs
- SelectionProcessor.cs
- MDIClient.cs
- WbmpConverter.cs
- WebServiceHandler.cs
- PopOutPanel.cs
- M3DUtil.cs
- ToggleButton.cs
- Brush.cs
- NameObjectCollectionBase.cs
- SqlTypesSchemaImporter.cs
- InvalidProgramException.cs
- GroupLabel.cs
- AVElementHelper.cs
- LicenseManager.cs
- XmlSchemaRedefine.cs
- connectionpool.cs
- MenuStrip.cs
- MailDefinition.cs
- MachineKeySection.cs
- PolyBezierSegment.cs
- DynamicRenderer.cs
- SqlDataSourceQueryEditorForm.cs
- CustomErrorsSectionWrapper.cs
- WebPartAddingEventArgs.cs
- SQLChars.cs
- SoapRpcServiceAttribute.cs
- FileRecordSequenceHelper.cs
- FlagsAttribute.cs
- FieldToken.cs
- SqlVisitor.cs
- SqlCachedBuffer.cs
- OdbcReferenceCollection.cs
- SoapAttributes.cs
- FileCodeGroup.cs
- SHA384Managed.cs
- ClientSideQueueItem.cs
- SettingsPropertyCollection.cs
- UserControlBuildProvider.cs
- DependencyPropertyHelper.cs
- EventListenerClientSide.cs
- ITreeGenerator.cs
- SqlNodeAnnotations.cs
- UInt32.cs
- XmlMemberMapping.cs
- EventPrivateKey.cs
- ConnectionPoint.cs
- HttpResponseHeader.cs
- BlobPersonalizationState.cs
- Membership.cs
- MetadataItemCollectionFactory.cs
- NativeObjectSecurity.cs
- CheckableControlBaseAdapter.cs
- HiddenFieldDesigner.cs
- GPStream.cs
- GuidConverter.cs
- Win32Native.cs
- IgnorePropertiesAttribute.cs
- InstallerTypeAttribute.cs
- DateTimeUtil.cs
- BaseParser.cs
- ObjectConverter.cs
- FontStretches.cs
- Decimal.cs
- BrowserCapabilitiesCodeGenerator.cs
- DetailsViewInsertedEventArgs.cs
- HtmlHead.cs
- BindingEntityInfo.cs
- SmtpNegotiateAuthenticationModule.cs
- AuthenticationSchemesHelper.cs