KirillOsenkov / SourceBrowser

Source browser website generator that powers http://referencesource.microsoft.com and http://sourceroslyn.io
Apache License 2.0
1.07k stars 197 forks source link

HTTP 404 on generated site #80

Closed yaakov-h closed 6 years ago

yaakov-h commented 7 years ago

Hi,

I've been using Microsoft.SourceBrowser from NuGet, but it doesn't support the new project format with MSBuild 15.0, or new syntax with Roslyn 2.0.

I've managed to build the latest code from source.

I used the following command-line to generate the index and website:

C:\Git\SourceBrowser\src\HtmlGenerator\bin\Debug\net46\HtmlGenerator.exe  /force /out:__SourceBrowser__ /in:ProjectList.txt

The generated site appears to mostly work, but there's no main page. URLs such as /i.txt work, but / just returns a HTTP 404.

At first I thought this might be an IIS issue, so I used dotnet to run Kestrel and got the same result.

C:\CW\__SourceBrowser__>dotnet .\Microsoft.SourceBrowser.SourceIndexServer.dll --help
Hosting environment: Production
Content root path: C:\CW\__SourceBrowser__
Now listening on: http://localhost:5000
Application started. Press Ctrl+C to shut down.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://localhost:5000/
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 170.0031ms 404
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://localhost:5000/
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.7488ms 404

Am I missing a step, or is the generated site actually incomplete?

KirillOsenkov commented 7 years ago

Yes, you need to actually host the generated site in IIS (unfortunately). Read more here: https://github.com/KirillOsenkov/SourceBrowser#conceptual-design

The website is in the SourceIndexServer project. You need to deploy that project somewhere (like an Azure website, or an IIS server on your own machine).

yaakov-h commented 7 years ago

I got the 404 in IIS too, and only resorted to dotnet to try debug what was going on.

I thought I deploy the /out: path? It has web.config and the whole index... just not the main HTML page, it appears.

KirillOsenkov commented 7 years ago

Is there an index.html in the HtmlGenerator output directory? Have you tried setting the SourceIndexServer project as startup in VS and hitting F5?

KirillOsenkov commented 7 years ago

Hi, I think I've fixed the issues you were seeing. SDK-style projects should now be supported as well. Could you please try again and let me know if it's still not working for you? Thanks!

KirillOsenkov commented 7 years ago

The structure of output has changed. It now has the root-level \Index folder which has the ASP.NET Core app, and the actual index is in another Index subfolder (\Index\Index). I know it's a bit confusing but it seems to be working for us.

@alexperovich

yaakov-h commented 7 years ago

Thanks, I'll try again soon.

yaakov-h commented 6 years ago

@KirillOsenkov I've tried again with latest code from this repo (master branch), with no such luck.

Here's my setup:

sourcebrowser_iis

In C:\cw\__SourceBrowser__, there are no HTML files. It appears to just be the ASP.NET Core app, plus web.config.

In C:\cw\__SourceBrowser__\Index, there is the index, plus the following files:

C:\CW\__SourceBrowser__\index>dir /A:-D
 Volume in drive C has no label.
 Volume Serial Number is [REDACTED]

 Directory of C:\CW\__SourceBrowser__\index

27/09/2017  10:02 AM               144 0000000000.html
29/08/2017  10:11 AM               156 AffiliateLinks.txt
27/09/2017  10:02 AM            25,094 Assemblies.txt
27/09/2017  10:02 AM        11,355,415 DeclaredSymbols.txt
27/09/2017  10:01 AM            26,033 Errors.txt
27/09/2017  10:02 AM             9,725 Huffman.txt
27/09/2017  10:02 AM               156 i.txt
27/09/2017  10:01 AM            22,201 ProcessedAssemblies.txt
27/09/2017  10:02 AM            20,866 Projects.txt
27/09/2017  10:02 AM               455 results.html
27/09/2017  10:01 AM               566 SolutionExplorer.html
27/09/2017  10:01 AM             3,731 TopReferencedAssemblies.txt
              12 File(s)     11,464,542 bytes
               0 Dir(s)  631,681,859,584 bytes free

If I copy the contents of src\SourceIndexServer\wwwroot into C:\CW\__SourceBrowser__\index\ then I can load each file individually in the web browser, but just not the root of the site.

If I go to http://localhost:2080/index.html I can see the source browser for just a moment, before the javascript redirects to http://localhost:2080/ which returns a 404.

I'd think something is broken in ASP.NET Core's UseDefaultPage() machinery.

KirillOsenkov commented 6 years ago

Can you paste what's inside that Errors.txt? There were a bunch of exceptions it looks like.

KirillOsenkov commented 6 years ago

Also, could you run HtmlGenerator on the built-in TestSolution? Just set HtmlGenerator as startup, in Project properties select Debug -> Application arguments: ..\..\TestCode\TestSolution.sln /out:..\SourceIndexServer\index and run. It should generate a website. You can then run SourceIndexServer from that website and make sure it runs.

yaakov-h commented 6 years ago

Errors are below, redacted and deduplicated. First 3 are somewhat expected.

A project with assembly name [NAME] was already generated, skipping current project: [PATH]

Workspace failed: Project file not found: '[PATH]'

Workspace failed: Msbuild failed when processing the file '[PATH]' with message: The imported project "[PATH]" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. [PATH]

27/09/2017 9:52:23 AM: First chance exception System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.CodeAnalysis.MSBuild.ProjectFile.Finalize()

27/09/2017 9:54:55 AM: First chance exception System.DllNotFoundException: Unable to load DLL 'Microsoft.VisualStudio.CodeMarkers.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at Microsoft.Internal.Performance.CodeMarkers.NativeMethods.ProductDllInitPerf(Int32 iApp) at Microsoft.Internal.Performance.CodeMarkers.InitPerformanceDll(Int32 iApp, String strRegRoot, RegistryView registryView)

I ran HtmlGenerator on TestSolution and there's no index.html either. SourceIndexServer runs fine from Visual Studio, but if I point IIS at the generated Index folder it still 404s on /.

