3407750f| 1 | <Project> |
| 2 | <!-- RoslynMcp passes RoslynMcpWorkspace=true: skip local analyzer ref so MCP does not lock bin\*.dll during dotnet build (see roslyn-mcp README). --> |
| 3 | <ItemGroup Condition="'$(SkipForgePluginAnalyzers)' != 'true' |
| 4 | and $(MSBuildProjectName.StartsWith('AgentForge.Plugin.')) |
| 5 | and '$(RoslynMcpWorkspace)' != 'true'"> |
| 6 | <ProjectReference Include="$(MSBuildThisFileDirectory)AgentForge.PluginAnalyzers\AgentForge.PluginAnalyzers.csproj"> |
| 7 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 8 | <OutputItemType>Analyzer</OutputItemType> |
| 9 | </ProjectReference> |
| 10 | </ItemGroup> |
| 11 | </Project> |
| 12 | |
View only · write via MCP/CIDE