添加 HelloWorld
This commit is contained in:
parent
4685841629
commit
a9ee4b6138
10
HelloWorld.sln
Normal file
10
HelloWorld.sln
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.12.35527.113 d17.12
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
@ -4,7 +4,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
<ProjectGuid>{DAFB1371-8B98-4CD9-916A-DC1E78E759AB}</ProjectGuid>
|
<ProjectGuid>{B80B122C-CBDD-4A93-850F-41E19732915A}</ProjectGuid>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<RootNamespace>HelloWorld</RootNamespace>
|
<RootNamespace>HelloWorld</RootNamespace>
|
||||||
<AssemblyName>HelloWorld</AssemblyName>
|
<AssemblyName>HelloWorld</AssemblyName>
|
||||||
|
@ -10,10 +10,8 @@ namespace HelloWorld
|
|||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
Console.WriteLine("Hello World!");
|
||||||
Console.WriteLine("Hello world!");
|
|
||||||
Console.ReadKey();
|
Console.ReadKey();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -20,7 +20,7 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
||||||
[assembly: Guid("dafb1371-8b98-4cd9-916a-dc1e78e759ab")]
|
[assembly: Guid("b80b122c-cbdd-4a93-850f-41e19732915a")]
|
||||||
|
|
||||||
// 程序集的版本信息由下列四个值组成:
|
// 程序集的版本信息由下列四个值组成:
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user