``` Folder PATH listing Volume serial number is [REDACTED] C:. | Microsoft.ApplicationInsights.AspNetCore.dll | Microsoft.ApplicationInsights.dll | Microsoft.AspNetCore.Antiforgery.dll | Microsoft.AspNetCore.Authorization.dll | Microsoft.AspNetCore.Cors.dll | Microsoft.AspNetCore.Cryptography.Internal.dll | Microsoft.AspNetCore.DataProtection.Abstractions.dll | Microsoft.AspNetCore.DataProtection.dll | Microsoft.AspNetCore.Diagnostics.Abstractions.dll | Microsoft.AspNetCore.Diagnostics.dll | Microsoft.AspNetCore.Hosting.Abstractions.dll | Microsoft.AspNetCore.Hosting.dll | Microsoft.AspNetCore.Hosting.Server.Abstractions.dll | Microsoft.AspNetCore.Html.Abstractions.dll | Microsoft.AspNetCore.Http.Abstractions.dll | Microsoft.AspNetCore.Http.dll | Microsoft.AspNetCore.Http.Extensions.dll | Microsoft.AspNetCore.Http.Features.dll | Microsoft.AspNetCore.HttpOverrides.dll | Microsoft.AspNetCore.JsonPatch.dll | Microsoft.AspNetCore.Localization.dll | Microsoft.AspNetCore.Mvc.Abstractions.dll | Microsoft.AspNetCore.Mvc.ApiExplorer.dll | Microsoft.AspNetCore.Mvc.Core.dll | Microsoft.AspNetCore.Mvc.Cors.dll | Microsoft.AspNetCore.Mvc.DataAnnotations.dll | Microsoft.AspNetCore.Mvc.dll | Microsoft.AspNetCore.Mvc.Formatters.Json.dll | Microsoft.AspNetCore.Mvc.Localization.dll | Microsoft.AspNetCore.Mvc.Razor.dll | Microsoft.AspNetCore.Mvc.Razor.Host.dll | Microsoft.AspNetCore.Mvc.TagHelpers.dll | Microsoft.AspNetCore.Mvc.ViewFeatures.dll | Microsoft.AspNetCore.Razor.dll | Microsoft.AspNetCore.Razor.Runtime.dll | Microsoft.AspNetCore.ResponseCaching.Abstractions.dll | Microsoft.AspNetCore.Routing.Abstractions.dll | Microsoft.AspNetCore.Routing.dll | Microsoft.AspNetCore.Server.IISIntegration.dll | Microsoft.AspNetCore.Server.Kestrel.dll | Microsoft.AspNetCore.StaticFiles.dll | Microsoft.AspNetCore.WebUtilities.dll | Microsoft.Build.dll | Microsoft.Build.Framework.dll | Microsoft.DotNet.PlatformAbstractions.dll | Microsoft.Extensions.Caching.Abstractions.dll | Microsoft.Extensions.Caching.Memory.dll | Microsoft.Extensions.Configuration.Abstractions.dll | Microsoft.Extensions.Configuration.Binder.dll | Microsoft.Extensions.Configuration.dll | Microsoft.Extensions.Configuration.EnvironmentVariables.dll | Microsoft.Extensions.Configuration.FileExtensions.dll | Microsoft.Extensions.Configuration.Json.dll | Microsoft.Extensions.DependencyInjection.Abstractions.dll | Microsoft.Extensions.DependencyInjection.dll | Microsoft.Extensions.DependencyModel.dll | Microsoft.Extensions.DiagnosticAdapter.dll | Microsoft.Extensions.FileProviders.Abstractions.dll | Microsoft.Extensions.FileProviders.Composite.dll | Microsoft.Extensions.FileProviders.Physical.dll | Microsoft.Extensions.FileSystemGlobbing.dll | Microsoft.Extensions.Globalization.CultureInfoCache.dll | Microsoft.Extensions.Localization.Abstractions.dll | Microsoft.Extensions.Localization.dll | Microsoft.Extensions.Logging.Abstractions.dll | Microsoft.Extensions.Logging.Console.dll | Microsoft.Extensions.Logging.Debug.dll | Microsoft.Extensions.Logging.dll | Microsoft.Extensions.ObjectPool.dll | Microsoft.Extensions.Options.ConfigurationExtensions.dll | Microsoft.Extensions.Options.dll | Microsoft.Extensions.PlatformAbstractions.dll | Microsoft.Extensions.Primitives.dll | Microsoft.Extensions.WebEncoders.dll | Microsoft.Net.Http.Headers.dll | Microsoft.SourceBrowser.Common.dll | Microsoft.SourceBrowser.Common.pdb | Microsoft.SourceBrowser.SourceIndexServer.deps.json | Microsoft.SourceBrowser.SourceIndexServer.dll | Microsoft.SourceBrowser.SourceIndexServer.pdb | Microsoft.SourceBrowser.SourceIndexServer.runtimeconfig.json | Newtonsoft.Json.dll | System.Collections.NonGeneric.dll | System.Collections.Specialized.dll | System.ComponentModel.Primitives.dll | System.ComponentModel.TypeConverter.dll | System.Diagnostics.Contracts.dll | System.Diagnostics.StackTrace.dll | System.Net.WebSockets.dll | System.Runtime.CompilerServices.Unsafe.dll | System.Runtime.Serialization.Primitives.dll | System.Text.Encodings.Web.dll | System.Xml.XPath.XmlDocument.dll | tree.txt | web.config | +---index | | 0000000000.html | | AffiliateLinks.txt | | Assemblies.txt | | DeclaredSymbols.txt | | Huffman.txt | | i.txt | | ProcessedAssemblies.txt | | Projects.txt | | results.html | | SolutionExplorer.html | | TopReferencedAssemblies.txt | | | +---FxCopTask | | | A.html | | | | | \---R | | 4751e2470b0a2384.html | | 5d3a98e456502603.html | | f31aa9555cb1200c.html | | | +---GuidAssembly | | | A.html | | | | | \---R | | 406ea660-64cf-4c82-b6f0-42d48172a799.html | | 7f3de31a-00f9-bce7-e2a1-89f8982d6b88.html | | 87148a17-8891-6da1-143b-0a493438bfbd.html | | a113271b-0a39-b9e4-0305-2c3e6161b827.html | | aaaaaaaa-c126-4a4f-bf36-4b1e3af4d376.html | | ae642eba-d025-31ea-c66e-7b4144ac55c0.html | | ba8cbea9-c2ef-abd9-0d53-b616fb80a081.html | | bbbbbbbb-c126-4a4f-bf36-4b1e3af4d376.html | | c09fbdcb-c126-4a4f-bf36-4b1e3af4d376.html | | e7bb5608-d2e6-dc18-be41-938f1084fc18.html | | | +---Microsoft.Activities.Build | | | A.html | | | | | \---R | | 19e7a5dafc20e42a.html | | 1ae0bfe6e808e520.html | | 4c4530533461ad4a.html | | | +---Microsoft.Build.Tasks.v12.0 | | | A.html | | | | | \---R | | 42f44063fe63638d.html | | | +---Microsoft.Data.Entity.Build.Tasks | | | A.html | | | | | \---R | | 49279fc6ab1a509b.html | | 7c4462293067f785.html | | 864b7885eed576e9.html | | ea46d1a9df38ce1c.html | | | +---Microsoft.Docker.BuildTasks | | | A.html | | | | | \---R | | 3e1eedb12e0e1180.html | | 8ebdd65432286194.html | | c3c232ac87be2ab9.html | | dd310755b4dd1350.html | | e53f77ef74e932e7.html | | | +---Microsoft.VisualStudio.TestTools.BuildShadowsTask | | | A.html | | | | | \---R | | c67d636c7180af45.html | | | +---MSBuildFiles | | | A.html | | | A0.html | | | A1.html | | | A2.html | | | A3.html | | | A4.html | | | A5.html | | | A6.html | | | A7.html | | | A8.html | | | Aa.html | | | Ab.html | | | Ac.html | | | Ae.html | | | Af.html | | | D.txt | | | DeclarationMap.txt | | | | | +---C | | | +---ProgramFiles(x86) | | | | \---MicrosoftVisualStudio | | | | \---2017 | | | | \---Enterprise | | | | \---MSBuild | | | | +---15.0 | | | | | | Microsoft.Common.props.html | | | | | | | | | | | +---Bin_ | | | | | | | Microsoft.Common.CurrentVersion.targets.html | | | | | | | Microsoft.Common.targets.html | | | | | | | Microsoft.CSharp.CurrentVersion.targets.html | | | | | | | Microsoft.CSharp.targets.html | | | | | | | Microsoft.Data.Entity.targets.html | | | | | | | Microsoft.NETFramework.CurrentVersion.props.html | | | | | | | Microsoft.NETFramework.CurrentVersion.targets.html | | | | | | | Microsoft.NETFramework.props.html | | | | | | | Microsoft.NETFramework.targets.html | | | | | | | Microsoft.ServiceModel.targets.html | | | | | | | Microsoft.VisualBasic.CurrentVersion.targets.html | | | | | | | Microsoft.VisualBasic.targets.html | | | | | | | Microsoft.WinFX.targets.html | | | | | | | Microsoft.WorkflowBuildExtensions.targets.html | | | | | | | Microsoft.Xaml.targets.html | | | | | | | | | | | | | \---Roslyn | | | | | | Microsoft.CSharp.Core.targets.html | | | | | | Microsoft.VisualBasic.Core.targets.html | | | | | | | | | | | +---Imports | | | | | | \---Microsoft.Common.props | | | | | | \---ImportBefore | | | | | | Microsoft.NuGet.ImportBefore.props.html | | | | | | | | | | | \---Microsoft.Common.targets | | | | | +---ImportAfter | | | | | | Microsoft.Docker.ImportAfter.targets.html | | | | | | | | | | | \---ImportBefore | | | | | Microsoft.Cpp.VCLibs120Universal.targets.html | | | | | | | | | +---Microsoft | | | | | +---NuGet | | | | | | \---15.0 | | | | | | Microsoft.NuGet.props.html | | | | | | | | | | | \---VisualStudio | | | | | +---Managed | | | | | | Microsoft.CSharp.DesignTime.targets.html | | | | | | Microsoft.Managed.DesignTime.targets.html | | | | | | Microsoft.VisualBasic.DesignTime.targets.html | | | | | | | | | | | \---v15.0 | | | | | +---CodeAnalysis | | | | | | Microsoft.CodeAnalysis.targets.html | | | | | | | | | | | \---TeamTest | | | | | Microsoft.TeamTest.targets.html | | | | | | | | | \---Sdks | | | | \---Microsoft.Docker.Sdk | | | | \---build | | | | Microsoft.Docker.targets.html | | | | | | | \---Windows | | | \---Microsoft.NET | | | \---Framework | | | \---v4.0.30319 | | | Microsoft.Data.Entity.targets.html | | | Microsoft.ServiceModel.targets.html | | | Microsoft.WinFx.targets.html | | | Microsoft.WorkflowBuildExtensions.targets.html | | | Microsoft.Xaml.targets.html | | | | | \---R | +---MSBuildItems | | | A.html | | | | | \---R | | AdditionalFileItems.html | | AdditionalFiles.html | | AddModules.html | | AllItemsFullPathWithTargetPath.html | | AllPublishItemsFullPathWithTargetPath.html | | AlResponseFile.html | | Analyzer.html | | AppConfigFile.html | | AppConfigFileDestination.html | | AppConfigWithTargetPath.html | | AppDesigner.html | | ApplicationDefinition.html | | ApplicationManifest.html | | AssembliesGeneratedDuringBuild.html | | AssemblyAttributes.html | | AssemblyForLocalTypeReference.html | | AvailableItemName.html | | BaseApplicationManifest.html | | BootstrapperPackage.html | | BuiltProjectOutputGroupDependency.html | | BuiltProjectOutputGroupKeyOutput.html | | BuiltProjectOutputGroupOutput.html | | ClCompile.html | | Clean.html | | CleanXsdCodeGenFiles.html | | CLREmbeddedResources.html | | CLRResources.html | | CLRSatelliteEmbeddedResources.html | | CodeAnalysisDependentAssemblyPaths.html | | CodeAnalysisDictionary.html | | CodeAnalysisImport.html | | CodeAnalysisReferencePath.html | | ComClassReference.html | | COMFileReference.html | | Compile.html | | CompiledLicenseFile.html | | ComputedApplicationManifest.html | | COMReference.html | | COMReferenceFromNative.html | | ComReferenceWrappers.html | | Content.html | | ContentFilesProjectOutputGroupOutput.html | | ContentWithTargetPath.html | | CopyUpToDateMarker.html | | CoreCompileCache.html | | CreateDirectory.html | | CscCommandLineArgs.html | | CustomAdditionalCompileInputs.html | | CustomAdditionalCompileOutputs.html | | DebugSymbolsProjectOutputGroupDependency.html | | DebugSymbolsProjectOutputGroupOutput.html | | DeployManifest.html | | DesignTimeFacadeDirectories.html | | DesignTimeFacadeDirectoryRoots.html | | DesignTimeReferencePath.html | | DocFileItem.html | | DockerOutputFiles.html | | DocumentationProjectOutputGroupDependency.html | | DocumentationProjectOutputGroupOutput.html | | EmbeddedDocumentation.html | | EmbeddedFiles.html | | EmbeddedResource.html | | EntityDeploy.html | | EntityDeployCopyingItems.html | | EntityDeployEmbeddingItems.html | | EntityDeployResourcesToEmbed.html | | ExtensionGeneratedCodeFiles.html | | ExtraBuildControlFiles.html | | FileAssociation.html | | FileWrites.html | | FileWritesShareable.html | | FinalDocFile.html | | FinalWinmdExpArtifacts.html | | Font.html | | FullFrameworkAssemblyTables.html | | GeneratedBaml.html | | GeneratedBamlWithLocalType.html | | GeneratedLocalizationFiles.html | | HasUCRTRef.html | | Import.html | | InstalledAssemblySubsetTables.html | | InstalledAssemblyTables.html | | InstalledSDKLocations.html | | IntermediateAssembly.html | | IntermediateRefAssembly.html | | IntermediateSatelliteAssembliesWithTargetPath.html | | InvalidProjectReferences.html | | KnownReferencePaths.html | | LatestTargetFrameworkDirectories.html | | LinkResource.html | | MainAssembly.html | | MainEmbeddedFiles.html | | ManifestNonResxWithCultureOnDisk.html | | ManifestNonResxWithNoCultureOnDisk.html | | ManifestResourceWithCulture.html | | ManifestResourceWithNoCulture.html | | NativeReference.html | | NativeReferenceFile.html | | None.html | | NonResxWithCulture.html | | NonResxWithNoCulture.html | | PackageReference.html | | PackagingOutputs.html | | Page.html | | PriFilesOutputGroupOutput.html | | ProjectCapability.html | | ProjectReference.html | | ProjectReferenceWithConfiguration.html | | PropertyPageSchema.html | | PublishedDeployManifest.html | | PublishFile.html | | RedistList.html | | Reference.html | | ReferenceAssembly.html | | ReferenceComWrappersToCopyLocal.html | | ReferenceCopyLocalPaths.html | | ReferenceDependencyPaths.html | | ReferencePath.html | | ReferencePathWithRefAssemblies.html | | ReferenceSatellitePaths.html | | ReferencesCopiedInThisBuild.html | | ReferencesFromSDK.html | | ResolvedIsolatedComModules.html | | ResolvedRedistFiles.html | | ResolvedSDKReference.html | | Resource.html | | ResxWithCulture.html | | ResxWithNoCulture.html | | RuntimeReferenceOnlySDKDependencies.html | | SatelliteDllsProjectOutputGroupDependency.html | | SatelliteDllsProjectOutputGroupOutput.html | | SatelliteDllsProjectOutputGroupOutputIntermediate.html | | SatelliteDllsProjectOutputGroupRootRelativeUrlBaseIntermediate.html | | SatelliteEmbeddedFiles.html | | Satellite_LinkResource.html | | Satellite_SourceModule.html | | SDKRedistOutputGroupOutput.html | | SDKReference.html | | SerializationAssembly.html | | SGenFilesOutputGroupDependency.html | | SGenFilesOutputGroupOutput.html | | Shadow.html | | SourceFilesProjectOutputGroupOutput.html | | SplashScreen.html | | SuggestedBindingRedirects.html | | TargetPathWithTargetPlatformMoniker.html | | TypeScriptCompile.html | | UniversalCrtDebugReference.html | | VbcCommandLineArgs.html | | VCLibs120Ref.html | | VCLibs12UniversalReference.html | | VCLibs140UCRTRef.html | | WebReferenceUrl.html | | WinFXEmbeddedResource.html | | WinMDExpArtifacts.html | | WinMDExpFinalOutputDocItem.html | | WinMDExpFinalOutputPdbItem.html | | WinMDExpOutputPdbItem.html | | WinMDExpOutputWindowsMetadataFileItem.html | | WinMDOutputDocumentationFileItem.html | | XamlAppDef.html | | XamlBuildTaskTypeGenerationExtensionName.html | | XamlBuildTaskTypeInspectionExtensionName.html | | XamlFileNames.html | | XamlGeneratedCodeFiles.html | | XamlGeneratedResources.html | | XamlInProcessGeneratedCodeFiles.html | | XamlInProcessGeneratedResources.html | | XamlIntermediateAssembly.html | | XamlOutputCodeFilesList.html | | XamlOutputMarkupFilesList.html | | XamlPage.html | | XamlRequiresCompilationPass2.html | | XsdCodeGenGeneratedFile.html | | XsdCodeGenInputXsdFiles.html | | XsdCodeGenReferencesResolved.html | | _AllChildProjectItemsWithTargetPath.html | | _ApplicationManifestFinal.html | | _BuiltProjectOutputGroupOutputIntermediate.html | | _CleanCurrentFileWrites.html | | _CleanCurrentFileWritesInIntermediate.html | | _CleanCurrentFileWritesInOutput.html | | _CleanCurrentFileWritesWithNoReferences.html | | _CleanOrphanFilesDeleted.html | | _CleanOrphanFileWrites.html | | _CleanOrphanFileWritesInIntermediate.html | | _CleanOrphanFileWritesInOutput.html | | _CleanPriorFileWrites.html | | _CleanPriorFileWritesDeleted.html | | _CleanPriorFileWritesInIntermediate.html | | _CleanPriorFileWritesInOutput.html | | _CleanRemainingFileWritesAfterClean.html | | _CleanRemainingFileWritesAfterIncrementalClean.html | | _CleanUnfilteredPriorFileWrites.html | | _CleanUniqueFileWrites.html | | _CleanUniqueRemainingFileWrites.html | | _CleanUniqueRemainingFileWritesAfterIncrementalClean.html | | _CombinedTargetFrameworkDirectoriesItem.html | | _CompileItemsToCopy.html | | _CompileItemsToCopyWithTargetPath.html | | _CompilerCommandLineArgs.html | | _CompileWithTargetPath.html | | _CoreCompileResourceInputs.html | | _DebugSymbolsIntermediatePath.html | | _DebugSymbolsIntermediatePathTemporary.html | | _DebugSymbolsOutputPath.html | | _DeploymentBaseManifestWithTargetPath.html | | _DeploymentClickOnceApplicationExecutable.html | | _DeploymentIntermediateTrustInfoFile.html | | _DeploymentLooseManifestFile.html | | _DeploymentMainApplicationManifest.html | | _DeploymentMainDeployManifest.html | | _DeploymentManifestDependencies.html | | _DeploymentManifestEntryPoint.html | | _DeploymentManifestFiles.html | | _DeploymentManifestIconFile.html | | _DeploymentNativePrerequisite.html | | _DeploymentPublishFileOfTypeManifestEntryPoint.html | | _DeploymentReferencePaths.html | | _DeploymentResolvedDeploymentManifestEntryPoint.html | | _DeploymentResolvedManifestEntryPoint.html | | _DesignTimeFacadeAssemblies.html | | _DesignTimeFacadeAssemblies_Names.html | | _DesignTimeReferenceAssemblies.html | | _DesignTimeReferenceInstalledAssemblyDirectory.html | | _ExplicitReference.html | | _GeneratedCodeFiles.html | | _IntermediateAssemblyIdentity.html | | _IsolatedComReference.html | | _LicxFile.html | | _MixedResourceWithCulture.html | | _MixedResourceWithNoCulture.html | | _MSBuildProjectReference.html | | _MSBuildProjectReferenceExistent.html | | _MSBuildProjectReferenceNonexistent.html | | _NoneWithTargetPath.html | | _OutputPathItem.html | | _ProjectReferencesFromRAR.html | | _ProjectReferenceWithConfiguration.html | | _RARResolvedReferencePath.html | | _ReferenceInstalledAssemblyDirectory.html | | _ReferenceInstalledAssemblySubsets.html | | _ReferencePath_Names.html | | _ReferenceRelatedPaths.html | | _ReferenceScatterPaths.html | | _ReferenceSerializationAssemblyPaths.html | | _ReferencesFromRAR.html | | _ResolveAssemblyReferenceResolvedFiles.html | | _ResolveAssemblyReferenceResolvedFilesAbsolute.html | | _ResolveAssemblyReferencesApplicationConfigFileForExes.html | | _ResolveComReferenceCache.html | | _ResolvedNativeProjectReferencePaths.html | | _ResolvedProjectReferencePaths.html | | _SatelliteAssemblyResourceInputs.html | | _SatelliteResourceFile.html | | _SGenDllsRelatedToCurrentDll.html | | _SourceItemsToCopyToOutputDirectory.html | | _SourceItemsToCopyToOutputDirectoryAlways.html | | _TargetedFrameworkDirectoryItem.html | | _TargetFramework20DirectoryItem.html | | _TargetFramework30DirectoryItem.html | | _TargetFramework35DirectoryItem.html | | _TargetFramework40DirectoryItem.html | | _TargetFrameworkSDKDirectoryItem.html | | _Temp.html | | _Temporary.html | | _UnmanagedRegistrationCache.html | | _XamlAppDefItemsToCopy.html | | _XamlAppDefItemsToCopyWithTargetPath.html | | | +---MSBuildProperties | | | A.html | | | | | \---R | | AddAdditionalExplicitAssemblyReferences.html | | AddAppConfigToBuildOutputs.html | | AddItemTemplatesGuid.html | | AdditionalExplicitAssemblyReferences.html | | AdditionalFileItemNames.html | | AdditionalLibPaths.html | | AddSyntheticProjectReferencesForSolutionDependencies.html | | AddUCRTRef.html | | AfterBuildLinkTargets.html | | AlEnvironment.html | | AllowedReferenceAssemblyFileExtensions.html | | AllowedReferenceRelatedFileExtensions.html | | AllowUnsafeBlocks.html | | AlToolExe.html | | AlToolPath.html | | AlwaysCompileMarkupFilesInSeparateDomain.html | | AlwaysUseNumericalSuffixInItemNames.html | | AppConfig.html | | AppConfigForCompiler.html | | AppDesignerFolder.html | | AppDesignerFolderContentsVisibleOnlyInShowAllFiles.html | | ApplicationIcon.html | | ApplicationManifest.html | | ApplicationRevision.html | | ApplicationVersion.html | | AppxPackage.html | | AssemblyAttributesFileClean.html | | AssemblyAttributesPath.html | | AssemblyFoldersConfigFile.html | | AssemblyFoldersConfigFileSearchPath.html | | AssemblyFoldersExConditions.html | | AssemblyFoldersSuffix.html | | AssemblyName.html | | AssemblyOriginatorKeyFile.html | | AssemblyPublicKeyToken.html | | AssemblySearchPaths.html | | AssemblyVersion.html | | AssignTargetPathsDependsOn.html | | AutoGenerateBindingRedirects.html | | AutoUnifyAssemblyReferences.html | | AvailablePlatforms.html | | BaseAddress.html | | BaseIntermediateOutputPath.html | | BootstrapperComponentsLocation.html | | BootstrapperComponentsUrl.html | | BootstrapperEnabled.html | | BuildCompileAction.html | | BuildDependsOn.html | | BuildGenerateSourcesAction.html | | BuildingInsideVisualStudio.html | | BuildingOutOfProcess.html | | BuildingProject.html | | BuildingSolutionFile.html | | BuildInParallel.html | | BuildLinkAction.html | | BuildPassReferences.html | | BuildProjectReferences.html | | BuildSystem.html | | BuildTaskAssembly.html | | BuiltProjectOutputGroupDependsOn.html | | BypassFrameworkInstallChecks.html | | CAExcludePath.html | | CheckForOverflowUnderflow.html | | ChecksumAlgorithm.html | | CleanDependsOn.html | | CleanFile.html | | CLRSupport.html | | ClrVersion.html | | CodeAnalysisAdditionalOptions.html | | CodeAnalysisAlternativeToolName.html | | CodeAnalysisApplyLogFileXsl.html | | CodeAnalysisConsoleXsl.html | | CodeAnalysisCulture.html | | CodeAnalysisDisableReferenceSwitchGeneration.html | | CodeAnalysisFailOnMissingRules.html | | CodeAnalysisForceOutput.html | | CodeAnalysisGenerateSuccessFile.html | | CodeAnalysisIgnoreBuildTaskWarnings.html | | CodeAnalysisIgnoreBuiltInRules.html | | CodeAnalysisIgnoreBuiltInRuleSets.html | | CodeAnalysisIgnoreGeneratedCode.html | | CodeAnalysisIgnoreInvalidTargets.html | | CodeAnalysisIgnoreMissingIndirectReferences.html | | CodeAnalysisInputAssembly.html | | CodeAnalysisLogFile.html | | CodeAnalysisLogFileXsl.html | | CodeAnalysisModuleSuppressionsFile.html | | CodeAnalysisNeverReportRuleErrors.html | | CodeAnalysisOutputToConsole.html | | CodeAnalysisOverrideRuleVisibilities.html | | CodeAnalysisPath.html | | CodeAnalysisPlatformPath.html | | CodeAnalysisProject.html | | CodeAnalysisProjectFullPath.html | | CodeAnalysisQuiet.html | | CodeAnalysisRuleAssemblies.html | | CodeAnalysisRuleDirectories.html | | CodeAnalysisRules.html | | CodeAnalysisRuleSet.html | | CodeAnalysisRuleSetDirectories.html | | CodeAnalysisRuleSetOverrides.html | | CodeAnalysisSaveMessagesToReport.html | | CodeAnalysisSearchGlobalAssemblyCache.html | | CodeAnalysisStaticAnalysisDirectory.html | | CodeAnalysisSucceededFile.html | | CodeAnalysisSummary.html | | CodeAnalysisTargets.html | | CodeAnalysisTimeout.html | | CodeAnalysisTLogFile.html | | CodeAnalysisTreatWarningsAsErrors.html | | CodeAnalysisUpdateProject.html | | CodeAnalysisUseTypeNameInSuppression.html | | CodeAnalysisVerbose.html | | CodeAnalysisVSSku.html | | CodePage.html | | CommonTargetsPath.html | | CommonXamlResourcesDirectory.html | | CompileDependsOn.html | | CompileLicxFilesDependsOn.html | | CompilerResponseFile.html | | CompileTargetName.html | | CompileTargetNameForTemporaryAssembly.html | | CompileUsingReferenceAssemblies.html | | ComputeIntermediateSatelliteAssembliesDependsOn.html | | ComReferenceExecuteAsTool.html | | ComReferenceNoClassMembers.html | | Configuration.html | | ConfigurationName.html | | ConsiderPlatformAsProcessorArchitecture.html | | ContentFilesProjectOutputGroupDependsOn.html | | ContinueOnError.html | | CopyBuildOutputToOutputDirectory.html | | CopyLocalDependenciesWhenParentReferenceInGac.html | | CopyOutputSymbolsToOutputDirectory.html | | CopyRetryCount.html | | CopyRetryDelayMilliseconds.html | | CoreBuildDependsOn.html | | CoreCleanDependsOn.html | | CoreCompileDependencyHash.html | | CoreCompileDependsOn.html | | CoreResGenDependsOn.html | | CreateCustomManifestResourceNamesDependsOn.html | | CreateDesktopShortcut.html | | CreateHardLinksForAdditionalFilesIfPossible.html | | CreateHardLinksForCopyAdditionalFilesIfPossible.html | | CreateHardLinksForCopyFilesToOutputDirectoryIfPossible.html | | CreateHardLinksForCopyLocalIfPossible.html | | CreateHardLinksForPublishFilesIfPossible.html | | CreateManifestResourceNamesDependsOn.html | | CreateSatelliteAssembliesDependsOn.html | | CreateSymbolicLinksForAdditionalFilesIfPossible.html | | CreateSymbolicLinksForCopyAdditionalFilesIfPossible.html | | CreateSymbolicLinksForCopyFilesToOutputDirectoryIfPossible.html | | CreateSymbolicLinksForCopyLocalIfPossible.html | | CreateSymbolicLinksForPublishFilesIfPossible.html | | CscEnvironment.html | | CscToolExe.html | | CscToolPath.html | | CSharpCoreTargetsPath.html | | CSharpDesignTimeTargetsPath.html | | CSharpTargetsPath.html | | CurrentSolutionConfigurationContents.html | | CustomAfterMicrosoftCommonProps.html | | CustomAfterMicrosoftCommonTargets.html | | CustomAfterMicrosoftCSharpTargets.html | | CustomAfterMicrosoftVisualBasicTargets.html | | CustomBeforeMicrosoftCommonProps.html | | CustomBeforeMicrosoftCommonTargets.html | | CustomBeforeMicrosoftCSharpTargets.html | | CustomBeforeMicrosoftVisualBasicTargets.html | | DebuggerFlavor.html | | DebugSecurityZoneURL.html | | DebugSymbols.html | | DebugSymbolsProjectOutputGroupDependsOn.html | | DebugType.html | | DefaultLanguageSourceExtension.html | | DefaultProjectConfiguration.html | | DefaultProjectPlatform.html | | DefaultProjectTypeGuid.html | | DefaultToVcxPlatformMapping.html | | DeferredValidationErrorsFileName.html | | DefineCommonCapabilities.html | | DefineCommonItemSchemas.html | | DefineCommonManagedCapabilities.html | | DefineCommonManagedItemSchemas.html | | DefineCommonManagedReferenceSchemas.html | | DefineCommonReferenceSchemas.html | | DefineConstants.html | | DefineCSharpItemSchemas.html | | DefineDebug.html | | DefineExplicitDefaults.html | | DefineTrace.html | | DefineVisualBasicItemSchemas.html | | DelaySign.html | | DependsOnSystemRuntime.html | | DeploymentType.html | | Description.html | | DesignTimeAssemblySearchPaths.html | | DesignTimeAutoUnify.html | | DesignTimeBuild.html | | DesignTimeFindDependencies.html | | DesignTimeFindRelatedFiles.html | | DesignTimeFindSatellites.html | | DesignTimeFindSerializationAssemblies.html | | DesignTimeIgnoreTargetFrameworkAttributeVersionMismatch.html | | DesignTimeIgnoreVersionForFrameworkReferences.html | | DesignTimeIntermediateOutputPath.html | | DesignTimeReference.html | | DesignTimeResolveAssemblyReferencesDependsOn.html | | DesignTimeResolveAssemblyReferencesStateFile.html | | DesignTimeSilentResolution.html | | Deterministic.html | | DevEnvDir.html | | DirectoryBuildPropsPath.html | | DirectoryBuildTargetsPath.html | | DisableImplicitUCRTReference.html | | DisableOutOfProcTaskHost.html | | DisableWorkflowCompiledExpressions.html | | DisallowUrlActivation.html | | DockerAppType.html | | DockerBuildTasksAssembly.html | | DockerComposeBuildNoCache.html | | DockerComposeProjectPath.html | | DockerDevelopmentMode.html | | DockerIntermediateOutputPath.html | | DockerPublishDirectory.html | | DockerTargetFramework.html | | DocumentationFile.html | | DocumentationProjectOutputGroupDependsOn.html | | DoNotCopyLocalIfInGac.html | | EmbeddedWin32Manifest.html | | EntityDeployDebug.html | | EntityDeployDependsOn.html | | EntityDeployIntermediateResourcePath.html | | ErrorEndLocation.html | | ErrorLog.html | | ErrorReport.html | | ErrorReportUrl.html | | ExcludeDeploymentUrl.html | | ExcludedPermissions.html | | ExecuteAsTool.html | | ExpandSDKAllowedReferenceExtensions.html | | ExpandSDKReferencesDependsOn.html | | ExportWinMDFile.html | | ExtensionsToDeleteOnClean.html | | FallbackCulture.html | | Features.html | | FileAlignment.html | | FinalDefineConstants.html | | FindInvalidProjectReferences.html | | FindInvalidProjectReferencesDependsOn.html | | Framework20Dir.html | | Framework30Dir.html | | Framework35Dir.html | | Framework40Dir.html | | FrameworkDir.html | | FrameworkPathOverride.html | | FrameworkRegistryBase.html | | FrameworkSDKDir.html | | FrameworkSDKRoot.html | | FullReferenceAssemblyNames.html | | FxCopDir.html | | GenerateAdditionalSources.html | | GenerateAppxManifest.html | | GenerateBindingRedirectsOutputType.html | | GenerateBootstrapperSdkPath.html | | GenerateClickOnceManifests.html | | GenerateCompiledExpressionsTempFilePathForEditing.html | | GenerateCompiledExpressionsTempFilePathForTypeInfer.html | | GenerateCompiledExpressionsTempFilePathForValidation.html | | GeneratedFileExtension.html | | GenerateDocumentation.html | | GenerateFullPaths.html | | GenerateManifests.html | | GenerateManifestsDependsOn.html | | GenerateProjectSpecificOutputFolder.html | | GenerateResourceMSBuildArchitecture.html | | GenerateResourceMSBuildRuntime.html | | GenerateResourceNeverLockTypeAssemblies.html | | GenerateSerializationAssemblies.html | | GenerateTargetFrameworkAttribute.html | | GetCopyToOutputDirectoryItemsDependsOn.html | | GetFrameworkPathsDependsOn.html | | GetInstalledSDKLocationsDependsOn.html | | GetReferenceAssemblyPathsDependsOn.html | | GetSDKReferenceFilesCacheFolder.html | | GetSDKReferenceFilesLogCacheFileExceptions.html | | GetSDKReferenceFilesLogRedistConflictsBetweenSDKsAsWarning.html | | GetSDKReferenceFilesLogRedistConflictsWithinSDKAsWarning.html | | GetSDKReferenceFilesLogRedistFilesList.html | | GetSDKReferenceFilesLogReferenceConflictsBetweenSDKsAsWarning.html | | GetSDKReferenceFilesLogReferenceConflictsWithinSDKAsWarning.html | | GetSDKReferenceFilesLogReferencesList.html | | GetTargetPathDependsOn.html | | GetTargetPathWithTargetPlatformMonikerDependsOn.html | | GetWinFXNativePath.html | | GetWinFXWoWPath.html | | HasSharedItems.html | | HighEntropyVA.html | | HostInBrowser.html | | IgnoreDefaultInstalledAssemblyTables.html | | IgnoreInstalledAssemblySubsetTables.html | | IgnoreVersionForFrameworkReferences.html | | ImplicitlyExpandDesignTimeFacades.html | | ImplicitlyExpandDesignTimeFacadesDependsOn.html | | ImportByWildcardAfter40MicrosoftCommonTargets.html | | ImportByWildcardAfter40MicrosoftCSharpTargets.html | | ImportByWildcardAfter40MicrosoftNetFrameworkProps.html | | ImportByWildcardAfter40MicrosoftNetFrameworkTargets.html | | ImportByWildcardAfter40MicrosoftVisualBasicTargets.html | | ImportByWildcardAfterMicrosoftCommonProps.html | | ImportByWildcardAfterMicrosoftCommonTargets.html | | ImportByWildcardAfterMicrosoftCSharpTargets.html | | ImportByWildcardAfterMicrosoftNetFrameworkProps.html | | ImportByWildcardAfterMicrosoftNetFrameworkTargets.html | | ImportByWildcardAfterMicrosoftVisualBasicTargets.html | | ImportByWildcardBefore40MicrosoftCommonTargets.html | | ImportByWildcardBefore40MicrosoftCSharpTargets.html | | ImportByWildcardBefore40MicrosoftNetFrameworkProps.html | | ImportByWildcardBefore40MicrosoftNetFrameworkTargets.html | | ImportByWildcardBefore40MicrosoftVisualBasicTargets.html | | ImportByWildcardBeforeMicrosoftCommonProps.html | | ImportByWildcardBeforeMicrosoftCommonTargets.html | | ImportByWildcardBeforeMicrosoftCSharpTargets.html | | ImportByWildcardBeforeMicrosoftNetFrameworkProps.html | | ImportByWildcardBeforeMicrosoftNetFrameworkTargets.html | | ImportByWildcardBeforeMicrosoftVisualBasicTargets.html | | ImportDirectoryBuildProps.html | | ImportDirectoryBuildTargets.html | | ImportProjectExtensionProps.html | | ImportProjectExtensionTargets.html | | ImportUserLocationsByWildcardAfter40MicrosoftCommonTargets.html | | ImportUserLocationsByWildcardAfter40MicrosoftCSharpTargets.html | | ImportUserLocationsByWildcardAfter40MicrosoftNetFrameworkProps.html | | ImportUserLocationsByWildcardAfter40MicrosoftNetFrameworkTargets.html | | ImportUserLocationsByWildcardAfter40MicrosoftVisualBasicTargets.html | | ImportUserLocationsByWildcardAfterMicrosoftCommonProps.html | | ImportUserLocationsByWildcardAfterMicrosoftCommonTargets.html | | ImportUserLocationsByWildcardAfterMicrosoftCSharpTargets.html | | ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps.html | | ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkTargets.html | | ImportUserLocationsByWildcardAfterMicrosoftVisualBasicTargets.html | | ImportUserLocationsByWildcardBefore40MicrosoftCommonTargets.html | | ImportUserLocationsByWildcardBefore40MicrosoftCSharpTargets.html | | ImportUserLocationsByWildcardBefore40MicrosoftNetFrameworkProps.html | | ImportUserLocationsByWildcardBefore40MicrosoftNetFrameworkTargets.html | | ImportUserLocationsByWildcardBefore40MicrosoftVisualBasicTargets.html | | ImportUserLocationsByWildcardBeforeMicrosoftCommonProps.html | | ImportUserLocationsByWildcardBeforeMicrosoftCommonTargets.html | | ImportUserLocationsByWildcardBeforeMicrosoftCSharpTargets.html | | ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps.html | | ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets.html | | ImportUserLocationsByWildcardBeforeMicrosoftVisualBasicTargets.html | | ImportXamlTargets.html | | IncludeNuGetImports.html | | IncludeVersionInInteropName.html | | Install.html | | InstallUrl.html | | Instrument.html | | IntDir.html | | IntermediateOutputPath.html | | InteropOutputPath.html | | IsApplication.html | | IsCrossTargetingBuild.html | | IsLibrary.html | | IsWebBootstrapper.html | | KeyContainerName.html | | KeyOriginatorFile.html | | LangID.html | | LangName.html | | Language.html | | LanguageServiceId.html | | LanguageServiceName.html | | LangVersion.html | | LCEnvironment.html | | LCMSBuildArchitecture.html | | LCToolPath.html | | LoadTimeSensitiveProperties.html | | LoadTimeSensitiveTargets.html | | LocalAppData.html | | LocalEspcPath.html | | LocalizationDirectivesToLocFile.html | | LogSDKReferenceResolutionErrorsAsWarnings.html | | ManagedXamlResourcesDirectory.html | | ManifestCertificateThumbprint.html | | ManifestKeyFile.html | | ManifestTimestampUrl.html | | MapFileExtensions.html | | MarkupCompilePass1DependsOn.html | | MarkupCompilePass2ForMainAssemblyDependsOn.html | | MaxTargetPath.html | | MergedOutputCodeAnalysisFile.html | | MergeInputCodeAnalysisFiles.html | | MicrosoftCommonPropsHasBeenImported.html | | MinimumRequiredVersion.html | | ModuleAssemblyName.html | | MsAppxPackageTargets.html | | MSBuildAllProjects.html | | MSBuildAssemblyVersion.html | | MSBuildBinPath.html | | MSBuildDisableGetCopyToOutputDirectoryItemsOptimization.html | | MSBuildExtensionsPath.html | | MSBuildExtensionsPath32.html | | MSBuildExtensionsPath64.html | | MSBuildFrameworkToolsPath.html | | MSBuildFrameworkToolsRoot.html | | MSBuildManagedCompilerPath.html | | MSBuildProgramFiles32.html | | MSBuildProjectDefaultTargets.html | | MSBuildProjectDirectory.html | | MSBuildProjectExtension.html | | MSBuildProjectExtensionsPath.html | | MSBuildProjectFile.html | | MSBuildProjectFullPath.html | | MSBuildProjectName.html | | MSBuildRuntimeType.html | | MSBuildRuntimeVersion.html | | MSBuildTargetsVerbose.html | | MSBuildThisFile.html | | MSBuildThisFileDirectory.html | | MSBuildThisFileFullPath.html | | MSBuildToolsPath.html | | MSBuildToolsPath32.html | | MSBuildToolsPath64.html | | MSBuildToolsVersion.html | | MSBuildUserExtensionsPath.html | | MSCorlibPath.html | | MsTestToolsTargets.html | | MSVBRuntimeFileOrPath.html | | MyType.html | | NativeCodeAnalysisTLogFile.html | | NetFrameworkPropsPath.html | | NetFrameworkTargetsPath.html | | NoCompilerStandardLib.html | | NoLogo.html | | NonExistentFile.html | | NoStdLib.html | | NoVBRuntimeReference.html | | NoWarn.html | | NoWin32Manifest.html | | NuGetPackageFolders.html | | NuGetPackageRoot.html | | NuGetProps.html | | NugetTargetMoniker.html | | OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration.html | | OnXamlPreCompileErrorTarget.html | | Optimize.html | | OptionCompare.html | | OptionExplicit.html | | OptionInfer.html | | OptionStrict.html | | OptionStrictType.html | | OS.html | | OSVersion.html | | OutDir.html | | OutDirWasSpecified.html | | OutputFile.html | | OutputPath.html | | OutputType.html | | OverwriteReadOnlyFiles.html | | PathMap.html | | PdbFile.html | | Platform.html | | PlatformName.html | | PlatformTarget.html | | PlatformTargetAsMSBuildArchitecture.html | | PlatformTargetAsMSBuildArchitectureExplicitlySet.html | | PlatformToolsetVersion.html | | PostBuildEvent.html | | PostBuildEventDependsOn.html | | PreBuildEvent.html | | PreBuildEventDependsOn.html | | Prefer32Bit.html | | PreferredUILang.html | | PrepareForBuildDependsOn.html | | PrepareForRunDependsOn.html | | PrepareProjectReferencesDependsOn.html | | PrepareResourceNamesDependsOn.html | | PrepareResourcesDependsOn.html | | PrepareResourcesForSatelliteAssembliesDependsOn.html | | ProcessorArchitecture.html | | ProcessorArchitectureAsPlatform.html | | PROCESSOR_ARCHITECTURE.html | | ProduceReferenceAssembly.html | | ProductName.html | | ProjectDesignTimeAssemblyResolutionSearchPaths.html | | ProjectDir.html | | ProjectExt.html | | ProjectFileName.html | | ProjectFlavor.html | | ProjectGuid.html | | ProjectName.html | | ProjectPath.html | | ProjectReferenceBuildTargets.html | | ProjectTypeGuids.html | | ProvideCommandLineArgs.html | | PublicSign.html | | PublishableProject.html | | PublishBuildDependsOn.html | | PublishDependsOn.html | | PublishDir.html | | PublisherName.html | | PublishOnlyDependsOn.html | | PublishUrl.html | | RebuildDependsOn.html | | ReferencePath.html | | ReferenceWinFXAssemblyFromGAC.html | | ReferringTargetFrameworkForProjectReferences.html | | RegisterAssemblyMSBuildArchitecture.html | | RegisterAssemblyMSBuildRuntime.html | | RegisterForComInterop.html | | RemoveAssemblyFoldersIfNoTargetFramework.html | | RemoveIntegerChecks.html | | ReportAnalyzer.html | | ReportingServicesTargets.html | | ResGenDependsOn.html | | ResGenEnvironment.html | | ResGenExecuteAsTool.html | | ResgenToolPath.html | | ResolveAssemblyReferenceIgnoreTargetFrameworkAttributeVersionMismatch.html | | ResolveAssemblyReferencesDependsOn.html | | ResolveAssemblyReferencesSilent.html | | ResolveAssemblyReferencesStateFile.html | | ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch.html | | ResolveComReferenceEnvironment.html | | ResolveComReferenceMSBuildArchitecture.html | | ResolveComReferenceSilent.html | | ResolveComReferenceToolPath.html | | ResolvedCodeAnalysisRuleSet.html | | ResolveReferencesDependsOn.html | | ResolveSDKReferencesDependsOn.html | | RootNamespace.html | | RoslynTargetsPath.html | | RunAfterInstall.html | | RunCodeAnalysis.html | | RunCodeAnalysisDependsOn.html | | RunCodeAnalysisInputs.html | | RunCodeAnalysisOnce.html | | RunCodeAnalysisOnThisProject.html | | RunDependsOn.html | | RunMergeNativeCodeAnalysisDependsOn.html | | RunNativeCodeAnalysisInputs.html | | RunPostBuildEvent.html | | RuntimeMetadataVersion.html | | SatelliteDllsProjectOutputGroupDependsOn.html | | Satellite_AlgorithmId.html | | Satellite_BaseAddress.html | | Satellite_CompanyName.html | | Satellite_Configuration.html | | Satellite_Copyright.html | | Satellite_Description.html | | Satellite_EvidenceFile.html | | Satellite_FileVersion.html | | Satellite_Flags.html | | Satellite_GenerateFullPaths.html | | Satellite_MainEntryPoint.html | | Satellite_ProductName.html | | Satellite_ProductVersion.html | | Satellite_TargetType.html | | Satellite_Title.html | | Satellite_Trademark.html | | Satellite_Version.html | | Satellite_Win32Icon.html | | Satellite_Win32Resource.html | | SDK35ToolsPath.html | | SDK40ToolsPath.html | | SDKExtensionDirectoryRoot.html | | SDKIdentifier.html | | SDKRedistOutputGroupDependsOn.html | | SDKReferenceDirectoryRoot.html | | SDKReferenceRegistryRoot.html | | SDKReferenceWarnOnMissingMaxPlatformVersion.html | | SDKVersion.html | | SGenEnvironment.html | | SGenFilesOutputGroupDependsOn.html | | SGenMSBuildArchitecture.html | | SGenPlatformTarget.html | | SGenSerializationTypes.html | | SGenShouldGenerateSerializer.html | | SGenToolPath.html | | SGenUseKeep.html | | SGenUseProxyTypes.html | | ShouldMarkCertainSDKReferencesAsRuntimeOnly.html | | ShouldUnsetParentConfigurationAndPlatform.html | | SignAssembly.html | | SignManifests.html | | SkipCompilerExecution.html | | SkipCopyBuildProduct.html | | SkipCopyingSymbolsToOutputDirectory.html | | SkipCopyUnchangedFiles.html | | SkipCopyWinMDArtifact.html | | SkipImportNuGetProps.html | | SkipInvalidConfigurations.html | | SkipWorkflowValidation.html | | SolutionDir.html | | SolutionExt.html | | SolutionFileName.html | | SolutionName.html | | SolutionPath.html | | SourceFilesProjectOutputGroupDependsOn.html | | SourceLink.html | | StartArguments.html | | StartupObject.html | | StartURL.html | | StartWorkingDirectory.html | | SubsystemVersion.html | | SuiteName.html | | Support81SDKs.html | | SupportedOutputTypes.html | | SupportUrl.html | | SupportWindows81SDKs.html | | SupportWindowsPhone81SDKs.html | | SuppressOutOfDateMessageOnBuild.html | | SynthesizeLinkMetadata.html | | TargetCompactFramework.html | | TargetCulture.html | | TargetDeployManifestFileName.html | | TargetDir.html | | TargetedFrameworkDir.html | | TargetedRuntimeVersion.html | | TargetedSDKArchitecture.html | | TargetedSDKConfiguration.html | | TargetExt.html | | TargetFileName.html | | TargetFramework.html | | TargetFrameworkAsMSBuildRuntime.html | | TargetFrameworkDirectory.html | | TargetFrameworkIdentifier.html | | TargetFrameworkMoniker.html | | TargetFrameworkMonikerAssemblyAttributesFileClean.html | | TargetFrameworkMonikerAssemblyAttributesPath.html | | TargetFrameworkMonikerAssemblyAttributeText.html | | TargetFrameworkMonikerDisplayName.html | | TargetFrameworkProfile.html | | TargetFrameworkRootPath.html | | TargetFrameworks.html | | TargetFrameworkSDKDirectory.html | | TargetFrameworkSDKToolsDirectory.html | | TargetFrameworkSubset.html | | TargetFrameworkVersion.html | | TargetingClr2Framework.html | | TargetName.html | | TargetPath.html | | TargetPlatformDisplayName.html | | TargetPlatformIdentifier.html | | TargetPlatformIdentifierWindows81.html | | TargetPlatformIdentifierWindowsPhone81.html | | TargetPlatformMoniker.html | | TargetPlatformRegistryBase.html | | TargetPlatformSdkMetadataLocation.html | | TargetPlatformSdkPath.html | | TargetPlatformSdkRootOverride.html | | TargetPlatformVersion.html | | TargetPlatformVersionWindows81.html | | TargetPlatformVersionWindowsPhone81.html | | TargetPlatformWinMDLocation.html | | TargetRefPath.html | | TargetRuntime.html | | TargetsTriggeredByCompilation.html | | TargetType.html | | TargetUrl.html | | TargetZone.html | | TaskKeyToken.html | | TaskVersion.html | | TeamBuildConstants.html | | TemplateLanguage.html | | TraceDesignTime.html | | TreatWarningsAsErrors.html | | TrustUrlParameters.html | | UICulture.html | | UniversalCRT_IncludePath.html | | UnmanagedRegistrationDependsOn.html | | UnmanagedUnregistrationDependsOn.html | | UnregisterAssemblyMSBuildArchitecture.html | | UnregisterAssemblyMSBuildRuntime.html | | UpdateEnabled.html | | UpdateInterval.html | | UpdateIntervalUnits.html | | UpdateMode.html | | UpdatePeriodically.html | | UpdateRequired.html | | UpdateUrl.html | | UpgradeSubsetToProfile.html | | UpgradeTargetFrameworkSubsetToProfile.html | | UseAppConfigForCompiler.html | | UseApplicationTrust.html | | UseCommonOutputDirectory.html | | UseHostCompilerIfAvailable.html | | UseOSWinMdReferences.html | | UseSharedCompilation.html | | UseSourcePath.html | | Utf8Output.html | | VbcEnvironment.html | | VbcToolExe.html | | VbcToolPath.html | | VbcVerbosity.html | | VBRuntime.html | | VBRuntimePath.html | | VCToolArchitecture.html | | VCToolsInstallDir.html | | VcxToDefaultPlatformMapping.html | | Version.html | | VisualBasicCoreTargetsPath.html | | VisualBasicDesignTimeTargetsPath.html | | VisualBasicTargetsPath.html | | VisualStudioVersion.html | | VSIDEResolvedNonMSBuildProjectOutputs.html | | VsInstallRoot.html | | VsSessionGuid.html | | WarningLevel.html | | WarningsAsErrors.html | | WarningsNotAsErrors.html | | WebReference_EnableLegacyEventingModel.html | | WebReference_EnableProperties.html | | WebReference_EnableSQLTypes.html | | Win32Manifest.html | | Win32Resource.html | | WinDir.html | | WindowsAppContainer.html | | WindowsSDK_IncludePath.html | | WinFXAssemblyDirectory.html | | WinFXNativePath.html | | WinFXWowPath.html | | WinMDExpAssemblyUnificationPolicy.html | | WinMDExpEnvironment.html | | WinMdExpNoWarn.html | | WinMDExpOutputPdb.html | | WinMDExpOutputWindowsMetadataFilename.html | | WinMdExpToolPath.html | | WinMdExpUTF8Ouput.html | | WinMDOutputDocumentationFile.html | | WMSJSProject.html | | WMSJSProjectDirectory.html | | WorkflowBuildExtensionAssemblyName.html | | WorkflowBuildExtensionKeyToken.html | | WorkflowBuildExtensionVersion.html | | XamlBuildTaskAssemblyName.html | | XamlBuildTaskLocation.html | | XamlBuildTaskPath.html | | XamlDebuggingInformation.html | | XamlGenCodeFileNames.html | | XamlGenMarkupFileNames.html | | XamlInProcessRequiresCompilationPass2.html | | XamlPass2FlagFile.html | | XamlRequiresCompilationPass2.html | | XamlTemporaryAssemblyName.html | | XsdCodeGenCollectionTypes.html | | XsdCodeGenEnabled.html | | XsdCodeGenEnableDataBinding.html | | XsdCodeGenExcludedTypes.html | | XsdCodeGenGenerateDataTypesOnly.html | | XsdCodeGenGenerateInternalTypes.html | | XsdCodeGenGenerateSerializableTypes.html | | XsdCodeGenImportXmlTypes.html | | XsdCodeGenNamespaceMappings.html | | XsdCodeGenPreCondition.html | | XsdCodeGenReferences.html | | XsdCodeGenReuseTypesFlag.html | | XsdCodeGenReuseTypesMode.html | | XsdCodeGenSerializerMode.html | | XsdCodeGenSupportFx35DataTypes.html | | YieldDuringToolExecution.html | | _AfterCompileWinFXInternalDependsOn.html | | _AssemblyTimestampAfterCompile.html | | _AssemblyTimestampBeforeCompile.html | | _CompileTargetNameForLocalType.html | | _DebugSymbolsProduced.html | | _DeploymentApplicationDir.html | | _DeploymentApplicationFolderName.html | | _DeploymentApplicationManifestIdentity.html | | _DeploymentApplicationUrl.html | | _DeploymentApplicationVersionFragment.html | | _DeploymentBaseManifest.html | | _DeploymentBuiltMinimumRequiredVersion.html | | _DeploymentBuiltUpdateInterval.html | | _DeploymentBuiltUpdateIntervalUnits.html | | _DeploymentComponentsUrl.html | | _DeploymentCopyApplicationManifest.html | | _DeploymentDeployManifestIdentity.html | | _DeploymentFileMappingExtension.html | | _DeploymentFormattedApplicationUrl.html | | _DeploymentFormattedComponentsUrl.html | | _DeploymentFormattedDeploymentUrl.html | | _DeploymentFormattedErrorReportUrl.html | | _DeploymentFormattedSupportUrl.html | | _DeploymentManifestType.html | | _DeploymentManifestVersion.html | | _DeploymentPublishableProjectDefault.html | | _DeploymentRequiresMinimumFramework35SP1.html | | _DeploymentResolvedManifestCertificateThumbprint.html | | _DeploymentSignClickOnceManifests.html | | _DeploymentTargetApplicationManifestFileName.html | | _DeploymentUrl.html | | _DirectoryBuildPropsBasePath.html | | _DirectoryBuildPropsFile.html | | _DirectoryBuildTargetsBasePath.html | | _DirectoryBuildTargetsFile.html | | _DockerDevelopmentMode.html | | _DocumentationFileProduced.html | | _FindDependencies.html | | _FrameworkVersion40Path.html | | _FullFrameworkReferenceAssemblyPaths.html | | _GCTODIKeepDuplicates.html | | _GCTODIKeepMetadata.html | | _GenerateAppxManifestDependsOn.html | | _GenerateBindingRedirectsIntermediateAppConfig.html | | _GetChildProjectCopyToOutputDirectoryItems.html | | _HasReferenceToSystemRuntime.html | | _IntellisenseOnlyCompile.html | | _IntermediateWindowsMetadataPath.html | | _InvalidConfigurationError.html | | _InvalidConfigurationMessageText.html | | _InvalidConfigurationWarning.html | | _NoWarnings.html | | _OriginalConfiguration.html | | _OriginalPlatform.html | | _ProjectDefaultTargets.html | | _ProjectReferenceTargetFrameworkProperties.html | | _RequireMCPass2ForMainAssembly.html | | _RequireMCPass2ForSatelliteAssemblyOnly.html | | _ResolveReferenceDependencies.html | | _ResourceNameInMainAssembly.html | | _SGenDllCreated.html | | _SGenDllName.html | | _SGenGenerateSerializationAssembliesConfig.html | | _TargetFrameworkDirectories.html | | _WindowsMetadataOutputPath.html | | _WinMDDebugSymbolsOutputPath.html | | _WinMDDocFileOutputPath.html | | _XamlTemporaryAssemblyPath_.html | | | +---MSBuildTargets | | | A.html | | | | | \---R | | AddDeferredValidationErrorsFileToFileWrites.html | | AddIntermediateAssemblyToReferenceList.html | | AfterBuild.html | | AfterClean.html | | AfterCompile.html | | AfterCompileWinFX.html | | AfterMarkupCompilePass1.html | | AfterMarkupCompilePass2.html | | AfterPublish.html | | AfterRebuild.html | | AfterResGen.html | | AfterResolveReferences.html | | AllProjectOutputGroups.html | | AllProjectOutputGroupsDependencies.html | | AssignLinkMetadata.html | | AssignProjectConfiguration.html | | AssignTargetPaths.html | | AssignWinFXEmbeddedResource.html | | BeforeBuild.html | | BeforeClean.html | | BeforeCompile.html | | BeforePublish.html | | BeforeRebuild.html | | BeforeResGen.html | | BeforeResolveReferences.html | | Build.html | | BuildCompile.html | | BuildCompileTraverse.html | | BuildGenerateSources.html | | BuildGenerateSourcesTraverse.html | | BuildLink.html | | BuildLinkTraverse.html | | BuildOnlySettings.html | | BuiltProjectOutputGroup.html | | BuiltProjectOutputGroupDependencies.html | | CheckUid.html | | ClCompile.html | | Clean.html | | CleanAppxPackage.html | | CleanInProcessXamlGeneratedFiles.html | | CleanPublishFolder.html | | CleanReferencedProjects.html | | CleanupTemporaryTargetAssembly.html | | CleanXsdCodeGen.html | | CollectAnalyzersDesignTime.html | | CollectPackageReferences.html | | CollectResolvedCompilationReferencesDesignTime.html | | CollectResolvedSDKReferencesDesignTime.html | | CollectSDKReferencesDesignTime.html | | Compile.html | | CompileDesignTime.html | | CompileLicxFiles.html | | CompileTemporaryAssembly.html | | ComputeIntermediateSatelliteAssemblies.html | | ContentFilesProjectOutputGroup.html | | CopyFilesToOutputDirectory.html | | CopyRunEnvironmentFiles.html | | CoreBuild.html | | CoreClean.html | | CoreCompile.html | | CoreResGen.html | | CreateCustomManifestResourceNames.html | | CreateManifestResourceNames.html | | CreateSatelliteAssemblies.html | | DebugSymbolsProjectOutputGroup.html | | DebugSymbolsProjectOutputGroupDependencies.html | | DeferredValidation.html | | DesignTimeMarkupCompilation.html | | DesignTimeResolveAssemblyReferences.html | | DesignTimeXamlMarkupCompilation.html | | DockerComposeBuild.html | | DockerPackageService.html | | DockerResolveAppType.html | | DockerResolveProjectOutputPaths.html | | DockerResolveTargetFramework.html | | DockerUpdateComposeVsGeneratedFiles.html | | DocumentationProjectOutputGroup.html | | DocumentationProjectOutputGroupDependencies.html | | EntityClean.html | | EntityDeploy.html | | EntityDeployEmbeddedResources.html | | EntityDeployNonEmbeddedResources.html | | EntityDeploySetLogicalNames.html | | EntityDeploySplit.html | | ExpandSDKReferences.html | | ExpandSDKReferencesDesignTime.html | | ExportWindowsMDFile.html | | ExpressionBuildExtension.html | | FileClassification.html | | FindInvalidProjectReferences.html | | FindReferenceAssembliesForReferences.html | | GenerateAdditionalSources.html | | GenerateApplicationManifest.html | | GenerateBindingRedirects.html | | GenerateBindingRedirectsUpdateAppConfig.html | | GenerateCompiledExpressionsTempFile.html | | GenerateDeploymentManifest.html | | GenerateManifests.html | | GenerateResourceWithCultureItem.html | | GenerateSatelliteAssemblies.html | | GenerateSerializationAssemblies.html | | GenerateTargetFrameworkMonikerAttribute.html | | GenerateTemporaryTargetAssembly.html | | GetCompile.html | | GetCopyToOutputDirectoryItems.html | | GetCopyToOutputDirectoryXamlAppDefs.html | | GetCopyToPublishDirectoryItems.html | | GetFrameworkPaths.html | | GetInstalledSDKLocations.html | | GetItemTargetPaths.html | | GetNativeManifest.html | | GetPackagingOutputs.html | | GetReferenceAssemblyPaths.html | | GetReferenceTargetPlatformMonikers.html | | GetResolvedSDKReferences.html | | GetTargetFrameworkDirectories.html | | GetTargetFrameworkMoniker.html | | GetTargetFrameworkMonikerDisplayName.html | | GetTargetFrameworkProperties.html | | GetTargetFrameworkVersion.html | | GetTargetPath.html | | GetTargetPathWithTargetPlatformMoniker.html | | GetWinFXPath.html | | HostInBrowserValidation.html | | ImplicitlyExpandDesignTimeFacades.html | | IncrementalClean.html | | InProcessXamlMarkupCompilePass1.html | | MainResourcesGeneration.html | | MarkupCompilePass1.html | | MarkupCompilePass2.html | | MarkupCompilePass2ForMainAssembly.html | | MergeLocalizationDirectives.html | | PostBuildEvent.html | | PreBuildEvent.html | | PrepareForBuild.html | | PrepareForRun.html | | PrepareProjectReferences.html | | PrepareResourceNames.html | | PrepareResources.html | | PrepareResourcesForSatelliteAssemblies.html | | PreXsdCodeGen.html | | PriFilesOutputGroup.html | | Publish.html | | PublishBuild.html | | PublishOnly.html | | Rebuild.html | | RemoveUid.html | | ReportValidationBuildExtensionErrors.html | | ResGen.html | | ResignApplicationManifest.html | | ResolveAssemblyReferences.html | | ResolveAssemblyReferencesDesignTime.html | | ResolveCodeAnalysisRuleSet.html | | ResolveComReferences.html | | ResolveComReferencesDesignTime.html | | ResolveKeySource.html | | ResolveNativeReferences.html | | ResolvePackageDependenciesDesignTime.html | | ResolveProjectReferences.html | | ResolveProjectReferencesDesignTime.html | | ResolveReferences.html | | ResolveSDKReferences.html | | ResolveSDKReferencesDesignTime.html | | ResolveTestReferences.html | | Run.html | | RunCodeAnalysis.html | | RunMergeNativeCodeAnalysis.html | | RunNativeCodeAnalysis.html | | SatelliteDllsProjectOutputGroup.html | | SatelliteDllsProjectOutputGroupDependencies.html | | SatelliteOnlyMarkupCompilePass2.html | | SatelliteResourceGeneration.html | | SDKRedistOutputGroup.html | | SetCABuildNativeEnvironmentVariables.html | | SetGenerateManifests.html | | SetWin32ManifestProperties.html | | SGenFilesOutputGroup.html | | SGenFilesOutputGroupDependencies.html | | ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies.html | | SignDeploymentManifest.html | | SourceFilesProjectOutputGroup.html | | SplashScreenValidation.html | | SplitResourcesByCulture.html | | UnmanagedRegistration.html | | UnmanagedUnregistration.html | | UpdateUid.html | | ValidationExtension.html | | XamlMarkupCompileAddExtensionFilesGenerated.html | | XamlMarkupCompileAddFilesGenerated.html | | XamlMarkupCompilePass1.html | | XamlMarkupCompilePass2.html | | XamlMarkupCompileReadGeneratedFileList.html | | XamlMarkupCompileReadPass2Flag.html | | XamlPreCompile.html | | XamlTemporaryAssemblyGeneration.html | | XsdCodeGen.html | | XsdResolveReferencePath.html | | _AddVCLibs140UniversalCrtDebugReference.html | | _AfterCompileWinFXInternal.html | | _CheckCompileDesignTimePrerequisite.html | | _CheckForCompileOutputs.html | | _CheckForInvalidConfigurationAndPlatform.html | | _CleanGetCurrentAndPriorFileWrites.html | | _CleanRecordFileWrites.html | | _CompileTemporaryAssembly.html | | _ComputeNonExistentFileProperty.html | | _CopyAppConfigFile.html | | _CopyFilesMarkedCopyLocal.html | | _CopyFilesToPublishFolder.html | | _CopyManifestFiles.html | | _CopyOutOfDateSourceItemsToOutputDirectory.html | | _CopyOutOfDateSourceItemsToOutputDirectoryAlways.html | | _CopySourceItemsToOutputDirectory.html | | _DeploymentComputeClickOnceManifestInfo.html | | _DeploymentComputeNativeManifestInfo.html | | _DeploymentGenerateBootstrapper.html | | _DeploymentGenerateTrustInfo.html | | _DeploymentSignClickOnceDeployment.html | | _DeploymentUnpublishable.html | | _FixVCLibs120References.html | | _GenerateCompileDependencyCache.html | | _GenerateCompileInputs.html | | _GenerateResolvedDeploymentManifestEntryPoint.html | | _GenerateSatelliteAssemblyInputs.html | | _GetProjectReferenceTargetFrameworkProperties.html | | _SetEmbeddedWin32ManifestProperties.html | | _SetExternalWin32ManifestProperties.html | | _SetTargetFrameworkMonikerAttribute.html | | _SGenCheckForOutputs.html | | _SplitProjectReferencesByFileExistence.html | | _TimeStampAfterCompile.html | | _TimeStampBeforeCompile.html | | | +---MSBuildTasks | | | A.html | | | | | \---R | | AL.html | | AssignCulture.html | | AssignLinkMetadata.html | | AssignProjectConfiguration.html | | AssignTargetPath.html | | BuildShadowTask.html | | CallTarget.html | | CodeAnalysis.html | | CompilationPass2Task.html | | ComposeBuild.html | | ConvertToAbsolutePath.html | | Copy.html | | CopyRefAssembly.html | | CreateCSharpManifestResourceName.html | | CreateItem.html | | CreateVisualBasicManifestResourceName.html | | Csc.html | | DeferredValidationTask.html | | Delete.html | | EntityClean.html | | EntityDeploy.html | | EntityDeploySetLogicalNames.html | | EntityDeploySplit.html | | Error.html | | Exec.html | | FileClassifier.html | | FindAppConfigFile.html | | FindInvalidProjectReferences.html | | FindUnderPath.html | | FormatUrl.html | | FormatVersion.html | | GenerateApplicationManifest.html | | GenerateBindingRedirects.html | | GenerateBootstrapper.html | | GenerateDeploymentManifest.html | | GenerateResource.html | | GenerateTemporaryAssemblyTask.html | | GenerateTemporaryTargetAssembly.html | | GenerateTrustInfo.html | | GetAssemblyIdentity.html | | GetFrameworkPath.html | | GetInstalledSDKLocations.html | | GetReferenceAssemblyPaths.html | | GetSDKReferenceFiles.html | | GetWinFXPath.html | | Hash.html | | LC.html | | MakeDir.html | | MarkupCompilePass1.html | | MarkupCompilePass2.html | | MergeLocalizationDirectives.html | | MergeNativeCodeAnalysis.html | | Message.html | | MSBuild.html | | NativeCodeAnalysis.html | | OnError.html | | PartialClassGenerationTask.html | | ReadLinesFromFile.html | | RegisterAssembly.html | | RemoveDir.html | | RemoveDuplicates.html | | ReportDeferredValidationErrorsTask.html | | RequiresFramework35SP1Assembly.html | | ResolveAppType.html | | ResolveAssemblyReference.html | | ResolveCodeAnalysisRuleSet.html | | ResolveComReference.html | | ResolveKeySource.html | | ResolveManifestFiles.html | | ResolveNativeReference.html | | ResolveNonMSBuildProjectOutput.html | | ResolveProjectOutputPaths.html | | ResolveSDKReference.html | | ResolveTargetFramework.html | | ResourcesGenerator.html | | SetEnvironmentVariable.html | | SGen.html | | SignFile.html | | Touch.html | | UidManager.html | | UnregisterAssembly.html | | UpdateComposeVsGeneratedFiles.html | | UpdateManifest.html | | Vbc.html | | Warning.html | | WinMDExp.html | | WorkflowBuildMessageTask.html | | WriteCodeFragment.html | | WriteLinesToFile.html | | XsdTypeImporterTask.html | | | +---mscorlib | | | A.html | | | ReferencingAssemblies.txt | | | | | \---R | | EmptyArrayAllocation.html | | | +---PresentationBuildTasks | | | A.html | | | | | \---R | | 084716e10333ceac.html | | 144257ce161fd90f.html | | 609ab9d825c793f6.html | | 7b64bf2063f0074e.html | | 881dd2005c51f8eb.html | | bf4ff2643bdf7ed2.html | | cf04681c5a920a91.html | | ec75bd0f87508aa2.html | | | +---Project2 | | | -._~!$'()+,=@.cs.html | | | .NETFramework,Version=v4.5.AssemblyAttributes.cs.html | | | A.html | | | A0.html | | | A1.html | | | A2.html | | | A3.html | | | A4.html | | | A5.html | | | A6.html | | | A7.html | | | A8.html | | | A9.html | | | Aa.html | | | Ab.html | | | Ac.html | | | Ad.html | | | Ae.html | | | Af.html | | | BaseMembers.txt | | | Class1.cs.html | | | Class1.Partial.cs.html | | | D.txt | | | DeclarationMap.txt | | | i.txt | | | ImplementedInterfaceMembers.txt | | | index.html | | | namespaces.html | | | Project2.csproj.html | | | ProjectExplorer.html | | | References.txt | | | ReferencingAssemblies.txt | | | UsedReferences.txt | | | | | +---P | | | 0fe0c1ede362f3a1.html | | | 686bb869c2007c65.html | | | f319f3eac3920836.html | | | | | \---R | | 03a6373feeafcf71.html | | 1bd5096a84355f1a.html | | 24d6fd9bb55be53c.html | | 2552d1df36964736.html | | 3499c82a41e90bea.html | | 36bb659554d095a0.html | | 3717e7d8432803a0.html | | 44a90ba41f919216.html | | 48c87ef45ce0c86d.html | | 5073f9a63038713b.html | | 56e3e2bfce8ae24a.html | | 6739d90788eb3650.html | | 6a5307826166c187.html | | 6fb4d6c7cf8378ca.html | | 7f0adfa7a9e3898c.html | | 929a7831aed7c292.html | | a509b9675ec71861.html | | b91a6bd9c7eb0fd3.html | | e310a73f4ba8a26e.html | | f49ac1a3f3a1cd7f.html | | ff5df318b1b55834.html | | | +---TestSolution | | | .NETFramework,Version=v4.5.AssemblyAttributes.cs.html | | | A.html | | | A3.html | | | A5.html | | | A6.html | | | Aa.html | | | Ae.html | | | BaseMembers.txt | | | D.txt | | | DeclarationMap.txt | | | i.txt | | | ImplementedInterfaceMembers.txt | | | index.html | | | namespaces.html | | | Program.cs.html | | | ProjectExplorer.html | | | References.txt | | | TestSolution.csproj.html | | | UsedReferences.txt | | | | | +---Folder | | | Test.cs.html | | | | | \---R | +---TypeScript | | | A.html | | | A1.html | | | BaseMembers.txt | | | D.txt | | | DeclarationMap.txt | | | i.txt | | | ImplementedInterfaceMembers.txt | | | index.html | | | namespaces.html | | | ProjectExplorer.html | | | References.txt | | | TypeScript.csproj.html | | | UsedReferences.txt | | | | | \---R | +---TypeScriptFiles | | | A.html | | | A0.html | | | A1.html | | | A2.html | | | A3.html | | | A4.html | | | A5.html | | | A6.html | | | A7.html | | | A8.html | | | A9.html | | | Aa.html | | | Ab.html | | | Ac.html | | | Ad.html | | | Ae.html | | | Af.html | | | D.txt | | | DeclarationMap.txt | | | | | +---C | | | \---Git | | | \---SourceBrowser | | | +---src | | | | \---HtmlGenerator | | | | \---bin_ | | | | \---Debug | | | | \---net46 | | | | \---TypeScriptSupport | | | | lib.d.ts.html | | | | | | | \---TestCode | | | \---TypeScript | | | analyzer.ts.html | | | analyzerEnv.ts.html | | | shims.ts.html | | | utilities.ts.html | | | | | +---P | | | 0005211b9ba50483.html | | | 0043131101814536.html | | | 00edcf5e3132a054.html | | | 01ed847bf6c27e02.html | | | 02e76012186e64b1.html | | | 02ed450aa60eafa1.html | | | 02efd807bd0a28e4.html | | | 0335aa1c7d562648.html | | | 03a60e967288e812.html | | | 05117f9e4e1ceed4.html | | | 054e47b64fd89490.html | | | 054f5c11a02e552a.html | | | 07030967853a2551.html | | | 0787543b6f0a97f5.html | | | 096ace3a2844b1a7.html | | | 0a20da765f8e3246.html | | | 0a24c2cd9eaf777d.html | | | 0ab53c399c11e832.html | | | 0ab91980b057d695.html | | | 0abfae9aba748cf1.html | | | 0b26f98044af6e09.html | | | 0bbeb341f5a10c7e.html | | | 0bda092a60b2ec6a.html | | | 0d424ac62e2f7e98.html | | | 0f30f05f24fb1b49.html | | | 0f41c0f6ca9501e3.html | | | 0f4acc6471d8ce1f.html | | | 0f74f4a475374bf4.html | | | 0f8584bcf86f2f6e.html | | | 101dbe62e0303021.html | | | 106d3842e3f4e8a8.html | | | 10ad5196abdb404e.html | | | 10d6495e892a142a.html | | | 1109c1771f0e309b.html | | | 117c2a25f7de21d1.html | | | 11953b5a3787dcbc.html | | | 125bfb9e693253bd.html | | | 128aea2c3dbe3ba4.html | | | 137ed1af556732bf.html | | | 13a3a9888af878b9.html | | | 144b92d9be481b79.html | | | 1503e323f82487c6.html | | | 1571cf925e8f6bbd.html | | | 15ce3d6ff2e12115.html | | | 1646fbb22e9aca78.html | | | 166fe9fee93bc75b.html | | | 169260fdb1b57f28.html | | | 1731d395ac5b19fa.html | | | 1751d841465e7dcf.html | | | 180e3facba26b5f7.html | | | 1903b7bf37a6d631.html | | | 1ae29644296bbd0a.html | | | 1c306d851fc8a987.html | | | 1c93b3970b0653b1.html | | | 1ca68b852f2e620e.html | | | 1cab089c2132cded.html | | | 1e037124eabed85a.html | | | 1e5b2d9d26f5623e.html | | | 1eca22aa8907e949.html | | | 2062c52df0e35fd6.html | | | 21592734d26ce97c.html | | | 21cdd76a4bd3a1ca.html | | | 21f9aa2aa06b4176.html | | | 22f7e2dc67764a01.html | | | 230124d654a6e690.html | | | 23ca6849d92d193f.html | | | 23f2effbc699df81.html | | | 25370ec1579339ec.html | | | 257a1ee81f16efae.html | | | 267536b5bf150380.html | | | 26a80f5628d137ba.html | | | 26ac747f9bbe2443.html | | | 270aad996f576ce6.html | | | 2820143a11415e59.html | | | 2841f6bf663dc423.html | | | 28ce6290f4b54f51.html | | | 2946ed4a94212da4.html | | | 29af48a67eea2606.html | | | 2b5583e01b4e06f0.html | | | 2b986b824f2afb57.html | | | 2cc9a94bbc32130c.html | | | 2d9436c7e7a35f90.html | | | 2dc2525f4d9f0bc2.html | | | 2dd022f9cb5dbd0c.html | | | 2df1f3c5cc150dea.html | | | 3043ab5cb24e04a8.html | | | 3152fe29973a0182.html | | | 31b1e139b155c788.html | | | 323d1772dc013ee9.html | | | 326b95c77a65b626.html | | | 3308cfeec8f3b1cb.html | | | 339a63c8847a78ff.html | | | 33daaec735b3fbf4.html | | | 346ea3dd926741c6.html | | | 34c17b82cbea3b12.html | | | 35284e19296de765.html | | | 35bf52fffa820dd2.html | | | 36568e9a0201c26c.html | | | 36c30d3908fc375f.html | | | 375491fbd0db3dfc.html | | | 376c2a0c50e29fdd.html | | | 385793a1f816c3a1.html | | | 38cec7cad3fbdb11.html | | | 3908178cd79c1673.html | | | 39c0aa256d3c043b.html | | | 39c78c67c2379a59.html | | | 39c98f403aa078e7.html | | | 3b15f9de2bde2ed3.html | | | 3d3411c7795f0af8.html | | | 3d8d57de4dcd25ac.html | | | 3f9a2533001ec19c.html | | | 3fa36b214f96dd6c.html | | | 3fe597fab1c5da91.html | | | 40c35396c591fc5d.html | | | 41a51ce0371a4e4a.html | | | 41b87a6f5855814f.html | | | 424754a34bfeb816.html | | | 42800652191aa655.html | | | 43f09ab741dad380.html | | | 440ddacc195c52ac.html | | | 44461b8858aad056.html | | | 4577890f28ba1604.html | | | 45ef8f38f4163ab6.html | | | 4719941426aa7522.html | | | 474b4b837518b4e5.html | | | 4758614321a40d41.html | | | 486cb41778b8da8c.html | | | 4874130a65631108.html | | | 492a6561a294015f.html | | | 4981c6171fb731b3.html | | | 49fd0770066faea4.html | | | 4abdc7b35c297b56.html | | | 4b0ecc0c8ea137d6.html | | | 4b2729386f837bdd.html | | | 4b8cbc1501ec2718.html | | | 4c1bc6389b3fe7e1.html | | | 4c3a8b67775a59f9.html | | | 4c8019664ee88c2e.html | | | 4d9cfe01af4371d9.html | | | 4db69510e9dcd5ce.html | | | 4e04953a5fdf9198.html | | | 4e9f17cbc4163223.html | | | 4f8910be9c95ca96.html | | | 50b993a17a78445e.html | | | 51451e225dfa9bb0.html | | | 5230050eed79cc61.html | | | 533488eb9b876adf.html | | | 53caaf48b7f9639a.html | | | 5442213338b6f562.html | | | 5464f49e072cbe2c.html | | | 54a98ca818626ab9.html | | | 553dd0a5c0d01430.html | | | 55757f74ef92040c.html | | | 5580f8addfc88c3f.html | | | 579f0e508f9f9e23.html | | | 599b75cf07df9f72.html | | | 59f140978f33c91c.html | | | 5a44d34e56fafd52.html | | | 5abede93367c5b3e.html | | | 5b2b48d2f402cf6c.html | | | 5b2cc9b39eab1b79.html | | | 5b7b83c65c3e5c13.html | | | 5bb8163ac526a54b.html | | | 5c146fe020e6bed6.html | | | 5c61ff96e107e89d.html | | | 5c9cf1aeb49cf983.html | | | 5e00126f6cb27f80.html | | | 5e114c77c1ba0564.html | | | 5f3fa9ce63c4d3b0.html | | | 5f79ae5345b8058c.html | | | 5fa1f102260ee386.html | | | 5fd47c2ab0608fd1.html | | | 603f4acaadf38336.html | | | 6052a7ac52c4a6c5.html | | | 6085146661a341ed.html | | | 60bfbba914e02f60.html | | | 6198a56f339fea30.html | | | 61a10aa007a2e012.html | | | 62494aedab444756.html | | | 625fd289aa3f2c28.html | | | 626137d2c1f07be8.html | | | 62c7240c4cb2cbe2.html | | | 62c7626f52bf7538.html | | | 630e804d8570f437.html | | | 63d60009ac893616.html | | | 648f8da9139a9aa6.html | | | 6490bac7e2fbeade.html | | | 64973f933c00bc8a.html | | | 64db7bb7c659a414.html | | | 656c51fe0f0189a7.html | | | 656e3f1a03340037.html | | | 66cd85189d08c4a0.html | | | 6846d9511e89fcae.html | | | 68b59abf4d10239a.html | | | 68b66a06c7457b28.html | | | 691f1fad48f13d37.html | | | 6948f303930a6e72.html | | | 6956c75c68a267e1.html | | | 69757a6b031bab7a.html | | | 6a697395073fa94d.html | | | 6aa39c317740fa4f.html | | | 6b29ed2ec90d812b.html | | | 6b47c948499c6ae7.html | | | 6b545bd54cbdb3a2.html | | | 6c38569190b95274.html | | | 6d54a5a7ddba3d30.html | | | 6f8ac32d3c4c61f4.html | | | 6f9c4f676c39af93.html | | | 6ff58e7f9bdf0148.html | | | 70bca913d5c3268a.html | | | 7107ad45eeb1047d.html | | | 712203767feb3a32.html | | | 7197c330cf182070.html | | | 726f7d76ef808fd6.html | | | 729da22376b83b81.html | | | 72a5309fdc0e52b2.html | | | 7303b06ddfb5995f.html | | | 731563b07720cce5.html | | | 73463c5725a17499.html | | | 73e8eb0080781fcb.html | | | 74c9e37d60756aab.html | | | 75463be3f5ae41e6.html | | | 76dfaf97d3751394.html | | | 776ce5a4d61ff793.html | | | 777733d72e2a2911.html | | | 796f2d2a51674162.html | | | 7c8123f3fc9aa9fb.html | | | 7c88585156bb9f5e.html | | | 7c9eae751eddbf68.html | | | 7d459eb345a4601d.html | | | 7da316d7444eb779.html | | | 7dbf02823bdb374b.html | | | 7dee1f09c0ad1679.html | | | 7e057c838a43a560.html | | | 7fa30ef6f3c193d3.html | | | 80de5070d62c0d88.html | | | 8133a565b7d30b4f.html | | | 813998f84411dd66.html | | | 81676c9f08d53247.html | | | 8173065bfd21ec29.html | | | 81812bce0990aae8.html | | | 81962030ee45ee45.html | | | 8250d216e2a12ae0.html | | | 8369a1b6b11f728d.html | | | 83faec22d0165c8b.html | | | 84e0bdae2b4bb126.html | | | 84eed58f301253b7.html | | | 852a0ccb8b297c70.html | | | 854dc0623e53b3d2.html | | | 8579e4d7e392c829.html | | | 86da60a6c2daad1b.html | | | 87752c332ca06c39.html | | | 8818dcc310a55e29.html | | | 8984729633764863.html | | | 89937e9b4de987dd.html | | | 89dcb8318a5c09c7.html | | | 8ace80773b4d7450.html | | | 8c0deff855fc0962.html | | | 8c44a0428143f750.html | | | 8dc4c68afaa9bd6e.html | | | 8ecc969f32ac66f2.html | | | 90c805904ecf0ac7.html | | | 92358b0a72e37d9f.html | | | 934a15dd60abc220.html | | | 939ae65d4ca6a81a.html | | | 94c814db219e4444.html | | | 94f023572d6e3a6c.html | | | 9508fdfdc724a035.html | | | 95e84d5a69d431dd.html | | | 96f3aec3794ec69f.html | | | 98e3c3e8acf8f498.html | | | 9958dd9c4e822f7c.html | | | 99c432a25520f8b8.html | | | 9a355eeb1befc975.html | | | 9aaa74ae651a81f2.html | | | 9b9606befd0ca834.html | | | 9b9ac81f590277b7.html | | | 9ba3dc1512ab8c3f.html | | | 9bd8abac72705483.html | | | 9c1ed8fc877f5988.html | | | 9c42aefc8f7dca23.html | | | a1143e9393f3ca82.html | | | a1467deb5b11b5d0.html | | | a165305457c7c2a4.html | | | a166e1a78bc8a83d.html | | | a17e60047b9ac76a.html | | | a1eecaba0fed36d8.html | | | a2a8355c4cad72e2.html | | | a3ec7dec1fa15bd0.html | | | a508baf69e303ce3.html | | | a51108d14d7c7933.html | | | a7838a858de327c2.html | | | a7f43c6e470550e3.html | | | a81a0729cbaf0981.html | | | a86119c0d73af89a.html | | | a89b947d23dc4be5.html | | | a968b35bf6a28a38.html | | | a985304f2ff5922a.html | | | a9daee9cb98bc97c.html | | | aa6b22385ce0e5f0.html | | | ad237c978557c5fc.html | | | ad5817212dcb0939.html | | | adb46b362422c138.html | | | af0bf5c5489d6440.html | | | af47beea5ad69c6b.html | | | b0718f17ece37722.html | | | b09105e4e5036f3c.html | | | b1066cb5380255e9.html | | | b2e8503fe9ee2bd9.html | | | b32dfa667b646e05.html | | | b478520407dc9fc5.html | | | b7693b6d3212ab71.html | | | b7deff85521c67d0.html | | | b7f1ab01c2532ddc.html | | | bb1b1399d0b60735.html | | | bb7879ca3f4d8a02.html | | | bb89517ce02857e9.html | | | bb920f4fbdcdf9bb.html | | | bbfd3edc8e07e908.html | | | bc5915d11de0de35.html | | | bda19e08c92fe306.html | | | bda7ab5fa7c196d7.html | | | bdfdf3fbf9a82fa9.html | | | be54ef31e166e898.html | | | be9c3727c399f427.html | | | bf344c96bd925408.html | | | bf403f4dba2b57a5.html | | | bf977c4b0833d5ca.html | | | c05ea2c9ad6a2977.html | | | c13521a8708b6402.html | | | c15c28249b888224.html | | | c15ed6b23fedabf0.html | | | c18181936b923971.html | | | c2c3b5635055b29c.html | | | c30e52e2998881bc.html | | | c4b288b3b759dbad.html | | | c570f2f6c50f2a4e.html | | | c5b62882a2902cdd.html | | | c5e89a3835c76b96.html | | | c6a7661a6ab18892.html | | | c6f0d35f2c9c4569.html | | | c7cb1914ff98a3b3.html | | | c801eceb2927f20d.html | | | c88eed09e3e209af.html | | | c96233792727ccb4.html | | | c97b7106471c7b81.html | | | c97bc50ba60d9d07.html | | | c9b4a7de9c7edf0a.html | | | ca9827da8559e209.html | | | cafba7a2d5a94ce1.html | | | cb116e728de14275.html | | | cb3acca9f0b6b8e4.html | | | cc25d3eb55b0171b.html | | | cce0339792b89c45.html | | | cf0f6fdf6cd6138f.html | | | cf828ae94e43c22f.html | | | cfcc88ba10444dad.html | | | cfe4bcffd8b43831.html | | | d0c68227c356d798.html | | | d1010c1e4620d22a.html | | | d123617b7c081152.html | | | d1d6280e2f604f40.html | | | d22d5907bf9b5ca1.html | | | d2465cf747f8a260.html | | | d5a51afaf974676a.html | | | d5dc36ecc6c867cc.html | | | d5f1fc18dadcbfbf.html | | | d63d28a43088e73d.html | | | d6463490cb698904.html | | | d9512954457a42af.html | | | da6fe56551524a9f.html | | | dae2d2bdee1d5dfa.html | | | daf30b33e798e0b4.html | | | db553e7bebe7f0c4.html | | | db6aa9711412e057.html | | | db806057b4754c45.html | | | dc19d524e5260d65.html | | | dc2e99c7617d1fc4.html | | | dc5a2bb6526d442f.html | | | dc6dc6c3f023c554.html | | | dd00104a7ec5bded.html | | | de21a59a1cc86b7f.html | | | de95c3fa4d3cfee1.html | | | dea95f986ef15901.html | | | dfcc1e255e129316.html | | | e0634d449fa83b13.html | | | e0d42e345297f82f.html | | | e1b8d1b58db93c20.html | | | e1bee19ed9b771b6.html | | | e1c7723dcd698d7d.html | | | e35f74c8966a4deb.html | | | e4ad70ff85d9e47f.html | | | e4f1fe2dd02d93ac.html | | | e59df3d4c99c8ebd.html | | | e5c8f29d749b1d5c.html | | | e65e56b0c12ab82a.html | | | e72e6bb944d8ed12.html | | | e74d63013f8ec1f4.html | | | e77662952ce5a6b2.html | | | e82390c53813694b.html | | | e83b5aba46ad017c.html | | | e854800bedc140a2.html | | | e85f507aa413160a.html | | | e93a425f5f24723e.html | | | e97dd028edfc649d.html | | | e9f6af131af7a442.html | | | ea64a608890e68c2.html | | | eaf5a13c129cac2e.html | | | eb5c324f62b74d65.html | | | ed4881e6615059b3.html | | | edb1827567f6fe26.html | | | edf1fa97a4cf69eb.html | | | ee2f77d1d04c5383.html | | | ef4eaa5cf527286a.html | | | eff2b92882f43911.html | | | effa4577c0c3138b.html | | | effcc653c92c0cb2.html | | | f000408863e9dfdc.html | | | f0438fb413ff0df1.html | | | f07f0c3f1101e428.html | | | f1924e4b092c9d12.html | | | f1b2d37be6e8593f.html | | | f1f64331ef625f0c.html | | | f25dfe92bb8cad36.html | | | f2fcf85c548b380a.html | | | f43ffc424001e655.html | | | f4aa37cc936ee31f.html | | | f4c008bf4c1fbbb1.html | | | f53fe7d7d087c8d4.html | | | f5517850a417100d.html | | | f55a4626354562fa.html | | | f65222895423837e.html | | | f654d9be40148ed2.html | | | f6e5269b763aa970.html | | | f78b5da965074832.html | | | f797c348ca1f13c3.html | | | f83303c9ba917b00.html | | | f8b24365dcd1594c.html | | | f9ed90c39d19130d.html | | | fa0922203c40c6e0.html | | | fa0c68daaa4e98a8.html | | | fb18919d9d87cebb.html | | | fc00b32e6928369d.html | | | fcb114d5232c556d.html | | | fd6aa124bb149596.html | | | fec1bc713594c26c.html | | | ff40b5630a2b8a60.html | | | | | \---R | | 00000303b5bd3ce2.html | | 00409e4cc05e750d.html | | 005baa42c5bf8e1b.html | | 008673fb923d13a6.html | | 00a512b83d99c994.html | | 00f1610023c4e83b.html | | 015f5caf8252a313.html | | 02018d334bc28aa1.html | | 0222926bfd44bd2c.html | | 0261996ed04ec651.html | | 02884c7cd6042b9f.html | | 03abf1f622c0ca5f.html | | 043abd0b8e96ba00.html | | 046876361ae9ef83.html | | 04f88a6bfa02e33b.html | | 052be56787b9ca7c.html | | 0531836417481e4d.html | | 05b8830e0ea67360.html | | 05c04ea23f05c354.html | | 05ef0949adec3160.html | | 063e3be1baf813cc.html | | 064342fe0d28e159.html | | 06567119f0c76c6c.html | | 069b2252cc3b4ed5.html | | 06f4a84696976279.html | | 071bfc3b0e6963d0.html | | 0729844c03eb6f18.html | | 07908327561cc823.html | | 0824fa3a1a4e1a8f.html | | 08a967e75d858929.html | | 091676eaba45397f.html | | 0966e19c6aefa478.html | | 096abd2cf31ffa4c.html | | 0a02d4f606ea02b3.html | | 0a18cf0808d747d9.html | | 0a408b97978d2654.html | | 0a41919fe4324761.html | | 0a93b08ae3cffadc.html | | 0ac0dbadc113d4a8.html | | 0aed88a67582b85c.html | | 0b04b3427a43e03b.html | | 0b1df27500672b39.html | | 0b784da41b9c8277.html | | 0be38e1661c2638c.html | | 0c0067abd7d26565.html | | 0c1e75483c5ee95f.html | | 0c5faa809aa80681.html | | 0d50e6533b91a040.html | | 0d9cd509c92e099f.html | | 0e5be408e336d044.html | | 0e68dd4e72ccca5a.html | | 0ee9db32b367fbcf.html | | 0f88053c216a128e.html | | 0fa3a159af89fb83.html | | 0fdee0bcaf381018.html | | 108e02e8fd749187.html | | 10ad5196abdb404e.html | | 110645745c291d08.html | | 111c0cc287ed6577.html | | 119b80d05b79fb45.html | | 11f2d158890f877e.html | | 12e927d85f0dd191.html | | 13087f7fc91788c7.html | | 1320fdff008db9ee.html | | 13a3a9888af878b9.html | | 13e4e3e8ba30f02f.html | | 14256a272a1946c0.html | | 1480b67f926653de.html | | 14842585ac8fe5aa.html | | 157ab79246d76dd9.html | | 15fe96567e35a55a.html | | 166be1c3715c96c6.html | | 167f210a6d907455.html | | 16a348e272f08b3d.html | | 17496ee1ef97d5bf.html | | 17e660f8af7ce41b.html | | 17ea9464a51af4a7.html | | 17efae3c0cef9aa7.html | | 186e0e182fd20209.html | | 187e0d25ccb1ddc3.html | | 1955de91bf56ab9c.html | | 19c409892b3993aa.html | | 19dda0c36634e8ac.html | | 19eb8df534257f52.html | | 19ff09e73471defb.html | | 1a270430b6514158.html | | 1a4bd3d819fa5b11.html | | 1a6c75f7e0efedd7.html | | 1ab768b4a83c40e3.html | | 1b3a750c48f95d68.html | | 1b8a623b4a87f380.html | | 1c38ee03cfea101b.html | | 1c4ec2fd2bb0b69e.html | | 1c9c925456d42bee.html | | 1cb890c0a473ded2.html | | 1d12fdda046527e2.html | | 1d40046fe2ea9d8d.html | | 1dbe60cbee0dd9e1.html | | 1ddd2d087340dbed.html | | 1df3b6017a4911ab.html | | 1e9ab608ab7596e9.html | | 1ee913806a74a326.html | | 1f650fbbbdc32f3b.html | | 1f8509b402720fe8.html | | 204723dcd2f2bfc5.html | | 2050c1ddab5218ec.html | | 206d9d61272824a3.html | | 20a9a09efc288d2a.html | | 20b3da73defd61b4.html | | 2132c4fb8896a645.html | | 216e121c7f4a1cad.html | | 21968f9acde06397.html | | 219fb9e3c2287283.html | | 21b1f0db2f6b08c9.html | | 22f5765ccc936ef8.html | | 234f76d04b7bba5c.html | | 23d94797883ae242.html | | 253ea37e9580865c.html | | 25d46eb3272bd0f0.html | | 25d7bf7faab6e257.html | | 25e80d824b249632.html | | 2623bfe99ebcc95f.html | | 265f1abd691219f5.html | | 274cf2282bbd0269.html | | 276be3f6dc3dacc7.html | | 27c18e7d7b5ff063.html | | 27e68548bfb95f45.html | | 27f4063ec686ade9.html | | 289415cc0a1b2431.html | | 28f3ecdedfacd5c0.html | | 28f93645e445460b.html | | 290f8da4d09fb2e1.html | | 29218490b693caf0.html | | 29c0c32883475e8d.html | | 29c9f543bd422614.html | | 2a4d03e65095f9a9.html | | 2a56834d696f1a80.html | | 2a7a592714a9eebf.html | | 2a8752f3a5d548c0.html | | 2b2924864920b805.html | | 2b293f8827f1e062.html | | 2b397247b8ac8952.html | | 2b77d2d16006093d.html | | 2b874ddd7b227374.html | | 2bed4dce53e79bfa.html | | 2bfa5d9f436ebe01.html | | 2c11b96adc97ace2.html | | 2c6382d76b54acba.html | | 2ce766ceefbca66c.html | | 2d8536e1e315f860.html | | 2d97c1fe12d8daaa.html | | 2dcd872138301873.html | | 2dce45a1c0a6877f.html | | 2dd8f1fac31276c2.html | | 2e4a51e3c14dfa8d.html | | 2e6dc1e1a33fdaa0.html | | 2eaf69e41a8497eb.html | | 2ed175465f4d280b.html | | 2ee8c42291bf6b2c.html | | 2efb4c3469a0018a.html | | 2f5aa0dae90be9c1.html | | 2f6096d893d02e60.html | | 2fbffda22f55aa4d.html | | 2fd49e252b44c50b.html | | 302182d15be09aa4.html | | 30830b9b04674bf3.html | | 309c8b5ab5a40aa7.html | | 30b0a6d62edf17e3.html | | 30fad0fcb0a9c7cd.html | | 310e096b88900c6e.html | | 31c7589b74786597.html | | 31f0972788c8c394.html | | 320b022a8d6079f8.html | | 32210138271c718b.html | | 322c19e434acd689.html | | 324510a9976fb7df.html | | 32c537ec1f944f68.html | | 34108bbb88d32754.html | | 34320a361bd7cec6.html | | 343e9a8bedd7ec3a.html | | 349e2ce3aa025fdb.html | | 34b4ae8b3adcdf9f.html | | 352df8bf8ad5e081.html | | 353c30cdfd31e325.html | | 35b1fce1ebeca4eb.html | | 35bf52fffa820dd2.html | | 36058ac1e15a5735.html | | 3706ac3b4a4f6d08.html | | 371cd4e4f77afe88.html | | 379824589833b804.html | | 37c8f30db734d2bc.html | | 37d9dd64c193568e.html | | 37e86a27a33f4fbd.html | | 3815eca04d7caa7c.html | | 38267700f0b3e524.html | | 385b601ef28be4a7.html | | 38a563adea2da271.html | | 38f1328d33a2cd31.html | | 393702945034289a.html | | 39499feb98062e82.html | | 398c30fcd830a2eb.html | | 3b05ddc2ddce5479.html | | 3bed20f3a797b8d1.html | | 3c8bca6788123fcc.html | | 3cfa6b4d3385ece8.html | | 3d4fffb795dca7c2.html | | 3de7af86e5fab66a.html | | 3dead0699a924567.html | | 3e25e7b86491d98e.html | | 3e446e24566e4f85.html | | 3eabdacb1b1daa6b.html | | 3f6c26b14beba05d.html | | 3fa387f98fc78809.html | | 3fdfacd36d5d437c.html | | 40160c9dc9d870fe.html | | 401e628c80aaaf86.html | | 40583a6a48748f50.html | | 408f9ff6364dd902.html | | 40c35396c591fc5d.html | | 41ba48edcc11e138.html | | 41f4eca3016415d7.html | | 429361c0a8387c09.html | | 429f4388ec8c8dbf.html | | 42af7fb74105b609.html | | 43057e23552d4487.html | | 430f34e28f8f3c90.html | | 432cdf17a7b48cb3.html | | 43b925b1c323a259.html | | 441d7cdcb212bbeb.html | | 441fd87bf7551e98.html | | 44973b2fbd1c9518.html | | 45280118115824b2.html | | 4528bef5baf85f70.html | | 4564a1361c1c3a6e.html | | 45ca8e715e3a38ed.html | | 45e8d73aa0164e66.html | | 460890877b2c6254.html | | 466fc2d1dd7f8875.html | | 46ad0e211002a352.html | | 46c8a29cd9509dff.html | | 471e13d6460b7725.html | | 4746a83c33c9de7c.html | | 476cf6c11fb27eb6.html | | 477f3b8f70689f57.html | | 47af16283fac9b55.html | | 47f1ed69ec45723b.html | | 49100e2f0c051115.html | | 491125b31719c1a1.html | | 49481965c0f1e7b4.html | | 4950dde663586ff3.html | | 4976823536aeecec.html | | 49ba1dd0cf731f6b.html | | 49bbc6943554143e.html | | 49cc8a1e498ad1b0.html | | 49e9022e3fce5902.html | | 4a5e40ad1994fbde.html | | 4acc7de484a6d790.html | | 4b0ecc0c8ea137d6.html | | 4bc33c2a49c9254d.html | | 4bc6b1a10cc2fe2a.html | | 4c1ef232da79e1f8.html | | 4c1fa697e05af863.html | | 4dc04fcb67ce5d44.html | | 4e0b2d211f5014b8.html | | 4e13ea1831516223.html | | 4e7dc5bec9b58314.html | | 4eb04a02ce86543a.html | | 4eb37a704b15904d.html | | 4eb45089c57127dd.html | | 4f15b1b0e9337083.html | | 4fc32dcd86863c68.html | | 5076ecc0ef26dc30.html | | 50e350cb8d0d99e5.html | | 517cd4ebbb649509.html | | 51f531d8e1636891.html | | 528711430db31273.html | | 528dfbb11a852cfd.html | | 52c0b3591d1a32c1.html | | 52d4b6f9486a1c75.html | | 533488eb9b876adf.html | | 536923c913075169.html | | 53a9231bae059215.html | | 53e29d34ffda16ef.html | | 54fc7fa059f1ead8.html | | 553b98485c5b3e77.html | | 553e19b7ab7a0ee1.html | | 55a1ccda7fccc8b3.html | | 5604f4f974f99e90.html | | 566ef559de5798d9.html | | 570976311f4259a2.html | | 576073aa9bf3046c.html | | 57d9aa3458de9533.html | | 580670d1495fa833.html | | 58b6cf7d64656d11.html | | 58c38ea67c8ef8b2.html | | 59124d90984f8cef.html | | 5926c4d8bbdf999a.html | | 5964e99172963cb3.html | | 5a179dd3dddfbbe4.html | | 5a44ec4309751f03.html | | 5acc35ddecae9900.html | | 5af0904e10d425d9.html | | 5bace860a5dae22e.html | | 5be1da7a18449934.html | | 5bf24c84687f3057.html | | 5c974cf0d5ff8ba5.html | | 5ca5f1a7ea283cca.html | | 5ccf06f579cce9f0.html | | 5d5686a20ea51b41.html | | 5e1cdb755b9e36cc.html | | 5e585a754839fc92.html | | 5e804a95a4355b5e.html | | 5e83a7d6aa7a2da0.html | | 5e8960e1a0b69180.html | | 5eab41a46d746cd1.html | | 5ec89aa14a165dad.html | | 5ee8d51fd7babda8.html | | 5f0e2ec5a6cb74d4.html | | 5f55a06ed8b71c0d.html | | 5fbea889cbc6355b.html | | 5fd0f2c847c0f79f.html | | 601b983d9d68f7ba.html | | 606853e6231e14b6.html | | 60ec261d2cea8b21.html | | 612a964cc2bc4e76.html | | 61345f9c21310119.html | | 617574923249f365.html | | 61fc291163741dfc.html | | 625599d6012f94ea.html | | 62589917d615b627.html | | 62a0b2ad10135bab.html | | 62f0ae9926940177.html | | 63f361fa5f6483b4.html | | 64402d888729b5d8.html | | 644adddb10b0ed41.html | | 6454237d7aebf573.html | | 647bba1aa0f7166e.html | | 64bdf3441399a738.html | | 650834fe98122d61.html | | 651e7ece41b70983.html | | 652dd92460cc4177.html | | 652f095f33f83500.html | | 65832bef1b63c463.html | | 65aac982f65a0734.html | | 660a9ae6722c89d4.html | | 662d5e54308a3db8.html | | 6652c5a65081b88b.html | | 66862209c3fd7fa0.html | | 66a9e0dfe052889e.html | | 66ab956354a8923b.html | | 66b17d54ba0fbdeb.html | | 67e2fa4e687c1e07.html | | 67f70b604d4a490a.html | | 6833d6d66685a96f.html | | 6899512b0304ad32.html | | 68ba6fd88a359052.html | | 697a481385cd5ffa.html | | 6a1715a87ff5cd67.html | | 6a8ac8b8d67fc8ca.html | | 6aa9342a0ac48889.html | | 6ab1a2c1bf4a1239.html | | 6af95d8f09da142d.html | | 6b29b86779231aae.html | | 6ba3ee2193ce2a48.html | | 6bdc47a1a0721cf5.html | | 6c3d6a4726f82592.html | | 6c88e7da68cfee92.html | | 6cd3b666164ac802.html | | 6cfcc3bc9cdece37.html | | 6d3040da6c249357.html | | 6d6962298f489275.html | | 6eac159f930cd2e3.html | | 6eb9ccaf95c11ff3.html | | 6edf9cc4a60bf63c.html | | 6f3a3887c5339516.html | | 6f516a3d7e686ab5.html | | 70132c2376cfc231.html | | 707b362338c1ddf5.html | | 70e52da6b4088198.html | | 70f234fcccb7a214.html | | 718e9430872f7e09.html | | 71a5f304448a384d.html | | 71e0e76a837518e9.html | | 71e7e52849a6bdd7.html | | 7286386d94361ab0.html | | 728a1c6512aaae47.html | | 728d5512e4b4aab6.html | | 72932cd5f73d3db2.html | | 72c12c5365de89c7.html | | 72e6d5e7f4b04b40.html | | 7307af348e3f72a9.html | | 734fd358076190a6.html | | 73a356390a3b684b.html | | 73e8eb0080781fcb.html | | 73eec27961fb16bd.html | | 7561de0ebab707fd.html | | 75a28cde4dc3f57e.html | | 75b8075eb70679d1.html | | 760ff4d8bc3951dc.html | | 762e3a80def655ae.html | | 764f99d121892bac.html | | 76751f19ece5c785.html | | 767c063547b1f8e0.html | | 76d046b48244c9cf.html | | 76ff3e2a0e4ec881.html | | 7793c8b75bc9869a.html | | 78e2f6bc226fda18.html | | 78ebeff252e6598d.html | | 79912393e243d151.html | | 7992f6a8c17f7e8f.html | | 79ba932723cb217b.html | | 7a365729858b57df.html | | 7ace24b8a752a1a4.html | | 7ad66ee54ddcd480.html | | 7b0e8c80c2a313dc.html | | 7b516bdbd16bb74a.html | | 7c0d3cd74d52dd98.html | | 7cf6045c3c322ad8.html | | 7d5fbb4d51b69a26.html | | 7da35c7a9c9edaa2.html | | 7ddcf211731555aa.html | | 7df2dadf120c9a6b.html | | 7e19ba49b067b638.html | | 7e477b712d0a57d7.html | | 7ebefd311273991e.html | | 7ebf603c98e51fd4.html | | 7ef7196c2c13596e.html | | 7f0f8798883baa9d.html | | 7f81307455d69642.html | | 7fe4f1c3667ef633.html | | 800e8e739e967241.html | | 805f5d1b9e4c5601.html | | 8088b62733013544.html | | 80a2ace40ab3ed67.html | | 80cf022af3c8e942.html | | 80de5070d62c0d88.html | | 8119f17e013050d5.html | | 8129dbd265cb05ba.html | | 81b7b0d27241b92d.html | | 81e7a5aa73765966.html | | 825d142adf9881fd.html | | 8281981c99d4716a.html | | 8283b83b84fd5d7b.html | | 8293f358ad2811ed.html | | 832f85f15612f7a6.html | | 833b0baf81837aa9.html | | 8345d05d0bf182b3.html | | 836577b0e54df86b.html | | 83e0ab9e7014517d.html | | 845f5fb908141fd5.html | | 84853cdeae7335cf.html | | 8494aeadecf32d12.html | | 84b896a47b138942.html | | 854babebe7a0fc2c.html | | 8662fe9bdbcf44d2.html | | 868d4954ae303fdb.html | | 86e46c11b7851c8a.html | | 8700ca33fe14d7d3.html | | 871b93a8fb9032f3.html | | 872b22ca757c685f.html | | 879b0e743e25c08f.html | | 87f4e85b65dd97e9.html | | 896c6f4dfaa4431e.html | | 89726243731f9466.html | | 89b5789f8b672637.html | | 8a5179152310b25e.html | | 8b3fbc80481e5d69.html | | 8b808e680a0bd24a.html | | 8be86b35884bdaa4.html | | 8d03611763212aaa.html | | 8daa41ae2c0c23bf.html | | 8db85bbf9b1cce65.html | | 8dbf4e50462dc427.html | | 8e47df012fc1ab17.html | | 8ee72707a3f0453e.html | | 8eed1cf68672da9b.html | | 8fbe55b91a5d4496.html | | 90110d71b0fbec82.html | | 90454c04ff7ff9eb.html | | 9075c5819bd8ff9e.html | | 91695a007f3b1dc8.html | | 91c4a66b4984f5cf.html | | 929641f0b16ebbc4.html | | 92adf1c9a5742340.html | | 92e81cc69ef8953f.html | | 9349c95689566488.html | | 93e4d1a6ad36348b.html | | 93f1388b39511b58.html | | 94085c4670d853af.html | | 94250e1c4b5f431a.html | | 9448210acfc65f1d.html | | 94a924ffbdb9fc07.html | | 95111838dbbb56cf.html | | 95a63851615da2c3.html | | 95c7faa6a38fb434.html | | 9623cf0a1527dfe0.html | | 9636eaccc6d3bc8c.html | | 96446e9983754694.html | | 96bfc3e434131566.html | | 96dffc701b41b8f4.html | | 97077ccd58fbb655.html | | 9759ee8c1d3768ee.html | | 9814e2f6d1c9076c.html | | 98fb155f4aeab811.html | | 9926ab85fb9a2a97.html | | 995f31ed5b204720.html | | 99977cbbe452c8c7.html | | 9a265aa50b09662a.html | | 9a5e60c6d28cb677.html | | 9a697adfde333a49.html | | 9b473857a821802a.html | | 9b4f5cf80100456a.html | | 9b697e5d5659c8a5.html | | 9b8f98373efff0ae.html | | 9b9606befd0ca834.html | | 9bb39746c982eb54.html | | 9be282c9e807744a.html | | 9c8907c419fda3a1.html | | 9ccbece51b091705.html | | 9cef207c86d97c67.html | | 9d054b96d9d3acbd.html | | 9d05a24e77fc8997.html | | 9d57fef8924cee58.html | | 9e0e5bbcdecaeb06.html | | 9e54080ad78238fd.html | | 9f19f19459bf3ec5.html | | a0226d8047e4642a.html | | a1291b9409124783.html | | a18b8fe0b4591a6e.html | | a1c577056c237e23.html | | a1ca92a576733b13.html | | a2a34b7806adf987.html | | a2c3abca63dea86c.html | | a3ddab27fd5e4239.html | | a4a22616e624bb39.html | | a54e50d5214bc99f.html | | a5d2eedfbfcd6991.html | | a5ff48772f52985d.html | | a744b25769037041.html | | a7fb619119410df6.html | | a7fc7ab422fefa42.html | | a80ba08faf4db27c.html | | a84040aa3a18b6a4.html | | a89081cfcd133fc5.html | | a900b7473a1c6c01.html | | a9448d0f269844f0.html | | a959af7f34f5bcc1.html | | aa18993495fbca56.html | | aa4030cfd85d8cf5.html | | aab7a8be59a68543.html | | ab5e818e236fa9de.html | | ab913850f7e87610.html | | abc323bd23f47c72.html | | ac291181102887b7.html | | ac3cd2628c46da16.html | | ad14689b24f123c3.html | | ad41962b07a01c41.html | | ad8da09d02248ecb.html | | ad9ef0e60f46aa82.html | | ae15c9792a3a4d23.html | | ae2666c2accd8ece.html | | ae469341666f486a.html | | ae6c279af1d7e9b4.html | | ae7f292e7f3aec8f.html | | aea0014bde038e69.html | | aea1519d53f16676.html | | aed6a978f32851d4.html | | aef7b095d1e358f6.html | | aefa43b23420b335.html | | af050a4a3de7be94.html | | af1f49172c7cd0b4.html | | af3dfc06510ed712.html | | af649239d0c7e27a.html | | afa5bb358858eda0.html | | affe451386438628.html | | b04ef35997adfca0.html | | b0d96b5f00fe5cb9.html | | b12143ffc54a686c.html | | b161052502fe2f36.html | | b1d3d5ba875849c3.html | | b266776e9b9f6a17.html | | b2eede0ea812d5e1.html | | b35abe50d6322a74.html | | b369406b03c314a6.html | | b38420d57db4435e.html | | b397cdb5cd129cc1.html | | b3e64344892c91a8.html | | b486751f65f18e65.html | | b4a413c72a0f2d10.html | | b522020ee58a780b.html | | b58833786d440637.html | | b5ac7f21b2b26a83.html | | b5ed672b47ba257b.html | | b5f2df842d96e618.html | | b649f61451e999f4.html | | b64e2e4bc4514c4e.html | | b655db7b15337bb2.html | | b7e3743d54002c7e.html | | b7f1ab01c2532ddc.html | | b80b8508a81b50a9.html | | b843f94174fb4f8c.html | | b86e80ca53882096.html | | b8d5db6cbaf97dae.html | | b9001da232388af0.html | | b90eeab2d12c3e93.html | | b97beb936845c6d2.html | | b9ba24f41c10b46d.html | | b9e6c074412f135d.html | | ba5620a25a2640f6.html | | baa2a42fcff92e1d.html | | bace8427d5b2d2e2.html | | bb045deb5d5ce485.html | | bb96daf74ccd0e01.html | | bbf6f486c9a30f1e.html | | bc31e297ed6f4bc4.html | | bce318553ffb917f.html | | bcee2e995e07135b.html | | bcf5edea815cc8d8.html | | bd43923cbc7d7967.html | | bda6f3d43e0ca835.html | | bdff910522f065bb.html | | be4420a55bd90020.html | | be46fca930278caa.html | | be53f8f6f69ebba4.html | | bf07530d3cf82c6e.html | | c02c0a7dd62996e6.html | | c04a09cc4ea7a378.html | | c17da5db84c46c82.html | | c1aed24f0c17a6c1.html | | c2530c761a5690b8.html | | c2a217e1eb26dc99.html | | c2e5f6b396bb8b49.html | | c32c142d6ce21283.html | | c35e91b5930538da.html | | c3790733416af85b.html | | c38b6aab52136066.html | | c39dc24e9e888f56.html | | c3b35b5215a9fbf5.html | | c3fa586bf9c3d054.html | | c45e555862447fb8.html | | c4afb2d294c25f36.html | | c4ccb19f110c91dd.html | | c51f92447112f04a.html | | c52741068fe88ebb.html | | c5568b1ce76de935.html | | c5db4c94b6c0b546.html | | c665d9257683b8f4.html | | c68e4ea65c20af88.html | | c7af8672d27831b0.html | | c7d655422c7b579c.html | | c7f102e3b8974c00.html | | c7fd65dac391f54a.html | | c81bf36e41eb1635.html | | c820c5904e367323.html | | c8d14f6ed8e693fd.html | | c8e6c3349b03cd84.html | | c92d8aaf96dcf411.html | | c93b29024ce0e139.html | | c9754dade8d4bc2d.html | | c991b6dbab907d72.html | | ca407b41cb812bdf.html | | ca70d50233903cf2.html | | ca94f8394198ff29.html | | cb114a5ef25cf2bc.html | | cc952b802084c48f.html | | cce6a12a1d3ce335.html | | cdcc6249a34ad0be.html | | ce35d5d4fbbc2bc2.html | | cea654f4fde14ddd.html | | ced95ea216ce83c1.html | | cf75a933b90d6562.html | | cfe7c7235487f50b.html | | d0c0af79eefff6a9.html | | d1168dddc14d7bf3.html | | d161b567fae4f11e.html | | d1a9f57edb0fff0b.html | | d1de43cceeed0801.html | | d254fc9db153d750.html | | d2e3c5983e50e362.html | | d3397d8ea3df5ec3.html | | d43892ba0c92287c.html | | d43c173c4e055894.html | | d43d89e3a6321039.html | | d46461b0337b0d66.html | | d49c9ef4fd53a04a.html | | d613fb2d9fe9c0da.html | | d6204acd0b390dcb.html | | d6856f8b0e55fbbc.html | | d6c05e2206c10661.html | | d7de14379115c098.html | | d7f1936d6469fa40.html | | d7f61b151f6876b8.html | | d839f7d398b2265f.html | | d8a837ad74cf9b25.html | | d9846c31d427c74a.html | | d98d36de17c4341a.html | | d999ecb6c3a5f6a2.html | | d9cc2ffffad125e8.html | | d9f748b8a18e3968.html | | da38f004d9cb3e35.html | | da6aab5144574052.html | | da72f1708076c4f3.html | | db9407d7daaa3263.html | | dbb98ba2bba56241.html | | dbf25e4b17e1adb6.html | | dc35ae6b98e460a6.html | | dc6010b49609f67f.html | | dd7c5e4a323550df.html | | de5ddbb71d6913ad.html | | de7cab666c9f6607.html | | de7d6e5e0c9d6af5.html | | de9843de66f2ba20.html | | dfcada5dcbd6a35b.html | | e07e5d867140d8bb.html | | e10dcfe6215ffb49.html | | e16821330e621807.html | | e1f222afaa62616b.html | | e2156906b2682e56.html | | e2f196fa3388d52f.html | | e34a351a64eff974.html | | e351ee8ba172d3bf.html | | e36cca5f087f7925.html | | e3907f455f0da054.html | | e4d409c2e38931d2.html | | e563369687080676.html | | e66bdeb532c3876f.html | | e6ac70bf04ded22c.html | | e741f4c4c5fd87f8.html | | e81aa4564f43f4f6.html | | e82e2843de248e5d.html | | e883171727f55fb7.html | | e8eb779f4a667d96.html | | e8f15f373e949674.html | | e96197a8b4928050.html | | e9cc5d0a9b99fcfc.html | | e9e603ba3aad5dde.html | | ea4eef35176b6c98.html | | ea7aac2dc10b66dc.html | | eb36925daacf4bd5.html | | eb8117f451f05aa4.html | | eb89ece2cba0f209.html | | ebd3b01e087dc370.html | | ebdfe42064a79b08.html | | ebe76d55cad35669.html | | ed558d9f327235f0.html | | edabaa97257b6ffc.html | | edf1fa97a4cf69eb.html | | edfaf24adbd84658.html | | ee31c1aaa1901289.html | | ee8d75dff8a15d66.html | | ef6807806cc98081.html | | ef71b4797cc29a35.html | | f04b612ede710d5e.html | | f0d8fa641ef6dda7.html | | f0db6bff2cb82ecb.html | | f11a87933867e179.html | | f11ba6529b4edf39.html | | f18744dd0a39c353.html | | f18ee76e13ea6d0d.html | | f1eac208f264c1ba.html | | f241f3a6764444e2.html | | f2a225f216639de9.html | | f2ab039784c3960f.html | | f32b7b85e57e1083.html | | f33a8983d2073816.html | | f35babb89cfa0017.html | | f41d6020e4d1eb3b.html | | f42d91308905092e.html | | f4560a0a61bd2271.html | | f4d8ef0799a69916.html | | f5aa452162b54dc0.html | | f68325c32daba32e.html | | f6cdb6edecc3117b.html | | f6e5269b763aa970.html | | f6e732699ee523f5.html | | f6ed49c4f6ae6685.html | | f6efa79d45621aba.html | | f7080ce059ea0cce.html | | f7268c0a20bf1099.html | | f7f9b3490669e19a.html | | f8fc8db48aaeff09.html | | f92d7c981af9bdda.html | | fa1c0713c3fb3484.html | | fa27037fa7607558.html | | fa6761277b147655.html | | fa761ba7e7557a50.html | | fa88b12600fc7a64.html | | facea853db7f5b04.html | | faf815b27d9a212c.html | | fb4580013803a789.html | | fc04f36b7319e32a.html | | fc1cd658969a9f8a.html | | fc67cf7eae7abc2a.html | | fc7914b1b7362a3a.html | | fd65187e0b9f7bba.html | | fd7f5b0077f84a33.html | | fd811a393e79ccb8.html | | fdf11f69b87ca2c7.html | | fe0353e7be82de34.html | | fe1b03551213edc3.html | | fe1d56090b845e33.html | | fe5a88dcf4dd1caa.html | | fe741812b03c96f4.html | | fec6514e21ce1bb4.html | | ff0aa820494ef264.html | | ff9647f31269d361.html | | ff9b960c51421a9a.html | | | +---VBLibrary | | | .NETFramework,Version=v4.5.AssemblyAttributes.vb.html | | | A.html | | | A0.html | | | A1.html | | | A4.html | | | A7.html | | | A9.html | | | Ac.html | | | Ad.html | | | BaseMembers.txt | | | Class1.vb.html | | | D.txt | | | DeclarationMap.txt | | | i.txt | | | ImplementedInterfaceMembers.txt | | | index.html | | | namespaces.html | | | ProjectExplorer.html | | | References.txt | | | UsedReferences.txt | | | VBLibrary.vbproj.html | | | | | \---R | +---WpfApplication1 | | | .NETFramework,Version=v4.5.AssemblyAttributes.cs.html | | | A.html | | | A0.html | | | A1.html | | | A2.html | | | A3.html | | | A4.html | | | A5.html | | | A6.html | | | A7.html | | | A8.html | | | A9.html | | | Aa.html | | | Ab.html | | | Ac.html | | | Ad.html | | | Ae.html | | | Af.html | | | App.xaml.cs.html | | | App.xaml.html | | | BaseMembers.txt | | | CustomControl1.cs.html | | | D.txt | | | DeclarationMap.txt | | | Dictionary1.xaml.html | | | FlowDocument1.xaml.html | | | i.txt | | | ImplementedInterfaceMembers.txt | | | index.html | | | MainWindow.xaml.cs.html | | | MainWindow.xaml.html | | | namespaces.html | | | Page1.xaml.cs.html | | | Page1.xaml.html | | | PageFunction1.xaml.cs.html | | | PageFunction1.xaml.html | | | ProjectExplorer.html | | | References.txt | | | UsedReferences.txt | | | UserControl1.xaml.cs.html | | | UserControl1.xaml.html | | | Window1.xaml.cs.html | | | Window1.xaml.html | | | WpfApplication1.csproj.html | | | | | +---obj | | | \---Debug | | | App.g.cs.html | | | GeneratedInternalTypeHelper.g.cs.html | | | MainWindow.g.cs.html | | | Page1.g.cs.html | | | PageFunction1.g.cs.html | | | UserControl1.g.cs.html | | | Window1.g.cs.html | | | | | +---P | | | 12ccc89887270468.html | | | 1ec36d4b5cde0545.html | | | 3efedb513df7275b.html | | | 677240899d0e3f8b.html | | | 69b38fed41cd1702.html | | | d250b68408f165ef.html | | | e7d962775e622b6e.html | | | | | +---Properties | | | AssemblyInfo.cs.html | | | Resources.Designer.cs.html | | | Settings.Designer.cs.html | | | | | +---R | | | 03a92c1c3f613be6.html | | | 0527c4435aee305b.html | | | 12ccc89887270468.html | | | 21c1061dd64f0879.html | | | 2bea08326ffc29ff.html | | | 3150385b2187178d.html | | | 3da7f351c9e97ce1.html | | | 41b72a8fbb910935.html | | | 49263dee194931f3.html | | | 5754c3b1f78f8e6b.html | | | 57639eb4979aa457.html | | | 61e2d12eb69d4b70.html | | | 6a869118a25de37d.html | | | 6f34a90b50b17d60.html | | | 725238ab557f6d63.html | | | 7e9ad26e00a3ebf0.html | | | 8319fff581f65927.html | | | 89da5103c05b2f6e.html | | | 8d03e740abface94.html | | | 90f2951a9137befd.html | | | 9390c4a8eddf1cd9.html | | | 96d8979f2df9db3e.html | | | ae5b207066d4c2bd.html | | | b48dba9ff327604d.html | | | ef93e99a23f35909.html | | | fca577c51f9a5971.html | | | fcd3792a4ec5312a.html | | | fffce85abbe1cb58.html | | | | | \---Themes | | Generic.xaml.html | | | +---XamlBuildTask | | | A.html | | | | | \---R | | 326e1d0f6592d3f9.html | | 8f3c2ffdaca7977c.html | | b5f8aa9a7f36ce91.html | | | \---XsdBuildTask | | A.html | | | \---R | 368f1767215c3c2c.html | +---refs | Microsoft.CodeAnalysis.CSharp.dll | Microsoft.CodeAnalysis.dll | Microsoft.CSharp.dll | Microsoft.VisualBasic.dll | Microsoft.Win32.Primitives.dll | Microsoft.Win32.Registry.dll | System.AppContext.dll | System.Buffers.dll | System.Collections.Concurrent.dll | System.Collections.dll | System.Collections.Immutable.dll | System.Collections.NonGeneric.dll | System.ComponentModel.Annotations.dll | System.ComponentModel.dll | System.ComponentModel.Primitives.dll | System.ComponentModel.TypeConverter.dll | System.Console.dll | System.Diagnostics.Contracts.dll | System.Diagnostics.Debug.dll | System.Diagnostics.DiagnosticSource.dll | System.Diagnostics.FileVersionInfo.dll | System.Diagnostics.Process.dll | System.Diagnostics.StackTrace.dll | System.Diagnostics.Tools.dll | System.Diagnostics.TraceSource.dll | System.Diagnostics.Tracing.dll | System.Dynamic.Runtime.dll | System.Globalization.Calendars.dll | System.Globalization.dll | System.Globalization.Extensions.dll | System.IO.Compression.dll | System.IO.Compression.ZipFile.dll | System.IO.dll | System.IO.FileSystem.dll | System.IO.FileSystem.Primitives.dll | System.IO.FileSystem.Watcher.dll | System.IO.MemoryMappedFiles.dll | System.IO.Pipes.dll | System.IO.UnmanagedMemoryStream.dll | System.Linq.dll | System.Linq.Expressions.dll | System.Linq.Parallel.dll | System.Linq.Queryable.dll | System.Net.Http.dll | System.Net.NameResolution.dll | System.Net.Primitives.dll | System.Net.Requests.dll | System.Net.Security.dll | System.Net.Sockets.dll | System.Net.WebHeaderCollection.dll | System.Net.WebSockets.dll | System.Numerics.Vectors.dll | System.ObjectModel.dll | System.Reflection.DispatchProxy.dll | System.Reflection.dll | System.Reflection.Emit.dll | System.Reflection.Emit.ILGeneration.dll | System.Reflection.Emit.Lightweight.dll | System.Reflection.Extensions.dll | System.Reflection.Metadata.dll | System.Reflection.Primitives.dll | System.Reflection.TypeExtensions.dll | System.Resources.Reader.dll | System.Resources.ResourceManager.dll | System.Runtime.dll | System.Runtime.Extensions.dll | System.Runtime.Handles.dll | System.Runtime.InteropServices.dll | System.Runtime.InteropServices.RuntimeInformation.dll | System.Runtime.Loader.dll | System.Runtime.Numerics.dll | System.Runtime.Serialization.Primitives.dll | System.Security.Claims.dll | System.Security.Cryptography.Algorithms.dll | System.Security.Cryptography.Encoding.dll | System.Security.Cryptography.Primitives.dll | System.Security.Cryptography.X509Certificates.dll | System.Security.Principal.dll | System.Security.Principal.Windows.dll | System.Text.Encoding.CodePages.dll | System.Text.Encoding.dll | System.Text.Encoding.Extensions.dll | System.Text.RegularExpressions.dll | System.Threading.dll | System.Threading.Tasks.Dataflow.dll | System.Threading.Tasks.dll | System.Threading.Tasks.Extensions.dll | System.Threading.Tasks.Parallel.dll | System.Threading.Thread.dll | System.Threading.ThreadPool.dll | System.Threading.Timer.dll | System.Xml.ReaderWriter.dll | System.Xml.XDocument.dll | System.Xml.XmlDocument.dll | System.Xml.XPath.dll | System.Xml.XPath.XmlDocument.dll | \---runtimes +---unix | \---lib | \---netstandard1.3 | System.Diagnostics.TraceSource.dll | System.IO.Pipes.dll | \---win \---lib \---netstandard1.3 System.Diagnostics.TraceSource.dll System.IO.Pipes.dll ```
KirillOsenkov commented 6 years ago

Hold on, if there's no index.html for TestSolution, how does SourceIndexServer run fine? Which index.html is it showing?

Are you able to build your project from the command-line msbuild.exe? Most likely, to build your project correctly, you need some environment variables to be set, and they're not being set in the HtmlGenerator environment.

Basically the root of your problems is in that Errors.txt. Get rid of those errors and things should work.

Also, is Errors.txt or Messages.txt being generated when you index TestSolution? Could you double-check that there's no index.html for TestSolution?

yaakov-h commented 6 years ago

I think that when I run SourceIndexServer from Visual Studio, it uses the wwwroot content from source code. When I run it from the generator output, there is no such folder.

I’ll check on the rest and report back.

yaakov-h commented 6 years ago

No Errors.txt, Messages.txt, or Index.html for TestSolution.

KirillOsenkov commented 6 years ago

@alexperovich hi Alex, we need your help.

After migrating to ASP.NET Core I don't understand the final layout of files on disk. What is the workflow of publishing a final website? How are the following parts laid out:

  1. Dlls needed by ASP.NET Core (refs, runtime, root .dlls as well as web.config)
  2. wwwroot files (index.html, scripts.js, styles.css, Content\Icons, etc)
  3. Html content generated by HtmlGenerator

Where do all of these go, what's the final directory structure and what is the entire end-to-end process if someone wants to git clone SourceBrowser and publish their generated website to C:\FinalWebsite?

