| 1 | // 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. |
| 2 | |
| 3 | namespace WixToolsetTest.Sdk.TestData.MultiTargetingWixlib.MultiTargetingClassLib |
| 4 | { |
| 5 | using System; |
| 6 | |
| 7 | public class Program |
| 8 | { |
| 9 | public static void Main(string[] args) |
| 10 | { |
| 11 | Console.WriteLine("This is Test.exe"); |
| 12 | } |
| 13 | } |
| 14 | } |