Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[net9.0] [xcsync] Add xcsync to the SignList.xml #20978

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[xcsync] Add xcsync to the SignList.xml
  • Loading branch information
dalexsoto committed Aug 6, 2024
commit ee31e9794cc985fc45b3f0345fec57326d892be5
73 changes: 73 additions & 0 deletions dotnet/Workloads/SignList.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@
<ThirdParty Include="imobiledevice-*\*.exe" />
<!-- Build.zip -->
<ThirdParty Include="Mono.Cecil*.dll" />

<!-- xcsync assemblies -->
<ThirdParty Include="ClangSharp.dll" />
<ThirdParty Include="ClangSharp.Interop.dll" />
<ThirdParty Include="Humanizer.dll" />
<ThirdParty Include="Marille.dll" />
<ThirdParty Include="Newtonsoft.Json.dll" />
<ThirdParty Include="Serilog.dll" />
<ThirdParty Include="Serilog.Enrichers.Thread.dll" />
<ThirdParty Include="Serilog.Expressions.dll" />
<ThirdParty Include="Serilog.Sinks.Console.dll" />
<ThirdParty Include="Serilog.Sinks.Debug.dll" />
<ThirdParty Include="TestableIO.System.IO.Abstractions.dll" />
<ThirdParty Include="TestableIO.System.IO.Abstractions.Wrappers.dll" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -119,6 +133,65 @@
<FirstParty Include="Microsoft.MacCatalyst.dll" />
<FirstParty Include="Microsoft.macOS.dll" />
<FirstParty Include="Microsoft.tvOS.dll" />

<!-- Adding xcsync dlls -->
<FirstParty Include="Microsoft.Bcl.AsyncInterfaces.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.CSharp.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.CSharp.resources.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.CSharp.Workspaces.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.resources.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.VisualBasic.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.VisualBasic.resources.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.Workspaces.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe" />
<FirstParty Include="Microsoft.CodeAnalysis.Workspaces.MSBuild.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.Workspaces.resources.dll" />
<FirstParty Include="Microsoft.Extensions.Configuration.Abstractions.dll" />
<FirstParty Include="Microsoft.Extensions.Configuration.Binder.dll" />
<FirstParty Include="Microsoft.Extensions.Configuration.dll" />
<FirstParty Include="Microsoft.Extensions.DependencyInjection.Abstractions.dll" />
<FirstParty Include="Microsoft.Extensions.DependencyInjection.dll" />
<FirstParty Include="Microsoft.Extensions.Logging.Abstractions.dll" />
<FirstParty Include="Microsoft.Extensions.Logging.Configuration.dll" />
<FirstParty Include="Microsoft.Extensions.Logging.Console.dll" />
<FirstParty Include="Microsoft.Extensions.Logging.dll" />
<FirstParty Include="Microsoft.Extensions.Options.ConfigurationExtensions.dll" />
<FirstParty Include="Microsoft.Extensions.Options.dll" />
<FirstParty Include="Microsoft.Extensions.Primitives.dll" />
<FirstParty Include="Microsoft.VisualStudio.Setup.Configuration.Interop.dll" />
<FirstParty Include="System.Buffers.dll" />
<FirstParty Include="System.CodeDom.dll" />
<FirstParty Include="System.CommandLine.dll" />
<FirstParty Include="System.CommandLine.resources.dll" />
<FirstParty Include="System.Composition.AttributedModel.dll" />
<FirstParty Include="System.Composition.Convention.dll" />
<FirstParty Include="System.Composition.Hosting.dll" />
<FirstParty Include="System.Composition.Runtime.dll" />
<FirstParty Include="System.Composition.TypedParts.dll" />
<FirstParty Include="System.Configuration.ConfigurationManager.dll" />
<FirstParty Include="System.Diagnostics.EventLog.dll" />
<FirstParty Include="System.Diagnostics.EventLog.Messages.dll" />
<FirstParty Include="System.IO.Pipelines.dll" />
<FirstParty Include="System.Numerics.Vectors.dll" />
<FirstParty Include="System.Resources.Extensions.dll" />
<FirstParty Include="System.Runtime.CompilerServices.Unsafe.dll" />
<FirstParty Include="System.Security.Cryptography.Pkcs.dll" />
<FirstParty Include="System.Security.Cryptography.ProtectedData.dll" />
<FirstParty Include="System.Security.Cryptography.Xml.dll" />
<FirstParty Include="System.Security.Permissions.dll" />
<FirstParty Include="System.Text.Encoding.CodePages.dll" />
<FirstParty Include="System.Text.Encodings.Web.dll" />
<FirstParty Include="System.Threading.Tasks.Extensions.dll" />
<FirstParty Include="System.ValueTuple.dll" />
<FirstParty Include="System.Windows.Extensions.dll" />
<FirstParty Include="xcsync.dll" />
<FirstParty Include="xcsync.resources.dll" />
</ItemGroup>

<Import Project="$(MSBuildThisFileDirectory)SignList.targets" />
Expand Down
Loading