diff --git a/Anviz.sln b/Anviz.sln index 825e653..0d8fea2 100644 --- a/Anviz.sln +++ b/Anviz.sln @@ -1,11 +1,11 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29123.88 +# Visual Studio Version 17 +VisualStudioVersion = 17.12.35506.116 d17.12 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Anviz.SDK", "Anviz.SDK\Anviz.SDK.csproj", "{30099B6A-183A-4003-8449-8F36A06462BA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{48CEE557-217C-4B51-9538-8372526008FF}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{1BA0CA88-D756-4B46-B4B5-41C778CDDBAB}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,10 +17,10 @@ Global {30099B6A-183A-4003-8449-8F36A06462BA}.Debug|Any CPU.Build.0 = Debug|Any CPU {30099B6A-183A-4003-8449-8F36A06462BA}.Release|Any CPU.ActiveCfg = Release|Any CPU {30099B6A-183A-4003-8449-8F36A06462BA}.Release|Any CPU.Build.0 = Release|Any CPU - {48CEE557-217C-4B51-9538-8372526008FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {48CEE557-217C-4B51-9538-8372526008FF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {48CEE557-217C-4B51-9538-8372526008FF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {48CEE557-217C-4B51-9538-8372526008FF}.Release|Any CPU.Build.0 = Release|Any CPU + {1BA0CA88-D756-4B46-B4B5-41C778CDDBAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1BA0CA88-D756-4B46-B4B5-41C778CDDBAB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1BA0CA88-D756-4B46-B4B5-41C778CDDBAB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1BA0CA88-D756-4B46-B4B5-41C778CDDBAB}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Sample/App.config b/Sample/App.config deleted file mode 100644 index 56efbc7..0000000 --- a/Sample/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Sample/Program.cs b/Sample/Program.cs index 2a7c67e..df32e35 100644 --- a/Sample/Program.cs +++ b/Sample/Program.cs @@ -1,7 +1,4 @@ using Anviz.SDK; -using System; -using System.Collections.Generic; -using System.Threading.Tasks; namespace Sample { diff --git a/Sample/Properties/AssemblyInfo.cs b/Sample/Properties/AssemblyInfo.cs deleted file mode 100644 index 2cf1961..0000000 --- a/Sample/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -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("Sample")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Sample")] -[assembly: AssemblyCopyright("Copyright © 2019")] -[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("48cee557-217c-4b51-9538-8372526008ff")] - -// 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/Sample/Sample.csproj b/Sample/Sample.csproj index e9278ba..73b25f1 100644 --- a/Sample/Sample.csproj +++ b/Sample/Sample.csproj @@ -1,59 +1,14 @@ - - - - - Debug - AnyCPU - {48CEE557-217C-4B51-9538-8372526008FF} - Exe - Sample - Sample - v4.7.2 - 512 - true - true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - {30099b6a-183a-4003-8449-8f36a06462ba} - Anviz.SDK - - - - \ No newline at end of file + + + + Exe + net9.0 + enable + enable + + + + + + +