Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Compilation / ForceCopyBuildProvider.cs / 1305376 / 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
- ByteKeyFrameCollection.cs
- controlskin.cs
- GeneratedCodeAttribute.cs
- GPRECT.cs
- LeaseManager.cs
- BridgeDataRecord.cs
- NoResizeHandleGlyph.cs
- WebResponse.cs
- ResourcesBuildProvider.cs
- XmlSchemaNotation.cs
- WebExceptionStatus.cs
- InvalidPropValue.cs
- ObjectStateEntryDbDataRecord.cs
- Logging.cs
- ProcessDesigner.cs
- SiteMapNodeItem.cs
- SendMailErrorEventArgs.cs
- HttpCookieCollection.cs
- HtmlDocument.cs
- FillErrorEventArgs.cs
- DefaultExpressionVisitor.cs
- HighlightComponent.cs
- Point4DValueSerializer.cs
- ObjectQueryProvider.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- SoapTypeAttribute.cs
- wgx_exports.cs
- VisualBasicSettingsHandler.cs
- WhitespaceRule.cs
- ContextDataSource.cs
- CodeStatement.cs
- KeyValueSerializer.cs
- HandleCollector.cs
- ProcessHostServerConfig.cs
- UnsafeNativeMethods.cs
- Listbox.cs
- ZoneIdentityPermission.cs
- DataGridLengthConverter.cs
- BufferBuilder.cs
- DataControlFieldHeaderCell.cs
- MergeFilterQuery.cs
- StringBuilder.cs
- PrincipalPermission.cs
- AutomationProperty.cs
- SynchronousSendBindingElement.cs
- XsltOutput.cs
- WebPartMovingEventArgs.cs
- ExceptionList.cs
- SmtpLoginAuthenticationModule.cs
- BuildProvidersCompiler.cs
- Point3DAnimation.cs
- WebPartZoneCollection.cs
- ClientData.cs
- CollectionEditor.cs
- PriorityItem.cs
- PagesChangedEventArgs.cs
- InputMethod.cs
- SHA384Managed.cs
- IsolatedStorageFilePermission.cs
- ListControl.cs
- FontStretch.cs
- CatalogPart.cs
- XmlQueryType.cs
- CommandManager.cs
- TrustLevelCollection.cs
- ObjectCacheHost.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- AlignmentYValidation.cs
- SettingsPropertyWrongTypeException.cs
- GeneralTransform3D.cs
- CustomError.cs
- ComponentManagerBroker.cs
- ProcessRequestArgs.cs
- SByte.cs
- ImmutableObjectAttribute.cs
- ReferentialConstraint.cs
- Soap.cs
- ServiceOperationListItem.cs
- BindingExpressionUncommonField.cs
- RealProxy.cs
- followingquery.cs
- PropertyRecord.cs
- BamlRecordWriter.cs
- Int64AnimationBase.cs
- ResourceProviderFactory.cs
- SimpleHandlerBuildProvider.cs
- CodeNamespaceCollection.cs
- LinqDataSourceStatusEventArgs.cs
- CommandHelpers.cs
- MailBnfHelper.cs
- CodeTypeMemberCollection.cs
- TableCellCollection.cs
- X509CertificateCollection.cs
- SetterBase.cs
- MissingFieldException.cs
- Privilege.cs
- RepeaterItem.cs
- DataRowChangeEvent.cs
- OleAutBinder.cs
- WebUtil.cs