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
- NativeMethods.cs
- FontNamesConverter.cs
- BindingGraph.cs
- TextSpanModifier.cs
- XmlQueryStaticData.cs
- SqlDataSourceDesigner.cs
- XamlFxTrace.cs
- StrongNameUtility.cs
- TouchFrameEventArgs.cs
- Trace.cs
- TypeForwardedToAttribute.cs
- GenerateTemporaryTargetAssembly.cs
- FontFaceLayoutInfo.cs
- FaultImportOptions.cs
- Annotation.cs
- SizeIndependentAnimationStorage.cs
- CapabilitiesRule.cs
- PermissionToken.cs
- NodeInfo.cs
- EntityProviderFactory.cs
- BookmarkInfo.cs
- storepermission.cs
- IsolatedStorage.cs
- Function.cs
- BindingEditor.xaml.cs
- ReferenceEqualityComparer.cs
- DataAdapter.cs
- AffineTransform3D.cs
- SearchForVirtualItemEventArgs.cs
- UnitySerializationHolder.cs
- Timer.cs
- HandlerWithFactory.cs
- ProfessionalColors.cs
- SplineQuaternionKeyFrame.cs
- Event.cs
- PenLineJoinValidation.cs
- RemoteCryptoSignHashRequest.cs
- LateBoundBitmapDecoder.cs
- MemberProjectionIndex.cs
- Vector3DValueSerializer.cs
- DataPagerField.cs
- PageSettings.cs
- DllNotFoundException.cs
- DataContractJsonSerializer.cs
- SamlAuthenticationStatement.cs
- CatalogZone.cs
- PerformanceCounterPermissionAttribute.cs
- mongolianshape.cs
- WebRequestModuleElementCollection.cs
- LoginStatusDesigner.cs
- ApplicationId.cs
- QueryFunctions.cs
- BooleanAnimationUsingKeyFrames.cs
- XPathException.cs
- BlurEffect.cs
- PersonalizationStateInfo.cs
- QilInvokeEarlyBound.cs
- MimeMultiPart.cs
- SiteMapNodeItemEventArgs.cs
- XmlExpressionDumper.cs
- DecimalConverter.cs
- InlineCollection.cs
- EntityDataSourceValidationException.cs
- TraceInternal.cs
- GetWorkflowTree.cs
- EncoderReplacementFallback.cs
- ListItemParagraph.cs
- Pair.cs
- DesignerValidationSummaryAdapter.cs
- DateTime.cs
- FontDifferentiator.cs
- entityreference_tresulttype.cs
- ComponentChangingEvent.cs
- SvcFileManager.cs
- QilInvokeEarlyBound.cs
- PrimitiveType.cs
- SponsorHelper.cs
- NotifyIcon.cs
- XmlEntity.cs
- AlphabeticalEnumConverter.cs
- PenThreadWorker.cs
- WindowShowOrOpenTracker.cs
- ComponentEvent.cs
- ToolStripItemImageRenderEventArgs.cs
- ClientRoleProvider.cs
- EUCJPEncoding.cs
- CookieProtection.cs
- TraceData.cs
- ImageMap.cs
- QuaternionRotation3D.cs
- InstallerTypeAttribute.cs
- OdbcConnectionOpen.cs
- DataGridViewRowEventArgs.cs
- UnmanagedHandle.cs
- DbBuffer.cs
- CodeAttributeArgumentCollection.cs
- DataGridRow.cs
- CopyAction.cs
- HtmlInputButton.cs
- StringWriter.cs