Skip to content

Commit 5cb439e

Browse files
committed
Fix symbol classification for test project
1 parent c8124cf commit 5cb439e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Microsoft.VisualStudio.Threading.slnx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
<Project Path="test/Microsoft.VisualStudio.Threading.Analyzers.Tests/Microsoft.VisualStudio.Threading.Analyzers.Tests.csproj" />
4848
<Project Path="test/Microsoft.VisualStudio.Threading.Tests.Win7RegistryWatcher/Microsoft.VisualStudio.Threading.Tests.Win7RegistryWatcher.csproj" />
4949
<Project Path="test/Microsoft.VisualStudio.Threading.Tests/Microsoft.VisualStudio.Threading.Tests.csproj" />
50-
<Project Path="test/NativeAOTCompatibility/NativeAOTCompatibility.csproj" />
50+
<Project Path="test/NativeAOTCompatibility.Test/NativeAOTCompatibility.Test.csproj" />
5151
</Folder>
5252
</Solution>

test/dirs.proj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.Build.Traversal">
22
<ItemGroup>
3-
<ProjectReference Include="**\*.csproj" Exclude="NativeAOTCompatibility\**" Publish="false" />
3+
<ProjectReference Include="**\*.csproj" Exclude="NativeAOTCompatibility.Test\**" Publish="false" />
44

5-
<MultiRIDProjectReference Include="NativeAOTCompatibility\NativeAOTCompatibility.csproj" TargetFramework="net9.0" />
6-
<MultiRIDProjectReference Include="NativeAOTCompatibility\NativeAOTCompatibility.csproj" TargetFramework="net9.0-windows" Condition="$([MSBuild]::IsOSPlatform('Windows'))" />
5+
<MultiRIDProjectReference Include="NativeAOTCompatibility.Test\NativeAOTCompatibility.Test.csproj" TargetFramework="net9.0" />
6+
<MultiRIDProjectReference Include="NativeAOTCompatibility.Test\NativeAOTCompatibility.Test.csproj" TargetFramework="net9.0-windows" Condition="$([MSBuild]::IsOSPlatform('Windows'))" />
77
</ItemGroup>
88
</Project>

0 commit comments

Comments
 (0)