aboutsummaryrefslogtreecommitdiff
path: root/src/tools/burn/runbundle/AssemblyInfo.cs
blob: 3a66d5e3e3af223d7d329e1f1795d7817abf52c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.

using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Executable to demonstrate Bundle Runner Sample")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCulture("")]
[assembly: CLSCompliant(true)]
[assembly: ComVisible(false)]