From 233a2e9788aeaa26b127b8b1585b41f13d0cc40a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 7 Jul 2018 19:17:09 +0200 Subject: [PATCH] Aggiungere i file di progetto. --- Summer2018.sln | 25 +++++++++++++ Summer2018/Class1.cs | 12 ++++++ Summer2018/Properties/AssemblyInfo.cs | 36 ++++++++++++++++++ Summer2018/Summer2018.csproj | 53 +++++++++++++++++++++++++++ 4 files changed, 126 insertions(+) create mode 100644 Summer2018.sln create mode 100644 Summer2018/Class1.cs create mode 100644 Summer2018/Properties/AssemblyInfo.cs create mode 100644 Summer2018/Summer2018.csproj diff --git a/Summer2018.sln b/Summer2018.sln new file mode 100644 index 0000000..de3857d --- /dev/null +++ b/Summer2018.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27703.2035 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Summer2018", "Summer2018\Summer2018.csproj", "{8E8E45D8-C627-442E-A5DD-4711BD46AB21}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8E8E45D8-C627-442E-A5DD-4711BD46AB21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8E8E45D8-C627-442E-A5DD-4711BD46AB21}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8E8E45D8-C627-442E-A5DD-4711BD46AB21}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8E8E45D8-C627-442E-A5DD-4711BD46AB21}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A2260261-0B1D-49BC-ADDE-6EB8F7B02970} + EndGlobalSection +EndGlobal diff --git a/Summer2018/Class1.cs b/Summer2018/Class1.cs new file mode 100644 index 0000000..9e82913 --- /dev/null +++ b/Summer2018/Class1.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Summer2018 +{ + public class Class1 + { + } +} diff --git a/Summer2018/Properties/AssemblyInfo.cs b/Summer2018/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..a3bd94b --- /dev/null +++ b/Summer2018/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Le informazioni generali relative a un assembly sono controllate dal seguente +// set di attributi. Modificare i valori di questi attributi per modificare le informazioni +// associate a un assembly. +[assembly: AssemblyTitle("Summer2018")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Summer2018")] +[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Se si imposta ComVisible su false, i tipi in questo assembly non saranno visibili +// ai componenti COM. Se è necessario accedere a un tipo in questo assembly da +// COM, impostare su true l'attributo ComVisible per tale tipo. +[assembly: ComVisible(false)] + +// Se il progetto viene esposto a COM, il GUID seguente verrà utilizzato come ID della libreria dei tipi +[assembly: Guid("8e8e45d8-c627-442e-a5dd-4711bd46ab21")] + +// Le informazioni sulla versione di un assembly sono costituite dai seguenti quattro valori: +// +// Versione principale +// Versione secondaria +// Numero di build +// Revisione +// +// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build +// usando l'asterisco '*' come illustrato di seguito: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Summer2018/Summer2018.csproj b/Summer2018/Summer2018.csproj new file mode 100644 index 0000000..4628665 --- /dev/null +++ b/Summer2018/Summer2018.csproj @@ -0,0 +1,53 @@ + + + + + Debug + AnyCPU + 8e8e45d8-c627-442e-a5dd-4711bd46ab21 + Library + Properties + Summer2018 + Summer2018 + v4.6.1 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + +