Fix up for code review feedback

This commit is contained in:
Dustin Campbell 2024-04-05 10:14:19 -07:00
Родитель c6ef39a00c
Коммит 4e221d05c2
4 изменённых файлов: 0 добавлений и 443 удалений

Просмотреть файл

@ -1,10 +1,6 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root for license information.
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root for license information.
using Microsoft.AspNetCore.Razor.Language;
using Microsoft.CodeAnalysis.Razor.ProjectSystem;

Просмотреть файл

@ -1,10 +1,6 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root for license information.
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root for license information.
using Microsoft.VisualStudio.ProjectSystem;
namespace Microsoft.VisualStudio.Razor.ProjectSystem;

Просмотреть файл

@ -1,10 +1,6 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root for license information.
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root for license information.
using Microsoft.CodeAnalysis.Host;
namespace Microsoft.VisualStudio.Razor;

Просмотреть файл

@ -1,431 +0,0 @@
<Project>
<PropertyGroup>
<AssemblyName>Microsoft.VisualStudio.RazorExtension</AssemblyName>
<IntermediateOutputPath>D:\Projects\razor\artifacts\obj\Microsoft.VisualStudio.RazorExtension\Debug\</IntermediateOutputPath>
<BaseIntermediateOutputPath>D:\Projects\razor\artifacts\obj\Microsoft.VisualStudio.RazorExtension\</BaseIntermediateOutputPath>
<MSBuildProjectExtensionsPath>D:\Projects\razor\artifacts\obj\Microsoft.VisualStudio.RazorExtension\</MSBuildProjectExtensionsPath>
<_TargetAssemblyProjectName>Microsoft.VisualStudio.RazorExtension</_TargetAssemblyProjectName>
</PropertyGroup>
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
<PropertyGroup>
<TargetFramework>$(DefaultNetFxTargetFramework)</TargetFramework>
<VSSDKTargetPlatformRegRootSuffix>RoslynDev</VSSDKTargetPlatformRegRootSuffix>
<!-- Required to run the project localy -->
<StartArguments>/rootsuffix $(VSSDKTargetPlatformRegRootSuffix) /log</StartArguments>
<!-- Required to place the vsix in the right location by WTE MSI -->
<ExtensionInstallationRoot>CommonExtensions</ExtensionInstallationRoot>
<ExtensionInstallationFolder>Microsoft\RazorLanguageServices</ExtensionInstallationFolder>
<IsProductComponent>true</IsProductComponent>
<VisualStudioInsertionComponent>Microsoft.VisualStudio.RazorExtension</VisualStudioInsertionComponent>
<!-- Don't automatically include dependencies -->
<IncludePackageReferencesInVSIXContainer>false</IncludePackageReferencesInVSIXContainer>
<!-- Update the VSToolsPath to ensure VSIX builds -->
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
<IsPackable>false</IsPackable>
<GenerateResourceUsePreserializedResources Condition="'$(MSBuildRuntimeType)' == 'Core'">true</GenerateResourceUsePreserializedResources>
<SetupProductArch>neutral</SetupProductArch>
<ServiceHubCoreSubPath>ServiceHubCore</ServiceHubCoreSubPath>
<!-- for the syntax visualizer -->
<UseWPF>true</UseWPF>
<!-- Cause the vsix to get deployed to the RootSuffix.
Without this the Razor Extension won't be deployed for IntegrationTests
to use in the "build.cmd" scenario -->
<DeployExtension>true</DeployExtension>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
</PropertyGroup>
<!-- Import the list of service hub services we proffer, to generate various files to include in the VSIX -->
<Import Project="$(RepositoryEngineeringDir)targets\Services.props" />
<!-- Include Razor SDK design time assets in the VSIX -->
<ItemGroup>
<Content Include="$(PkgMicrosoft_NET_Sdk_Razor)\build\netstandard2.0\Microsoft.NET.Sdk.Razor.DesignTime.targets">
<IncludeInVsix>true</IncludeInVsix>
<InstallRoot>MSBuild</InstallRoot>
<VSIXSubPath>Microsoft\VisualStudio\Razor\</VSIXSubPath>
</Content>
<Content Include="$(PkgMicrosoft_NET_Sdk_Razor)\build\netstandard2.0\Rules\*.xaml">
<IncludeInVsix>true</IncludeInVsix>
<InstallRoot>MSBuild</InstallRoot>
<VSIXSubPath>Microsoft\VisualStudio\Razor\Rules\</VSIXSubPath>
</Content>
<VSCTCompile Include="SyntaxVisualizerMenu.vsct">
<ResourceName>SyntaxVisualizerMenu.ctmenu</ResourceName>
<SubType>Designer</SubType>
</VSCTCompile>
</ItemGroup>
<ItemGroup>
<VSCTCompile Include="RazorContextMenu.vsct">
<ResourceName>Menus.ctmenu</ResourceName>
</VSCTCompile>
</ItemGroup>
<!-- Misc other content -->
<ItemGroup>
<Content Include="$(RepositoryRoot)NOTICE.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="WebConfiguration.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\RazorPackage.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Microsoft.VisualStudio.RazorExtension.Custom.pkgdef">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<AdditionalFiles Include="PublicAPI\PublicAPI.Shipped.txt" />
<AdditionalFiles Include="PublicAPI\PublicAPI.Unshipped.txt" />
<AdditionalFiles Include="$(RepoRoot)src\Razor\vs-threading.MainThreadAssertingMethods.txt" Link="AnalyzerConfig\vs-threading.MainThreadAssertingMethods.txt" />
<!-- Embedded grammars -->
<Content Include="EmbeddedGrammars\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
<VSIXSubPath>Grammars\</VSIXSubPath>
</Content>
<!-- Language configurations -->
<Content Include="language-configuration.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="razordirective-language-configuration.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="csharp-language-configuration.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="css-language-configuration.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="javascript-language-configuration.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<!-- Unified Settings -->
<Content Include="UnifiedSettings\razor.registration.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<!--
***************************************************************************************************************************************
NOTE: Adding OSS components to this list must be reviewed against our component governance standards. For now this is a curated list. You can read more about the CG process at https://aka.ms/component-governance
***************************************************************************************************************************************
-->
<RazorNgendVSIXSourceItem Include="$(OutputPath)Microsoft.Extensions.ObjectPool.dll" />
<RazorNgendVSIXSourceItem Include="$(OutputPath)Microsoft.Extensions.Primitives.dll" />
<RazorNgendVSIXSourceItem Include="$(OutputPath)Microsoft.Extensions.DependencyInjection.dll" />
<RazorNgendVSIXSourceItem Include="$(OutputPath)Microsoft.Extensions.DependencyInjection.Abstractions.dll" />
<RazorNgendVSIXSourceItem Include="$(OutputPath)Microsoft.Extensions.Configuration.dll" />
<RazorNgendVSIXSourceItem Include="$(OutputPath)Microsoft.Extensions.Configuration.Abstractions.dll" />
<RazorNgendVSIXSourceItem Include="$(OutputPath)System.IO.Pipelines.dll" />
<RazorNgendVSIXSourceItem Include="$(OutputPath)System.Runtime.CompilerServices.Unsafe.dll" />
<RazorNgendVSIXSourceItem Include="$(OutputPath)System.Threading.Channels.dll" />
<VSIXSourceItem Include="$(OutputPath)Microsoft.VisualStudio.LanguageServer.Protocol.dll" />
<VSIXSourceItem Include="$(OutputPath)Microsoft.VisualStudio.LanguageServer.Protocol.Extensions.dll" />
<VSIXSourceItem Include="$(OutputPath)Microsoft.VisualStudio.LanguageServer.Protocol.Internal.dll" />
</ItemGroup>
<!-- Resources are a little bit special in a VSIX -->
<PropertyGroup>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Resources.resx" GenerateSource="true" />
<EmbeddedResource Include="VSPackage.resx">
<MergeWithCTO>true</MergeWithCTO>
<ManifestResourceName>VSPackage</ManifestResourceName>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<!-- Don't trim this list. It is used to feed into the binding redirects -->
<ProjectReference Include="$(SharedSourceRoot)\Microsoft.AspNetCore.Razor.Utilities.Shared\Microsoft.AspNetCore.Razor.Utilities.Shared.csproj">
<AdditionalProperties>TargetFramework=$(DefaultNetFxTargetFramework)</AdditionalProperties>
</ProjectReference>
<ProjectReference Include="..\Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor\Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor.csproj" />
<ProjectReference Include="..\Microsoft.AspNetCore.Razor.LanguageServer\Microsoft.AspNetCore.Razor.LanguageServer.csproj">
<AdditionalProperties>TargetFramework=$(DefaultNetFxTargetFramework)</AdditionalProperties>
</ProjectReference>
<ProjectReference Include="..\Microsoft.AspNetCore.Razor.ProjectEngineHost\Microsoft.AspNetCore.Razor.ProjectEngineHost.csproj">
<AdditionalProperties>TargetFramework=$(DefaultNetFxTargetFramework)</AdditionalProperties>
</ProjectReference>
<ProjectReference Include="..\Microsoft.CodeAnalysis.Razor.Workspaces\Microsoft.CodeAnalysis.Razor.Workspaces.csproj">
<AdditionalProperties>TargetFramework=$(DefaultNetFxTargetFramework)</AdditionalProperties>
</ProjectReference>
<ProjectReference Include="..\Microsoft.CodeAnalysis.Remote.Razor.CoreComponents\Microsoft.CodeAnalysis.Remote.Razor.CoreComponents.csproj">
<Name>Microsoft.CodeAnalysis.Remote.Razor.CoreComponents</Name>
<!-- This project targets netcoreapp -->
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<IncludeOutputGroupsInVSIX>PublishProjectOutputGroup</IncludeOutputGroupsInVSIX>
<IncludeOutputGroupsInVSIXLocalOnly>
</IncludeOutputGroupsInVSIXLocalOnly>
<Private>false</Private>
<VSIXSubPath>$(ServiceHubCoreSubPath)</VSIXSubPath>
<!-- Disable NGEN. Core assemblies are crossgened. -->
<Ngen>false</Ngen>
</ProjectReference>
<ProjectReference Include="..\Microsoft.VisualStudio.Editor.Razor\Microsoft.VisualStudio.Editor.Razor.csproj" />
<ProjectReference Include="..\Microsoft.VisualStudio.LanguageServer.ContainedLanguage\Microsoft.VisualStudio.LanguageServer.ContainedLanguage.csproj" />
<ProjectReference Include="..\Microsoft.VisualStudio.LanguageServices.Razor\Microsoft.VisualStudio.LanguageServices.Razor.csproj" />
<ProjectReference Include="..\Microsoft.VisualStudio.LegacyEditor.Razor\Microsoft.VisualStudio.LegacyEditor.Razor.csproj" />
<ProjectReference Include="..\..\..\Compiler\Microsoft.CodeAnalysis.Razor.Compiler\src\Microsoft.CodeAnalysis.Razor.Compiler.csproj">
<Name>Microsoft.CodeAnalysis.Razor.Compiler</Name>
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup</IncludeOutputGroupsInVSIX>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Sdk.Razor" Version="$(MicrosoftNETSdkRazorPackageVersion)" IncludeAssets="None" PrivateAssets="All" GeneratePathProperty="true" />
<PackageReference Include="System.Resources.Extensions" Version="$(SystemResourcesExtensionsPackageVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="$(MicrosoftVisualStudioShell150PackageVersion)" />
<!--
Pinning packages to avoid misaligned reference CI failures.
CI builds here: https://github.com/dotnet/razor-tooling/issues/4327
Now we aren't sure why this exposes a "flaky" issue; however, to workaround the break we pin the following packages to workaround the issue.
-->
<PackageReference Include="Microsoft.VisualStudio.RpcContracts" Version="$(MicrosoftVisualStudioRpcContractsPackageVersion)" />
</ItemGroup>
<!-- Include our Razor package dependency dlls in our extension -->
<ItemGroup>
<RazorNgendVSIXSourceItem Include="$(OutputPath)Microsoft.CodeAnalysis.Razor.Compiler.dll" />
<VSIXSourceItem Include="@(RazorNgendVSIXSourceItem)">
<Ngen>$(Ngen)</Ngen>
<NgenApplication>$(NgenApplication)</NgenApplication>
<NgenArchitecture>$(NgenArchitecture)</NgenArchitecture>
<NgenPriority>$(NgenPriority)</NgenPriority>
</VSIXSourceItem>
</ItemGroup>
<PropertyGroup>
<_GeneratedVSIXBindingRedirectFile>$(IntermediateOutputPath)$(MSBuildProjectName).BindingRedirects.cs</_GeneratedVSIXBindingRedirectFile>
</PropertyGroup>
<Target Name="_GenerateVSIXBindingRedirects" DependsOnTargets="PrepareForBuild;GetAssemblyVersion" BeforeTargets="CoreCompile" Inputs="$(MSBuildAllProjects)" Outputs="$(_GeneratedVSIXBindingRedirectFile)">
<ItemGroup>
<BindingRedirectAssemblies Include="@(ProjectReference)" AssemblyName="%(Filename)" />
<BindingRedirectAssemblies Remove="@(ProjectReference)" Condition="%(ProjectReference.Name) == 'Microsoft.CodeAnalysis.Remote.Razor.CoreComponents'" />
<BindingRedirectAssemblies Remove="@(ProjectReference)" Condition="%(ProjectReference.ReferenceOutputAssembly) == 'false'" />
<BindingRedirectAssemblies Include="$(AssemblyName)" AssemblyName="$(AssemblyName)" />
</ItemGroup>
<PropertyGroup>
<_GeneratedVSIXBindingRedirectContent><![CDATA[
// <auto-generated />
using Microsoft.VisualStudio.Shell;
@(BindingRedirectAssemblies->'[assembly: ProvideBindingRedirection(AssemblyName = "%(AssemblyName)", GenerateCodeBase = true, PublicKeyToken = "adb9793829ddae60", OldVersionLowerBound = "0.0.0.0", OldVersionUpperBound = "$(AssemblyVersion)", NewVersion = "$(AssemblyVersion)")]', '%0A')
]]></_GeneratedVSIXBindingRedirectContent>
</PropertyGroup>
<WriteLinesToFile Lines="$([MSBuild]::Escape($(_GeneratedVSIXBindingRedirectContent)))" File="$(_GeneratedVSIXBindingRedirectFile)" Overwrite="True" WriteOnlyWhenDifferent="True" />
<ItemGroup>
<Compile Include="$(_GeneratedVSIXBindingRedirectFile)">
<Visible>false</Visible>
</Compile>
<FileWrites Include="$(_GeneratedVSIXBindingRedirectFile)" />
</ItemGroup>
</Target>
<Target Name="WORKAROUND_SETINFORMATIONVERSION" BeforeTargets="AddSourceRevisionToInformationalVersion">
<!--
We use the VS release versioning for the VSIX. We also need this to flow into the AssemblyInformationVersionAttribute
for the about... dialog
-->
<PropertyGroup>
<InformationalVersion>$(VsixVersion)</InformationalVersion>
</PropertyGroup>
</Target>
<Target Name="_RemoveFrameworkReferenceAnalyzers" AfterTargets="ResolvePackageAssets">
<ItemGroup>
<ResolvedAnalyzers Remove="@(ResolvedAnalyzers)" Condition="'%(ResolvedAnalyzers.NuGetPackageId)' == 'System.Text.Json'" />
</ItemGroup>
</Target>
<ItemGroup>
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\icsharpcode.decompiler\8.1.1.7464\lib\netstandard2.0\ICSharpCode.Decompiler.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\messagepack.annotations\2.5.124\lib\netstandard2.0\MessagePack.Annotations.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\messagepack\2.5.124\lib\netstandard2.0\MessagePack.dll" />
<ReferencePath Include="D:\Projects\razor\artifacts\bin\Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor\Debug\net472\Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor.dll" />
<ReferencePath Include="D:\Projects\razor\artifacts\bin\Microsoft.AspNetCore.Razor.LanguageServer\Debug\net472\Microsoft.AspNetCore.Razor.LanguageServer.dll" />
<ReferencePath Include="D:\Projects\razor\artifacts\bin\Microsoft.AspNetCore.Razor.ProjectEngineHost\Debug\net472\Microsoft.AspNetCore.Razor.ProjectEngineHost.dll" />
<ReferencePath Include="D:\Projects\razor\artifacts\bin\Microsoft.AspNetCore.Razor.Utilities.Shared\Debug\net472\Microsoft.AspNetCore.Razor.Utilities.Shared.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.bcl.asyncinterfaces\8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.build\17.4.0\ref\net472\Microsoft.Build.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.build.framework\17.9.0-preview-23601-02\ref\net472\Microsoft.Build.Framework.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.build.tasks.core\17.4.0\ref\net472\Microsoft.Build.Tasks.Core.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.build.utilities.core\17.4.0\ref\net472\Microsoft.Build.Utilities.Core.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.analyzerutilities\3.3.0\lib\netstandard2.0\Microsoft.CodeAnalysis.AnalyzerUtilities.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.csharp\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.CSharp.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.csharp.features\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.CSharp.Features.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.csharp.workspaces\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.common\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.editorfeatures.common\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.EditorFeatures.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.editorfeatures.text\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.EditorFeatures.Text.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.elfie\1.0.0\lib\net45\Microsoft.CodeAnalysis.Elfie.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.externalaccess.razor\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.ExternalAccess.Razor.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.features\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.Features.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.interactivehost\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.InteractiveHost.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.languageserver.protocol\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll" />
<ReferencePath Include="D:\Projects\razor\artifacts\bin\Microsoft.CodeAnalysis.Razor.Compiler\Debug\netstandard2.0\Microsoft.CodeAnalysis.Razor.Compiler.dll" />
<ReferencePath Include="D:\Projects\razor\artifacts\bin\Microsoft.CodeAnalysis.Razor.Workspaces\Debug\net472\Microsoft.CodeAnalysis.Razor.Workspaces.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.remote.workspaces\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.Remote.Workspaces.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.scripting.common\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.Scripting.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.workspaces.common\4.10.0-3.24170.4\lib\netstandard2.0\Microsoft.CodeAnalysis.Workspaces.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.diasymreader\2.0.0\lib\netstandard2.0\Microsoft.DiaSymReader.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.extensions.dependencyinjection.abstractions\6.0.0\lib\net461\Microsoft.Extensions.DependencyInjection.Abstractions.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.extensions.dependencyinjection\6.0.0\lib\net461\Microsoft.Extensions.DependencyInjection.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.extensions.objectpool\8.0.0\lib\net462\Microsoft.Extensions.ObjectPool.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.internal.visualstudio.interop\17.9.36524\lib\net472\Microsoft.Internal.VisualStudio.Interop.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.internal.visualstudio.shell.framework\17.9.36524\lib\net472\Microsoft.Internal.VisualStudio.Shell.Framework.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.io.redist\6.0.0\lib\net472\Microsoft.IO.Redist.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.net.stringtools\17.9.0-preview-23601-02\ref\net472\Microsoft.NET.StringTools.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.servicehub.client\4.2.1017\lib\net472\Microsoft.ServiceHub.Client.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.servicehub.framework\4.4.22\lib\net472\Microsoft.ServiceHub.Framework.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.servicehub.resources\4.4.4158\lib\net472\Microsoft.ServiceHub.Resources.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.componentmodelhost\17.10.9-preview\lib\net472\Microsoft.VisualStudio.ComponentModelHost.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.composition\17.10.8-preview\lib\net472\Microsoft.VisualStudio.Composition.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.copilot\0.2.28-beta\lib\netstandard2.0\Microsoft.VisualStudio.Copilot.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.coreutility\17.10.29-preview\lib\net472\Microsoft.VisualStudio.CoreUtility.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.debugger.contracts\17.9.0-beta.23614.1\lib\netstandard2.0\Microsoft.VisualStudio.Debugger.Contracts.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.editor\17.10.29-preview\lib\net472\Microsoft.VisualStudio.Editor.dll" />
<ReferencePath Include="D:\Projects\razor\artifacts\bin\Microsoft.VisualStudio.Editor.Razor\Debug\net472\Microsoft.VisualStudio.Editor.Razor.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.graphmodel\17.9.36524\lib\net472\Microsoft.VisualStudio.GraphModel.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.imagecatalog\17.9.36524\lib\net472\Microsoft.VisualStudio.ImageCatalog.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.imaging\17.9.36524\lib\net472\Microsoft.VisualStudio.Imaging.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.imaging.interop.14.0.designtime\17.9.36507\lib\net472\Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.interop\17.9.36524\lib\net472\Microsoft.VisualStudio.Interop.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.language\17.10.29-preview\lib\net472\Microsoft.VisualStudio.Language.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.language.intellisense\17.10.29-preview\lib\net472\Microsoft.VisualStudio.Language.Intellisense.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.language.navigateto.interfaces\17.10.9-preview\lib\net472\Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.language.standardclassification\17.10.13-preview\lib\net472\Microsoft.VisualStudio.Language.StandardClassification.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.languageserver.client\17.10.16-preview\lib\net472\Microsoft.VisualStudio.LanguageServer.Client.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.languageserver.client.implementation\17.10.16-preview\lib\net472\Microsoft.VisualStudio.LanguageServer.Client.Implementation.dll" />
<ReferencePath Include="D:\Projects\razor\artifacts\bin\Microsoft.VisualStudio.LanguageServer.ContainedLanguage\Debug\net472\Microsoft.VisualStudio.LanguageServer.ContainedLanguage.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.languageserver.protocol\17.10.13-preview\lib\netstandard2.0\Microsoft.VisualStudio.LanguageServer.Protocol.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.languageserver.protocol.extensions\17.10.13-preview\lib\netstandard2.0\Microsoft.VisualStudio.LanguageServer.Protocol.Extensions.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.languageserver.protocol.internal\17.10.13-preview\lib\netstandard2.0\Microsoft.VisualStudio.LanguageServer.Protocol.Internal.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.languageservices\4.10.0-3.24170.4\lib\net472\Microsoft.VisualStudio.LanguageServices.dll" />
<ReferencePath Include="D:\Projects\razor\artifacts\bin\Microsoft.VisualStudio.LanguageServices.Razor\Debug\net472\Microsoft.VisualStudio.LanguageServices.Razor.dll" />
<ReferencePath Include="D:\Projects\razor\artifacts\bin\Microsoft.VisualStudio.LegacyEditor.Razor\Debug\net472\Microsoft.VisualStudio.LegacyEditor.Razor.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.liveshare\0.3.1074\lib\net461\Microsoft.VisualStudio.LiveShare.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.projectaggregator\17.9.36507\lib\net472\Microsoft.VisualStudio.ProjectAggregator.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.projectsystem\17.7.294-pre\lib\net472\Microsoft.VisualStudio.ProjectSystem.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.projectsystem.vs\17.7.294-pre\lib\net472\Microsoft.VisualStudio.ProjectSystem.VS.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.remotecontrol\16.3.52\lib\net45\Microsoft.VisualStudio.RemoteControl.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.rpccontracts\17.10.3-preview\lib\netstandard2.0\Microsoft.VisualStudio.RpcContracts.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.search\17.8.35898-preview.2\lib\net472\Microsoft.VisualStudio.Search.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.shell.15.0\17.9.36524\lib\net472\Microsoft.VisualStudio.Shell.15.0.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.shell.framework\17.9.36524\lib\net472\Microsoft.VisualStudio.Shell.Framework.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.telemetry\17.9.102\lib\net45\Microsoft.VisualStudio.Telemetry.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.text.data\17.10.29-preview\lib\net472\Microsoft.VisualStudio.Text.Data.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.text.internal\17.10.9-preview\lib\net472\Microsoft.VisualStudio.Text.Internal.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.text.logic\17.10.29-preview\lib\net472\Microsoft.VisualStudio.Text.Logic.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.text.ui\17.10.29-preview\lib\net472\Microsoft.VisualStudio.Text.UI.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.text.ui.wpf\17.10.29-preview\lib\net472\Microsoft.VisualStudio.Text.UI.Wpf.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.threading\17.10.12-preview\lib\net472\Microsoft.VisualStudio.Threading.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.utilities\17.9.36524\lib\net472\Microsoft.VisualStudio.Utilities.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.validation\17.8.8\lib\netstandard2.0\Microsoft.VisualStudio.Validation.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.workspace\17.1.5-preview-0001\lib\net472\Microsoft.VisualStudio.Workspace.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.workspace.extensions\17.1.5-preview-0001\lib\net472\Microsoft.VisualStudio.Workspace.Extensions.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.workspace.vsintegration\17.1.5-preview-0001\lib\net472\Microsoft.VisualStudio.Workspace.VSIntegration.Contracts.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudioeng.microbuild.plugins.swixbuild\1.1.286\lib\netstandard2.0\Microsoft.VisualStudioEng.MicroBuild.SwixBuild.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\microsoft.win32.registry\5.0.0\ref\net461\Microsoft.Win32.Registry.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\nerdbank.streams\2.10.69\lib\netstandard2.0\Nerdbank.Streams.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\PresentationCore.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\PresentationFramework.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\streamjsonrpc\2.18.6-preview\lib\netstandard2.0\StreamJsonRpc.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.buffers\4.5.1\ref\net45\System.Buffers.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.codedom\7.0.0\lib\net462\System.CodeDom.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.collections.immutable\8.0.0\lib\net462\System.Collections.Immutable.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.composition.attributedmodel\8.0.0\lib\net462\System.Composition.AttributedModel.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.composition.convention\8.0.0\lib\net462\System.Composition.Convention.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.composition.hosting\8.0.0\lib\net462\System.Composition.Hosting.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.composition.runtime\8.0.0\lib\net462\System.Composition.Runtime.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.composition.typedparts\8.0.0\lib\net462\System.Composition.TypedParts.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.configuration.configurationmanager\8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Configuration.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Design.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.diagnostics.diagnosticsource\8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.drawing.common\7.0.0\lib\net462\System.Drawing.Common.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.Design.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.io.pipelines\8.0.0\lib\net462\System.IO.Pipelines.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Management.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.memory\4.5.5\lib\net461\System.Memory.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.numerics.vectors\4.5.0\ref\net46\System.Numerics.Vectors.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.reflection.metadata\8.0.0\lib\net462\System.Reflection.Metadata.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net461\System.Reflection.MetadataLoadContext.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.resources.extensions\6.0.0\lib\net461\System.Resources.Extensions.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.runtime.compilerservices.unsafe\6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.security.accesscontrol\6.0.0\lib\net461\System.Security.AccessControl.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.security.cryptography.protecteddata\8.0.0\lib\net462\System.Security.Cryptography.ProtectedData.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Security.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.security.principal.windows\5.0.0\ref\net461\System.Security.Principal.Windows.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.text.encoding.codepages\7.0.0\lib\net462\System.Text.Encoding.CodePages.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.text.encodings.web\8.0.0\lib\net462\System.Text.Encodings.Web.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.text.json\8.0.0\lib\net462\System.Text.Json.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.threading.accesscontrol\7.0.0\lib\net462\System.Threading.AccessControl.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.threading.channels\7.0.0\lib\net462\System.Threading.Channels.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.threading.tasks.dataflow\8.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.threading.tasks.extensions\4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Transactions.dll" />
<ReferencePath Include="C:\Users\dustinca\.nuget\packages\system.valuetuple\4.5.0\ref\net47\System.ValueTuple.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Windows.Controls.Ribbon.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Windows.Forms.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xaml.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\UIAutomationClient.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\UIAutomationClientsideProviders.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\UIAutomationProvider.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\UIAutomationTypes.dll" />
<ReferencePath Include="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\WindowsBase.dll" />
</ItemGroup>
<ItemGroup>
<Compile Include="D:\Projects\razor\artifacts\obj\Microsoft.VisualStudio.RazorExtension\Debug\net472\SyntaxVisualizer\SyntaxVisualizerControl.g.cs" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="D:\Projects\razor\.dotnet\sdk\8.0.101\Sdks\Microsoft.NET.Sdk\targets\..\codestyle\cs\Microsoft.CodeAnalysis.CodeStyle.dll" />
<Analyzer Include="D:\Projects\razor\.dotnet\sdk\8.0.101\Sdks\Microsoft.NET.Sdk\targets\..\codestyle\cs\Microsoft.CodeAnalysis.CodeStyle.Fixes.dll" />
<Analyzer Include="D:\Projects\razor\.dotnet\sdk\8.0.101\Sdks\Microsoft.NET.Sdk\targets\..\codestyle\cs\Microsoft.CodeAnalysis.CSharp.CodeStyle.dll" />
<Analyzer Include="D:\Projects\razor\.dotnet\sdk\8.0.101\Sdks\Microsoft.NET.Sdk\targets\..\codestyle\cs\Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\messagepackanalyzer\2.5.108\analyzers\dotnet\MessagePackAnalyzer.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.analyzers\3.11.0-beta1.24170.2\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.analyzers\3.11.0-beta1.24170.2\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.bannedapianalyzers\3.11.0-beta1.24170.2\analyzers\dotnet\cs\Microsoft.CodeAnalysis.BannedApiAnalyzers.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.bannedapianalyzers\3.11.0-beta1.24170.2\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.BannedApiAnalyzers.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.publicapianalyzers\3.11.0-beta1.24170.2\analyzers\dotnet\Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.codeanalysis.publicapianalyzers\3.11.0-beta1.24170.2\analyzers\dotnet\Microsoft.CodeAnalysis.PublicApiAnalyzers.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.servicehub.analyzers\4.4.22\analyzers\Microsoft.ServiceHub.Analyzers.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.composition.analyzers\17.10.8-preview\analyzers\dotnet\Microsoft.VisualStudio.Composition.Analyzers.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.sdk.analyzers\16.10.10\analyzers\cs\Microsoft.VisualStudio.SDK.Analyzers.CodeFixes.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.sdk.analyzers\16.10.10\analyzers\cs\Microsoft.VisualStudio.SDK.Analyzers.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.threading.analyzers\17.10.12-preview\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.CSharp.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.threading.analyzers\17.10.12-preview\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\microsoft.visualstudio.threading.analyzers\17.10.12-preview\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\roslyn.diagnostics.analyzers\3.11.0-beta1.24170.2\analyzers\dotnet\cs\Roslyn.Diagnostics.Analyzers.dll" />
<Analyzer Include="C:\Users\dustinca\.nuget\packages\roslyn.diagnostics.analyzers\3.11.0-beta1.24170.2\analyzers\dotnet\cs\Roslyn.Diagnostics.CSharp.Analyzers.dll" />
<Analyzer Include="D:\Projects\razor\artifacts\bin\Razor.Diagnostics.Analyzers\Debug\netstandard2.0\Razor.Diagnostics.Analyzers.dll" />
</ItemGroup>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
</Project>