Thanks!

alexperovich commented 6 years ago

The workflow that I use for building source.dot.net is here The output executable from building HtmlGenerator.csproj should work as is. I added a custom build step here into HtmlGenerator that publishes the SourceIndexServer project into the output directory. The HtmlGenerator.exe file should have a Web folder next to it. This is copied to the output when you generate an index.

alexperovich commented 6 years ago

I just succeeded with the following workflow in powershell:

& "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe" .\src\HtmlGenerator\HtmlGenerator.csproj "/t:Restore;Build" /p:SolutionDir=E:\SourceBrowser
E:\SourceBrowser\src\HtmlGenerator\bin\Debug\net46\HtmlGenerator.exe .\TestCode\TestSolution.sln
cd E:\SourceBrowser\src\HtmlGenerator\bin\Debug\net46\Index\
dotnet .\Microsoft.SourceBrowser.SourceIndexServer.dll

After that http://localhost:5000/ had a functioning index.

alexperovich commented 6 years ago

actually, after a git clean -xdff that workflow didn't work. It appears that the dotnet publish step for some reason isn't copying the wwwroot over correctly. You can work around this by copying the wwwroot folder from SourceIndexServer into the output directory that you passed to HtmlGenerator.exe

alexperovich commented 6 years ago

And for some reason removing the <EnableDefaultContentItems>false</EnableDefaultContentItems> from the SourceIndexServer project and the explicit listing of files fixes the problem.

