mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
453 B
19 lines
453 B
<?xml version="1.0" encoding="utf-8"?> |
|
<symbols> |
|
<files> |
|
<file id="1" name="ICSharpCode.Decompiler.Tests.TestCases.PdbGen\CustomPdbId.cs" language="C#" checksumAlgorithm="SHA256"><![CDATA[using System; |
|
|
|
namespace ICSharpCode.Decompiler.Tests.TestCases.PdbGen; |
|
|
|
public class CustomPdbId |
|
{ |
|
public static void Main(string[] args) |
|
{ |
|
Console.ReadKey(); |
|
Console.WriteLine("Hello World!"); |
|
Console.ReadKey(); |
|
} |
|
} |
|
]]></file> |
|
</files> |
|
</symbols> |