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
- CodeTypeReferenceCollection.cs
- ColorAnimationBase.cs
- SessionStateSection.cs
- UrlParameterWriter.cs
- HtmlTableRow.cs
- CommandExpr.cs
- WebSysDescriptionAttribute.cs
- DataFormats.cs
- AuditLevel.cs
- EncryptedPackageFilter.cs
- Hex.cs
- TreeWalkHelper.cs
- NavigationProgressEventArgs.cs
- PersistChildrenAttribute.cs
- CellPartitioner.cs
- FontUnit.cs
- EndSelectCardRequest.cs
- SessionEndingEventArgs.cs
- DiscreteKeyFrames.cs
- HealthMonitoringSectionHelper.cs
- FormattedText.cs
- WebResponse.cs
- QuadraticBezierSegment.cs
- PerformanceCounterCategory.cs
- DayRenderEvent.cs
- Bitmap.cs
- ToolBar.cs
- SqlError.cs
- AsnEncodedData.cs
- Validator.cs
- ContentDisposition.cs
- CodeAccessPermission.cs
- TypeNameConverter.cs
- MessageHeaderT.cs
- CuspData.cs
- BufferedWebEventProvider.cs
- MergeEnumerator.cs
- FrameAutomationPeer.cs
- VersionedStream.cs
- EditorAttributeInfo.cs
- Literal.cs
- AlternateView.cs
- BindingBase.cs
- XmlUtil.cs
- Column.cs
- ValidatingPropertiesEventArgs.cs
- PixelFormatConverter.cs
- BinaryKeyIdentifierClause.cs
- PermissionAttributes.cs
- DataSourceView.cs
- _IPv6Address.cs
- SatelliteContractVersionAttribute.cs
- typedescriptorpermissionattribute.cs
- mactripleDES.cs
- MimeParameterWriter.cs
- SecureStringHasher.cs
- TargetParameterCountException.cs
- UIPropertyMetadata.cs
- _FtpDataStream.cs
- TreeBuilder.cs
- WindowsHyperlink.cs
- ClipboardProcessor.cs
- WindowsUpDown.cs
- IISUnsafeMethods.cs
- TimeSpanValidator.cs
- EntityCommandCompilationException.cs
- SurrogateSelector.cs
- PenThread.cs
- CharAnimationUsingKeyFrames.cs
- GACIdentityPermission.cs
- OptimizerPatterns.cs
- SqlInternalConnection.cs
- Parsers.cs
- Int32Storage.cs
- CompilationLock.cs
- SoapObjectWriter.cs
- ResourcePermissionBase.cs
- MD5CryptoServiceProvider.cs
- FontDifferentiator.cs
- HttpDictionary.cs
- SwitchAttribute.cs
- DataGridTextBoxColumn.cs
- CodeCompiler.cs
- AtomContentProperty.cs
- TemplateBamlRecordReader.cs
- TrustSection.cs
- Single.cs
- StreamUpgradeProvider.cs
- PrintDialog.cs
- TextEffect.cs
- ToolboxBitmapAttribute.cs
- TextStore.cs
- RSAProtectedConfigurationProvider.cs
- BinaryCommonClasses.cs
- ImageDrawing.cs
- ErrorWrapper.cs
- ConfigurationPermission.cs
- PropertyEntry.cs
- ApplicationInterop.cs
- BoundPropertyEntry.cs