Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- TextCompositionEventArgs.cs
- Registry.cs
- FirstMatchCodeGroup.cs
- DataBoundControlHelper.cs
- DataGridRow.cs
- ConfigXmlWhitespace.cs
- SingleConverter.cs
- Expander.cs
- SystemThemeKey.cs
- Calendar.cs
- HttpResponseInternalWrapper.cs
- SqlAliasesReferenced.cs
- URLIdentityPermission.cs
- BindingBase.cs
- DataBindingCollectionConverter.cs
- LinkUtilities.cs
- FixedSOMLineRanges.cs
- NetMsmqSecurityMode.cs
- SafeSecurityHelper.cs
- AuthorizationRuleCollection.cs
- WebControlsSection.cs
- HttpWebRequestElement.cs
- PriorityQueue.cs
- DtdParser.cs
- ApplicationInfo.cs
- XmlSerializationGeneratedCode.cs
- PointLight.cs
- COM2EnumConverter.cs
- OperationAbortedException.cs
- GroupLabel.cs
- OleDbErrorCollection.cs
- MemberRelationshipService.cs
- CatchDesigner.xaml.cs
- AbandonedMutexException.cs
- XmlSchemaComplexContentRestriction.cs
- VisualStateManager.cs
- FileSystemInfo.cs
- CoreSwitches.cs
- CompoundFileDeflateTransform.cs
- TextCompositionManager.cs
- TreeViewHitTestInfo.cs
- OperationCanceledException.cs
- SyndicationItemFormatter.cs
- MulticastOption.cs
- XmlSiteMapProvider.cs
- UshortList2.cs
- UndoEngine.cs
- BrowserInteropHelper.cs
- DbMetaDataColumnNames.cs
- FontCollection.cs
- DocumentPageTextView.cs
- TagMapCollection.cs
- BooleanFunctions.cs
- VolatileResourceManager.cs
- WebPartConnectionsCancelEventArgs.cs
- SymLanguageType.cs
- TextSelectionHelper.cs
- XsdSchemaFileEditor.cs
- FormsAuthenticationEventArgs.cs
- PersistenceTypeAttribute.cs
- SqlLiftWhereClauses.cs
- EditorPartChrome.cs
- SqlStream.cs
- TemplateFactory.cs
- ExpressionSelection.cs
- DataListItem.cs
- PasswordTextNavigator.cs
- PrinterUnitConvert.cs
- Sql8ConformanceChecker.cs
- oledbmetadatacollectionnames.cs
- HtmlImage.cs
- SqlFunctionAttribute.cs
- DecoderFallbackWithFailureFlag.cs
- XPathNodeInfoAtom.cs
- SmtpNegotiateAuthenticationModule.cs
- IdnMapping.cs
- TableLayoutPanelCodeDomSerializer.cs
- ProcessThreadDesigner.cs
- Tuple.cs
- ZipIOLocalFileBlock.cs
- TokenizerHelper.cs
- TextModifierScope.cs
- CompilationUnit.cs
- SqlMethods.cs
- UnsafeNativeMethods.cs
- WebBrowserBase.cs
- ActiveXContainer.cs
- SafeRightsManagementQueryHandle.cs
- IpcPort.cs
- SubstitutionDesigner.cs
- BezierSegment.cs
- SimpleMailWebEventProvider.cs
- TreeView.cs
- AuthenticationConfig.cs
- DbProviderSpecificTypePropertyAttribute.cs
- EntityCommandCompilationException.cs
- DataGridViewAdvancedBorderStyle.cs
- RuleSettingsCollection.cs
- DeleteIndexBinder.cs
- SqlDataReader.cs