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
- ObjectDataSourceDisposingEventArgs.cs
- EmbossBitmapEffect.cs
- RootNamespaceAttribute.cs
- RepeatButtonAutomationPeer.cs
- ProviderIncompatibleException.cs
- EntityConnectionStringBuilder.cs
- EventEntry.cs
- EntityKey.cs
- ImageClickEventArgs.cs
- XmlSerializerAssemblyAttribute.cs
- LongValidator.cs
- SQLBytesStorage.cs
- DbException.cs
- Buffer.cs
- hwndwrapper.cs
- HeaderedContentControl.cs
- VersionValidator.cs
- OperandQuery.cs
- PropertyPathWorker.cs
- SafeSystemMetrics.cs
- TypeConverterBase.cs
- DocumentEventArgs.cs
- DataServiceHostFactory.cs
- DocumentOrderQuery.cs
- Composition.cs
- Window.cs
- LinearGradientBrush.cs
- ParallelDesigner.cs
- ECDiffieHellmanPublicKey.cs
- HttpWriter.cs
- DoubleCollection.cs
- SecurityTokenValidationException.cs
- TraceSection.cs
- CodeSnippetStatement.cs
- DataSourceXmlClassAttribute.cs
- TrustLevel.cs
- JpegBitmapEncoder.cs
- SemaphoreSecurity.cs
- AutomationPeer.cs
- AttachedAnnotationChangedEventArgs.cs
- GridViewRowEventArgs.cs
- AliasExpr.cs
- BitmapEffectDrawingContextWalker.cs
- SafeNativeMethods.cs
- ConfigurationManagerHelper.cs
- SimpleTableProvider.cs
- Attachment.cs
- TextSpan.cs
- SiteIdentityPermission.cs
- ParseNumbers.cs
- XmlDocumentSerializer.cs
- Encoder.cs
- CachedCompositeFamily.cs
- ImmComposition.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- SimpleTextLine.cs
- DesigntimeLicenseContextSerializer.cs
- WebConfigurationFileMap.cs
- OutputCacheSection.cs
- TraceListener.cs
- PropertyIdentifier.cs
- PublisherIdentityPermission.cs
- AuthenticationConfig.cs
- KeyedCollection.cs
- SecUtil.cs
- ModelServiceImpl.cs
- errorpatternmatcher.cs
- ListBase.cs
- CreateParams.cs
- PermissionToken.cs
- SpellerHighlightLayer.cs
- RawMouseInputReport.cs
- SmiMetaDataProperty.cs
- VisualBrush.cs
- UnsafeNativeMethodsPenimc.cs
- DBConnectionString.cs
- HtmlSelect.cs
- StatusStrip.cs
- SubqueryRules.cs
- PartialCachingAttribute.cs
- SqlFunctionAttribute.cs
- ContextMenu.cs
- BezierSegment.cs
- IgnoreDeviceFilterElementCollection.cs
- SessionStateItemCollection.cs
- RectAnimation.cs
- HttpBrowserCapabilitiesBase.cs
- Visitors.cs
- TabControlCancelEvent.cs
- RectangleF.cs
- ScrollData.cs
- WSSecurityXXX2005.cs
- D3DImage.cs
- StackOverflowException.cs
- IdentitySection.cs
- GcSettings.cs
- MDIControlStrip.cs
- RequestQueue.cs
- TextBoxLine.cs
- SqlCommandAsyncResult.cs