alexperovich commented 6 years ago

It looks like this was a breaking change from 1.1 sdk to the 2.0 sdk. In the 1.1 sdk Content items were included in the publish output by default. In 2.0 Content items are only included in the publish output if CopyToPublishDirectory metadata is set on them. I will send a PR to fix this.

KirillOsenkov commented 6 years ago

Hold on, I'm confused. We don't have the CopyToPublishDirectory metadata on them, do we?

KirillOsenkov commented 6 years ago

@yaakov-h please try the latest and see if this fixes it.

KirillOsenkov commented 6 years ago

Hmm, thanks @alexperovich from my experimenting it works fine! However I don't understand how it is possible that the wwwroot folder is next to the index folder, but it all works seamlessly together?

I just run HtmlGenerator by pressing F5 and it generates a TestCode solution to SourceIndexServer\index, resulting in the following layout:

index
    index
    refs
    runtimes
    wwwroot
web.config
*.dll
KirillOsenkov commented 6 years ago

I'm guessing this is done here: https://github.com/KirillOsenkov/SourceBrowser/blob/master/src/SourceIndexServer/Startup.cs#L55-L59

Magic! Sourcery!

yaakov-h commented 6 years ago

I think that's because RootPath is set to the inner index folder here.

Thanks, I'll try again on Tuesday (AEDT) and let you know it goes.

KirillOsenkov commented 6 years ago

No, that line is only responsible for loading the list of symbols for the part that provides search results, the only non-static part of the site.

alexperovich commented 6 years ago

For asp .net core the default root path for the file server is wwwroot, so the plain UseStaticFiles() call serves content from wwwroot.

yaakov-h commented 6 years ago

Just re-ran with the latest HtmlGenerator. wwwroot is present and the site works.

Thanks!