Aggiungere i file di progetto.

This commit is contained in:
Vichingo455
2022-03-07 14:19:47 +01:00
parent 01acb0cb9c
commit 3f06629d2f
13 changed files with 2614 additions and 0 deletions

25
Notepad.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notepad", "Notepad\Notepad.csproj", "{3B51F6CD-545B-4E52-8DC3-2DF7D6155EED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B51F6CD-545B-4E52-8DC3-2DF7D6155EED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B51F6CD-545B-4E52-8DC3-2DF7D6155EED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B51F6CD-545B-4E52-8DC3-2DF7D6155EED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B51F6CD-545B-4E52-8DC3-2DF7D6155EED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5FF77EC7-D551-4E3C-93AB-4BFE7F24A72F}
EndGlobalSection
EndGlobal