Skip to content

Commit 81856e7

Browse files
authored
Update all *.slnx with EventSourceGenerator.csproj (#121696)
This is the result of `dotnet build /t:UpdateSolutionFile slngen.proj` command (except for SPC.slnx which is not covered by the script so I added it there by hands). It's not build related, just for the people who open slnx for development, so the newly added SG (#121180) can show up in the solution tree. <img width="1092" height="529" alt="{3B42DE0C-82BD-4E62-8AEC-11221AE39139}" src="https://github.com/user-attachments/assets/a13b4d19-b12b-48ec-8a0b-7b7743b4ac12" />
1 parent 8ec531d commit 81856e7

File tree

158 files changed

+1346
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+1346
-1
lines changed

src/coreclr/System.Private.CoreLib/System.Private.CoreLib.slnx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
<BuildType Solution="Checked|x64" Project="Release" />
2222
<BuildType Solution="Checked|x86" Project="Debug" />
2323
</Project>
24+
<Project Path="../../libraries/System.Private.CoreLib/gen/EventSourceGenerator.csproj">
25+
<BuildType Solution="Checked|amd64" Project="Debug" />
26+
<BuildType Solution="Checked|Any CPU" Project="Debug" />
27+
<BuildType Solution="Checked|arm" Project="Debug" />
28+
<BuildType Solution="Checked|arm64" Project="Debug" />
29+
<BuildType Solution="Checked|wasm" Project="Debug" />
30+
<BuildType Solution="Checked|x64" Project="Release" />
31+
<BuildType Solution="Checked|x86" Project="Debug" />
32+
</Project>
2433
<Project Path="../../libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/LibraryImportGenerator.csproj">
2534
<BuildType Solution="Checked|*" Project="Debug" />
2635
</Project>

src/libraries/Microsoft.Bcl.Cryptography/Microsoft.Bcl.Cryptography.slnx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
<Platform Name="x86" />
1111
</Configurations>
1212
<Folder Name="/gen/">
13+
<Project Path="../System.Private.CoreLib/gen/EventSourceGenerator.csproj">
14+
<BuildType Solution="Checked|*" Project="Debug" />
15+
<Build Solution="*|arm" Project="false" />
16+
<Build Solution="*|arm64" Project="false" />
17+
<Build Solution="Checked|Any CPU" Project="false" />
18+
<Build Solution="Checked|x64" Project="false" />
19+
<Build Solution="Checked|x86" Project="false" />
20+
</Project>
1321
<Project Path="../System.Private.CoreLib/gen/System.Private.CoreLib.Generators.csproj">
1422
<BuildType Solution="Checked|*" Project="Debug" />
1523
<Build Solution="*|arm" Project="false" />

src/libraries/Microsoft.CSharp/Microsoft.CSharp.slnx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
<Platform Name="x86" />
1111
</Configurations>
1212
<Folder Name="/gen/">
13+
<Project Path="../System.Private.CoreLib/gen/EventSourceGenerator.csproj">
14+
<BuildType Solution="Checked|*" Project="Debug" />
15+
<Build Solution="*|arm" Project="false" />
16+
<Build Solution="*|arm64" Project="false" />
17+
<Build Solution="Checked|Any CPU" Project="false" />
18+
<Build Solution="Checked|x64" Project="false" />
19+
<Build Solution="Checked|x86" Project="false" />
20+
</Project>
1321
<Project Path="../System.Private.CoreLib/gen/System.Private.CoreLib.Generators.csproj">
1422
<BuildType Solution="Checked|*" Project="Debug" />
1523
<Build Solution="*|arm" Project="false" />

src/libraries/Microsoft.Extensions.Caching.Memory/Microsoft.Extensions.Caching.Memory.slnx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
<Build Solution="Checked|x64" Project="false" />
4343
<Build Solution="Checked|x86" Project="false" />
4444
</Project>
45+
<Project Path="../System.Private.CoreLib/gen/EventSourceGenerator.csproj">
46+
<BuildType Solution="Checked|*" Project="Debug" />
47+
<Build Solution="*|arm" Project="false" />
48+
<Build Solution="*|arm64" Project="false" />
49+
<Build Solution="Checked|Any CPU" Project="false" />
50+
<Build Solution="Checked|x64" Project="false" />
51+
<Build Solution="Checked|x86" Project="false" />
52+
</Project>
4553
<Project Path="../System.Private.CoreLib/gen/System.Private.CoreLib.Generators.csproj">
4654
<BuildType Solution="Checked|*" Project="Debug" />
4755
<Build Solution="*|arm" Project="false" />

src/libraries/Microsoft.Extensions.Configuration.Binder/Microsoft.Extensions.Configuration.Binder.slnx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
<Build Solution="Checked|x64" Project="false" />
1919
<Build Solution="Checked|x86" Project="false" />
2020
</Project>
21+
<Project Path="../System.Private.CoreLib/gen/EventSourceGenerator.csproj">
22+
<BuildType Solution="Checked|*" Project="Debug" />
23+
<Build Solution="*|arm" Project="false" />
24+
<Build Solution="*|arm64" Project="false" />
25+
<Build Solution="Checked|Any CPU" Project="false" />
26+
<Build Solution="Checked|x64" Project="false" />
27+
<Build Solution="Checked|x86" Project="false" />
28+
</Project>
2129
<Project Path="../System.Private.CoreLib/gen/System.Private.CoreLib.Generators.csproj">
2230
<BuildType Solution="Checked|*" Project="Debug" />
2331
<Build Solution="*|arm" Project="false" />

src/libraries/Microsoft.Extensions.Configuration.Json/Microsoft.Extensions.Configuration.Json.slnx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
<Build Solution="Checked|x64" Project="false" />
1919
<Build Solution="Checked|x86" Project="false" />
2020
</Project>
21+
<Project Path="../System.Private.CoreLib/gen/EventSourceGenerator.csproj">
22+
<BuildType Solution="Checked|*" Project="Debug" />
23+
<Build Solution="*|arm" Project="false" />
24+
<Build Solution="*|arm64" Project="false" />
25+
<Build Solution="Checked|Any CPU" Project="false" />
26+
<Build Solution="Checked|x64" Project="false" />
27+
<Build Solution="Checked|x86" Project="false" />
28+
</Project>
2129
<Project Path="../System.Private.CoreLib/gen/System.Private.CoreLib.Generators.csproj">
2230
<BuildType Solution="Checked|*" Project="Debug" />
2331
<Build Solution="*|arm" Project="false" />

src/libraries/Microsoft.Extensions.Configuration.UserSecrets/Microsoft.Extensions.Configuration.UserSecrets.slnx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
<Platform Name="x86" />
1111
</Configurations>
1212
<Folder Name="/gen/">
13+
<Project Path="../System.Private.CoreLib/gen/EventSourceGenerator.csproj">
14+
<BuildType Solution="Checked|*" Project="Debug" />
15+
<Build Solution="*|arm" Project="false" />
16+
<Build Solution="*|arm64" Project="false" />
17+
<Build Solution="Checked|Any CPU" Project="false" />
18+
<Build Solution="Checked|x64" Project="false" />
19+
<Build Solution="Checked|x86" Project="false" />
20+
</Project>
1321
<Project Path="../System.Private.CoreLib/gen/System.Private.CoreLib.Generators.csproj">
1422
<BuildType Solution="Checked|*" Project="Debug" />
1523
<Build Solution="*|arm" Project="false" />

src/libraries/Microsoft.Extensions.Configuration.Xml/Microsoft.Extensions.Configuration.Xml.slnx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
<Build Solution="Checked|x64" Project="false" />
1919
<Build Solution="Checked|x86" Project="false" />
2020
</Project>
21+
<Project Path="../System.Private.CoreLib/gen/EventSourceGenerator.csproj">
22+
<BuildType Solution="Checked|*" Project="Debug" />
23+
<Build Solution="*|arm" Project="false" />
24+
<Build Solution="*|arm64" Project="false" />
25+
<Build Solution="Checked|Any CPU" Project="false" />
26+
<Build Solution="Checked|x64" Project="false" />
27+
<Build Solution="Checked|x86" Project="false" />
28+
</Project>
2129
<Project Path="../System.Private.CoreLib/gen/System.Private.CoreLib.Generators.csproj">
2230
<BuildType Solution="Checked|*" Project="Debug" />
2331
<Build Solution="*|arm" Project="false" />

src/libraries/Microsoft.Extensions.Configuration/Microsoft.Extensions.Configuration.slnx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
<Build Solution="Checked|x64" Project="false" />
1919
<Build Solution="Checked|x86" Project="false" />
2020
</Project>
21+
<Project Path="../System.Private.CoreLib/gen/EventSourceGenerator.csproj">
22+
<BuildType Solution="Checked|*" Project="Debug" />
23+
<Build Solution="*|arm" Project="false" />
24+
<Build Solution="*|arm64" Project="false" />
25+
<Build Solution="Checked|Any CPU" Project="false" />
26+
<Build Solution="Checked|x64" Project="false" />
27+
<Build Solution="Checked|x86" Project="false" />
28+
</Project>
2129
<Project Path="../System.Private.CoreLib/gen/System.Private.CoreLib.Generators.csproj">
2230
<BuildType Solution="Checked|*" Project="Debug" />
2331
<Build Solution="*|arm" Project="false" />

src/libraries/Microsoft.Extensions.DependencyModel/Microsoft.Extensions.DependencyModel.slnx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
<Platform Name="x86" />
1111
</Configurations>
1212
<Folder Name="/gen/">
13+
<Project Path="../System.Private.CoreLib/gen/EventSourceGenerator.csproj">
14+
<BuildType Solution="Checked|*" Project="Debug" />
15+
<Build Solution="*|arm" Project="false" />
16+
<Build Solution="*|arm64" Project="false" />
17+
<Build Solution="Checked|Any CPU" Project="false" />
18+
<Build Solution="Checked|x64" Project="false" />
19+
<Build Solution="Checked|x86" Project="false" />
20+
</Project>
1321
<Project Path="../System.Private.CoreLib/gen/System.Private.CoreLib.Generators.csproj">
1422
<BuildType Solution="Checked|*" Project="Debug" />
1523
<Build Solution="*|arm" Project="false" />

0 commit comments

Comments
 (0)