mirror of https://github.com/icsharpcode/ILSpy.git
3 changed files with 21 additions and 1 deletions
@ -0,0 +1,19 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<symbols> |
||||||
|
<files> |
||||||
|
<file id="1" name="ICSharpCode.Decompiler.Tests.TestCases.PdbGen\HelloWorld.cs" language="C#" checksumAlgorithm="SHA256"><![CDATA[using System; |
||||||
|
|
||||||
|
namespace ICSharpCode.Decompiler.Tests.TestCases.PdbGen; |
||||||
|
|
||||||
|
public class HelloWorld |
||||||
|
{ |
||||||
|
public static void Main(string[] args) |
||||||
|
{ |
||||||
|
Console.ReadKey(); |
||||||
|
Console.WriteLine("Hello World!"); |
||||||
|
Console.ReadKey(); |
||||||
|
} |
||||||
|
} |
||||||
|
]]></file> |
||||||
|
</files> |
||||||
|
</symbols> |
Loading…
Reference in new issue