为什么Geany会给我一个Build / Compile错误?

时间:2016-12-06 23:12:53

标签: c# compilation raspberry-pi geany

当我尝试在Geany中构建/编译我的文件以运行它们时,我遇到了这个错误:make: *** No targets specified and no file found.我尝试制作一个自定义目标并给出类似的错误。这是我的代码:

using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello, world!");
            Console.ReadLine();
        }
    }
}

帮助表示赞赏。

0 个答案:

没有答案
相关问题