Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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 ( 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DeadLetterQueue.cs
- TdsEnums.cs
- LinkUtilities.cs
- TableParaClient.cs
- CompilerLocalReference.cs
- XPathDescendantIterator.cs
- SqlTrackingService.cs
- GeometryModel3D.cs
- OdbcDataReader.cs
- DataPager.cs
- XPathNavigator.cs
- ToolStripCodeDomSerializer.cs
- PackWebRequest.cs
- ChannelCacheSettings.cs
- TimerElapsedEvenArgs.cs
- Debug.cs
- AggregationMinMaxHelpers.cs
- ZeroOpNode.cs
- SamlSubject.cs
- PathSegmentCollection.cs
- WindowsEditBox.cs
- ForEachAction.cs
- ISO2022Encoding.cs
- MasterPage.cs
- HttpClientCertificate.cs
- TextShapeableCharacters.cs
- TextModifier.cs
- PartManifestEntry.cs
- WindowsScroll.cs
- DATA_BLOB.cs
- WebConfigurationHostFileChange.cs
- SocketElement.cs
- SQLDecimal.cs
- XmlLoader.cs
- PrintPreviewDialog.cs
- ScriptControlManager.cs
- MaskedTextBox.cs
- ObjectDataSourceFilteringEventArgs.cs
- FormClosedEvent.cs
- Transform3DGroup.cs
- ReadOnlyDictionary.cs
- StoreAnnotationsMap.cs
- ContainerControlDesigner.cs
- ZoneButton.cs
- XdrBuilder.cs
- TabItemAutomationPeer.cs
- SliderAutomationPeer.cs
- SequenceNumber.cs
- COM2PropertyDescriptor.cs
- RemotingServices.cs
- FormViewPagerRow.cs
- NullRuntimeConfig.cs
- ListBoxItemAutomationPeer.cs
- FaultPropagationRecord.cs
- ObjectViewQueryResultData.cs
- ViewStateAttachedPropertyFeature.cs
- XamlInt32CollectionSerializer.cs
- XmlElementAttribute.cs
- InstanceLockedException.cs
- DataGridColumn.cs
- ExtentCqlBlock.cs
- _HTTPDateParse.cs
- SeekStoryboard.cs
- xsdvalidator.cs
- ExpressionEvaluator.cs
- OraclePermissionAttribute.cs
- ZipIOLocalFileBlock.cs
- XmlDigitalSignatureProcessor.cs
- TraceLog.cs
- GC.cs
- DesignerAttribute.cs
- Condition.cs
- InvokeProviderWrapper.cs
- ToolStripContainer.cs
- SoapReflectionImporter.cs
- WebErrorHandler.cs
- Normalization.cs
- BasicHttpMessageSecurity.cs
- BamlRecordWriter.cs
- InputLanguageEventArgs.cs
- XsltContext.cs
- Int16Storage.cs
- VisualTarget.cs
- WebPartDisplayModeEventArgs.cs
- WindowsAuthenticationEventArgs.cs
- NonClientArea.cs
- EventToken.cs
- EditorZone.cs
- Window.cs
- PinnedBufferMemoryStream.cs
- ChannelBinding.cs
- PageThemeParser.cs
- OdbcEnvironment.cs
- TextParagraphView.cs
- PropertyEmitterBase.cs
- EncryptedReference.cs
- HttpRuntimeSection.cs
- StructuredTypeEmitter.cs
- GenericAuthenticationEventArgs.cs
- ToolStrip.cs