添加 HelloWorld

This commit is contained in:
岛风 2024-12-13 10:32:05 +08:00
parent 4685841629
commit a9ee4b6138
4 changed files with 13 additions and 5 deletions

10
HelloWorld.sln Normal file
View 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

View File

@ -4,7 +4,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{DAFB1371-8B98-4CD9-916A-DC1E78E759AB}</ProjectGuid>
<ProjectGuid>{B80B122C-CBDD-4A93-850F-41E19732915A}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>HelloWorld</RootNamespace>
<AssemblyName>HelloWorld</AssemblyName>

View File

@ -10,10 +10,8 @@ namespace HelloWorld
{
static void Main(string[] args)
{
Console.WriteLine("Hello world!");
Console.WriteLine("Hello World!");
Console.ReadKey();
}
}
}

View File

@ -20,7 +20,7 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid("dafb1371-8b98-4cd9-916a-dc1e78e759ab")]
[assembly: Guid("b80b122c-cbdd-4a93-850f-41e19732915a")]
// 程序集的版本信息由下列四个值组成:
//