diff --git a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.Android/AlertVisualizer.Android.csproj b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.Android/AlertVisualizer.Android.csproj index e8947f9..af86355 100644 --- a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.Android/AlertVisualizer.Android.csproj +++ b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.Android/AlertVisualizer.Android.csproj @@ -1,4 +1,4 @@ - + Debug @@ -89,4 +89,4 @@ - \ No newline at end of file + diff --git a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.Android/Properties/AndroidManifest.xml b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.Android/Properties/AndroidManifest.xml deleted file mode 100644 index 89e3b5f..0000000 --- a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.Android/Properties/AndroidManifest.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.Android/Properties/AssemblyInfo.cs b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.Android/Properties/AssemblyInfo.cs deleted file mode 100644 index 3f9ce64..0000000 --- a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.Android/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using Android.App; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("AlertVisualizer.Android")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("AlertVisualizer.Android")] -[assembly: AssemblyCopyright("Copyright © 2014")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: ComVisible(false)] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] - -// Add some common permissions, these can be removed if not needed -[assembly: UsesPermission(Android.Manifest.Permission.Internet)] -[assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)] diff --git a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.UWP/AlertVisualizer.UWP.csproj b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.UWP/AlertVisualizer.UWP.csproj index 37814e7..2605605 100644 --- a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.UWP/AlertVisualizer.UWP.csproj +++ b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.UWP/AlertVisualizer.UWP.csproj @@ -1,4 +1,4 @@ - + @@ -166,4 +166,4 @@ 14.0 - \ No newline at end of file + diff --git a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.UWP/Properties/AssemblyInfo.cs b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.UWP/Properties/AssemblyInfo.cs deleted file mode 100644 index d40dbe2..0000000 --- a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.UWP/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("AlertVisualizer.UWP")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("AlertVisualizer.UWP")] -[assembly: AssemblyCopyright("Copyright © 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: ComVisible(false)] \ No newline at end of file diff --git a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.UWP/Properties/Default.rd.xml b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.UWP/Properties/Default.rd.xml deleted file mode 100644 index 461bc4c..0000000 --- a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.UWP/Properties/Default.rd.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.iOS/AlertVisualizer.iOS.csproj b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.iOS/AlertVisualizer.iOS.csproj index 253aaff..73037f3 100644 --- a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.iOS/AlertVisualizer.iOS.csproj +++ b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.iOS/AlertVisualizer.iOS.csproj @@ -1,4 +1,4 @@ - + Debug @@ -128,4 +128,4 @@ AlertVisualizer - \ No newline at end of file + diff --git a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.iOS/Properties/AssemblyInfo.cs b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.iOS/Properties/AssemblyInfo.cs deleted file mode 100644 index 00d7511..0000000 --- a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer.iOS/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("AlertVisualizer.iOS")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("AlertVisualizer.iOS")] -[assembly: AssemblyCopyright("Copyright © 2014")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("72bdc44f-c588-44f3-b6df-9aace7daafdd")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer/AlertVisualizer.csproj b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer/AlertVisualizer.csproj index 7f0d25e..5a2fc4f 100644 --- a/AlertSoftwareKit/AlertVisualizer/AlertVisualizer/AlertVisualizer.csproj +++ b/AlertSoftwareKit/AlertVisualizer/AlertVisualizer/AlertVisualizer.csproj @@ -30,4 +30,4 @@ MSBuild:UpdateDesignTimeXaml - \ No newline at end of file + diff --git a/AlertSoftwareKit/AlertWebAPI/Properties/PublishProfiles/AlertWebAPI20180205014115 - Web Deploy.pubxml b/AlertSoftwareKit/AlertWebAPI/Properties/PublishProfiles/AlertWebAPI20180205014115 - Web Deploy.pubxml deleted file mode 100644 index d9d8c87..0000000 --- a/AlertSoftwareKit/AlertWebAPI/Properties/PublishProfiles/AlertWebAPI20180205014115 - Web Deploy.pubxml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - MSDeploy - /subscriptions/3865e5c7-33d3-48fc-bf7f-0c5ca670bab0/resourcegroups/setsisAlerts/providers/Microsoft.Web/sites/AlertWebAPI20180205014115 - setsisAlerts - AzureWebSite - Release - Any CPU - http://alertwebapi20180205014115.azurewebsites.net - True - False - 0467e7c7-c55c-48f4-9962-a04cb1b3885a - alertwebapi20180205014115.scm.azurewebsites.net:443 - AlertWebAPI20180205014115 - - True - WMSVC - True - $AlertWebAPI20180205014115 - <_SavePWD>True - <_DestinationType>AzureWebSite - - \ No newline at end of file diff --git a/AlertSoftwareKit/AlertWebAPI/Properties/PublishProfiles/AlertWebAPI20180205014115 - Web Deploy.pubxml.user b/AlertSoftwareKit/AlertWebAPI/Properties/PublishProfiles/AlertWebAPI20180205014115 - Web Deploy.pubxml.user deleted file mode 100644 index 1ee2e10..0000000 --- a/AlertSoftwareKit/AlertWebAPI/Properties/PublishProfiles/AlertWebAPI20180205014115 - Web Deploy.pubxml.user +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAeDtiKTPAxUOeOnw8LolaogAAAAACAAAAAAAQZgAAAAEAACAAAAA4rr83MWf8j855cPaJf8mJyhJJLsqyR+MtwQapzTavuQAAAAAOgAAAAAIAACAAAAD07+ad9hBzRy0ajH4iazxhnsOtnoRPdxHAvbZQWhMzqoAAAAAJWrSTjat0ZEpq2npfBGYXiHB6cBKlDvDxmNrnWF0lO/FTMM/qkoYoeH+4AmJrRhxRO0SIRb8WD/ldZ6Ley8HiI+1EdCEErIE70PMRZHgbJVA9mBMeMJsPKGNov4TKnHIVmOVT3Sr9nzbp5GEnTKYwGgUbyOmFRjAsHYqvXEjGJEAAAABS675adTauaHOMNDP499BMO3WTOM8kMytWnxUDDsSCRu9ZxIxbpq2uBTVpe7mw6WQD82dDxPw8Uqau/RHEEJ6u - - \ No newline at end of file diff --git a/AlertSoftwareKit/AlertWebAPI/Properties/launchSettings.json b/AlertSoftwareKit/AlertWebAPI/Properties/launchSettings.json deleted file mode 100644 index 5c4387e..0000000 --- a/AlertSoftwareKit/AlertWebAPI/Properties/launchSettings.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:51251/", - "sslPort": 0 - } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "api/alert", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "AlertWebAPI": { - "commandName": "Project", - "launchBrowser": true, - "launchUrl": "api/alert", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:51252/" - } - } -} diff --git a/ex_003_001_Main/Properties/AssemblyInfo.cs b/ex_003_001_Main/Properties/AssemblyInfo.cs deleted file mode 100644 index 659a772..0000000 --- a/ex_003_001_Main/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_003_001_Main")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("360482de-7012-447b-9896-a10a591082ff")] diff --git a/ex_003_001_Main/ex_003_001_Main.csproj b/ex_003_001_Main/ex_003_001_Main.csproj index a9cdb59..a0861af 100644 --- a/ex_003_001_Main/ex_003_001_Main.csproj +++ b/ex_003_001_Main/ex_003_001_Main.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_003_001_Main Exe ex_003_001_Main - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_003_002_Main_HelloWorld/Properties/AssemblyInfo.cs b/ex_003_002_Main_HelloWorld/Properties/AssemblyInfo.cs deleted file mode 100644 index f282a14..0000000 --- a/ex_003_002_Main_HelloWorld/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_003_002_Main_HelloWorld")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ca54bdc1-6877-45fb-8a07-8aa9fa069ee0")] diff --git a/ex_003_002_Main_HelloWorld/ex_003_002_Main_HelloWorld.csproj b/ex_003_002_Main_HelloWorld/ex_003_002_Main_HelloWorld.csproj index bd6e3ea..4159ca7 100644 --- a/ex_003_002_Main_HelloWorld/ex_003_002_Main_HelloWorld.csproj +++ b/ex_003_002_Main_HelloWorld/ex_003_002_Main_HelloWorld.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_003_002_Main_HelloWorld Exe ex_003_002_Main_HelloWorld - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_003_003_Main_arguments/Properties/AssemblyInfo.cs b/ex_003_003_Main_arguments/Properties/AssemblyInfo.cs deleted file mode 100644 index 6c0710f..0000000 --- a/ex_003_003_Main_arguments/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_003_003_Main_arguments")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("7c6a23f5-1c25-490b-bf4d-b678586f116e")] diff --git a/ex_003_003_Main_arguments/ex_003_003_Main_arguments.csproj b/ex_003_003_Main_arguments/ex_003_003_Main_arguments.csproj index 286c78a..92d96da 100644 --- a/ex_003_003_Main_arguments/ex_003_003_Main_arguments.csproj +++ b/ex_003_003_Main_arguments/ex_003_003_Main_arguments.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_003_003_Main_arguments Exe ex_003_003_Main_arguments - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_003_004_Console/Properties/AssemblyInfo.cs b/ex_003_004_Console/Properties/AssemblyInfo.cs deleted file mode 100644 index 2ce217e..0000000 --- a/ex_003_004_Console/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_003_004_Console")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b245640f-ab45-45eb-a5f3-43d9d2962013")] diff --git a/ex_003_004_Console/ex_003_004_Console.csproj b/ex_003_004_Console/ex_003_004_Console.csproj index 5196fc4..927ffce 100644 --- a/ex_003_004_Console/ex_003_004_Console.csproj +++ b/ex_003_004_Console/ex_003_004_Console.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_003_004_Console Exe ex_003_004_Console - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_004_001_TypesNumeriques/Properties/AssemblyInfo.cs b/ex_004_001_TypesNumeriques/Properties/AssemblyInfo.cs deleted file mode 100644 index a83e871..0000000 --- a/ex_004_001_TypesNumeriques/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_004_001_TypesNumeriques")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("efc7d45d-c112-4196-83d5-4b5e93a2a60d")] diff --git a/ex_004_001_TypesNumeriques/ex_004_001_TypesNumeriques.csproj b/ex_004_001_TypesNumeriques/ex_004_001_TypesNumeriques.csproj index 978765f..b5a594c 100644 --- a/ex_004_001_TypesNumeriques/ex_004_001_TypesNumeriques.csproj +++ b/ex_004_001_TypesNumeriques/ex_004_001_TypesNumeriques.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_004_001_TypesNumeriques Exe ex_004_001_TypesNumeriques - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_004_002_Math/Properties/AssemblyInfo.cs b/ex_004_002_Math/Properties/AssemblyInfo.cs deleted file mode 100644 index 4818f45..0000000 --- a/ex_004_002_Math/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_004_002_Math")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b11af664-b79f-45e1-8aca-d2f5a9f5bf5c")] diff --git a/ex_004_002_Math/ex_004_002_Math.csproj b/ex_004_002_Math/ex_004_002_Math.csproj index 627d86e..08dd544 100644 --- a/ex_004_002_Math/ex_004_002_Math.csproj +++ b/ex_004_002_Math/ex_004_002_Math.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_004_002_Math Exe ex_004_002_Math - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_004_003_Random/Properties/AssemblyInfo.cs b/ex_004_003_Random/Properties/AssemblyInfo.cs deleted file mode 100644 index 871d633..0000000 --- a/ex_004_003_Random/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_004_003_Random")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("aa7d5274-320f-417c-89c9-807e09b5d754")] diff --git a/ex_004_003_Random/ex_004_003_Random.csproj b/ex_004_003_Random/ex_004_003_Random.csproj index bd66a2d..1a69879 100644 --- a/ex_004_003_Random/ex_004_003_Random.csproj +++ b/ex_004_003_Random/ex_004_003_Random.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_004_003_Random Exe ex_004_003_Random - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_004_004_TypeBool/Properties/AssemblyInfo.cs b/ex_004_004_TypeBool/Properties/AssemblyInfo.cs deleted file mode 100644 index 9d8caac..0000000 --- a/ex_004_004_TypeBool/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_004_004_TypeBool")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("08e324b9-b7e8-4347-b4bf-6f469fe6b9b1")] diff --git a/ex_004_004_TypeBool/ex_004_004_TypeBool.csproj b/ex_004_004_TypeBool/ex_004_004_TypeBool.csproj index bef4146..9ae21e2 100644 --- a/ex_004_004_TypeBool/ex_004_004_TypeBool.csproj +++ b/ex_004_004_TypeBool/ex_004_004_TypeBool.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_004_004_TypeBool Exe ex_004_004_TypeBool - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_004_005_TypeChar/Properties/AssemblyInfo.cs b/ex_004_005_TypeChar/Properties/AssemblyInfo.cs deleted file mode 100644 index 976bcce..0000000 --- a/ex_004_005_TypeChar/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_004_005_TypeChar")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("665ff767-c7b0-49ca-b44c-bdc1f4313171")] diff --git a/ex_004_005_TypeChar/ex_004_005_TypeChar.csproj b/ex_004_005_TypeChar/ex_004_005_TypeChar.csproj index 4b33466..9a1d78f 100644 --- a/ex_004_005_TypeChar/ex_004_005_TypeChar.csproj +++ b/ex_004_005_TypeChar/ex_004_005_TypeChar.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_004_005_TypeChar Exe ex_004_005_TypeChar - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_004_006_TimeSpan_et_DateTime/Properties/AssemblyInfo.cs b/ex_004_006_TimeSpan_et_DateTime/Properties/AssemblyInfo.cs deleted file mode 100644 index 8995ca4..0000000 --- a/ex_004_006_TimeSpan_et_DateTime/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_004_006_TimeSpan_et_DateTime")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("65933596-a9c7-4d11-8177-d046051bbeee")] diff --git a/ex_004_006_TimeSpan_et_DateTime/ex_004_006_TimeSpan_et_DateTime.csproj b/ex_004_006_TimeSpan_et_DateTime/ex_004_006_TimeSpan_et_DateTime.csproj index 126d24f..103fd89 100644 --- a/ex_004_006_TimeSpan_et_DateTime/ex_004_006_TimeSpan_et_DateTime.csproj +++ b/ex_004_006_TimeSpan_et_DateTime/ex_004_006_TimeSpan_et_DateTime.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_004_006_TimeSpan_et_DateTime Exe ex_004_006_TimeSpan_et_DateTime - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_004_007_DureeDeVie/Properties/AssemblyInfo.cs b/ex_004_007_DureeDeVie/Properties/AssemblyInfo.cs deleted file mode 100644 index 5f881c8..0000000 --- a/ex_004_007_DureeDeVie/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_004_007_DureeDeVie")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5cdd3ef9-8034-414e-99e1-9fc5704c9a10")] diff --git a/ex_004_007_DureeDeVie/ex_004_007_DureeDeVie.csproj b/ex_004_007_DureeDeVie/ex_004_007_DureeDeVie.csproj index 3ee25ec..9c86d26 100644 --- a/ex_004_007_DureeDeVie/ex_004_007_DureeDeVie.csproj +++ b/ex_004_007_DureeDeVie/ex_004_007_DureeDeVie.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_004_007_DureeDeVie Exe ex_004_007_DureeDeVie - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_004_008_var/Properties/AssemblyInfo.cs b/ex_004_008_var/Properties/AssemblyInfo.cs deleted file mode 100644 index 3f37931..0000000 --- a/ex_004_008_var/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_004_008_var")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4f06b30b-bca7-4d5a-af60-a7aa55bcf2a4")] diff --git a/ex_004_008_var/ex_004_008_var.csproj b/ex_004_008_var/ex_004_008_var.csproj index 27e7d10..6a94fda 100644 --- a/ex_004_008_var/ex_004_008_var.csproj +++ b/ex_004_008_var/ex_004_008_var.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_004_008_var Exe ex_004_008_var - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_004_009_Tuple/Properties/AssemblyInfo.cs b/ex_004_009_Tuple/Properties/AssemblyInfo.cs deleted file mode 100644 index 8a04395..0000000 --- a/ex_004_009_Tuple/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_004_009_Tuple")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4a13f822-34f5-450a-84ea-395518d6fcbe")] diff --git a/ex_004_009_Tuple/ex_004_009_Tuple.csproj b/ex_004_009_Tuple/ex_004_009_Tuple.csproj index 4014a05..1f60127 100644 --- a/ex_004_009_Tuple/ex_004_009_Tuple.csproj +++ b/ex_004_009_Tuple/ex_004_009_Tuple.csproj @@ -1,19 +1,19 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_004_009_Tuple Exe ex_004_009_Tuple - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - + + - - - + + + diff --git a/ex_004_010_GuidStruct/Properties/AssemblyInfo.cs b/ex_004_010_GuidStruct/Properties/AssemblyInfo.cs deleted file mode 100644 index e575d7f..0000000 --- a/ex_004_010_GuidStruct/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_004_010_GuidStruct")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4162e8e6-e68c-4410-8960-cb7509344cdc")] diff --git a/ex_004_010_GuidStruct/ex_004_010_GuidStruct.csproj b/ex_004_010_GuidStruct/ex_004_010_GuidStruct.csproj index 6af3132..8786828 100644 --- a/ex_004_010_GuidStruct/ex_004_010_GuidStruct.csproj +++ b/ex_004_010_GuidStruct/ex_004_010_GuidStruct.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_004_010_GuidStruct Exe ex_004_010_GuidStruct - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_005_001_tableaux/Properties/AssemblyInfo.cs b/ex_005_001_tableaux/Properties/AssemblyInfo.cs deleted file mode 100644 index 77983a3..0000000 --- a/ex_005_001_tableaux/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_005_001_tableaux")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("bdd3fa1b-1784-46cb-82c9-3eb07fac99e0")] diff --git a/ex_005_001_tableaux/ex_005_001_tableaux.csproj b/ex_005_001_tableaux/ex_005_001_tableaux.csproj index 24a1871..02b420a 100644 --- a/ex_005_001_tableaux/ex_005_001_tableaux.csproj +++ b/ex_005_001_tableaux/ex_005_001_tableaux.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_005_001_tableaux Exe ex_005_001_tableaux - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_005_002_copie_de_tableaux/Properties/AssemblyInfo.cs b/ex_005_002_copie_de_tableaux/Properties/AssemblyInfo.cs deleted file mode 100644 index e362d19..0000000 --- a/ex_005_002_copie_de_tableaux/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_005_002_copie_de_tableaux")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("20cd4933-f192-444b-8009-c13dad778177")] diff --git a/ex_005_002_copie_de_tableaux/ex_005_002_copie_de_tableaux.csproj b/ex_005_002_copie_de_tableaux/ex_005_002_copie_de_tableaux.csproj index 388ecca..9afc4b6 100644 --- a/ex_005_002_copie_de_tableaux/ex_005_002_copie_de_tableaux.csproj +++ b/ex_005_002_copie_de_tableaux/ex_005_002_copie_de_tableaux.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_005_002_copie_de_tableaux Exe ex_005_002_copie_de_tableaux - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_005_003_tableaux_multiDimensions/Properties/AssemblyInfo.cs b/ex_005_003_tableaux_multiDimensions/Properties/AssemblyInfo.cs deleted file mode 100644 index c98897b..0000000 --- a/ex_005_003_tableaux_multiDimensions/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_005_003_tableaux_multiDimensions")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("cce9b327-db78-4522-a836-b3025d54f504")] diff --git a/ex_005_003_tableaux_multiDimensions/ex_005_003_tableaux_multiDimensions.csproj b/ex_005_003_tableaux_multiDimensions/ex_005_003_tableaux_multiDimensions.csproj index ca46f77..a8d2ded 100644 --- a/ex_005_003_tableaux_multiDimensions/ex_005_003_tableaux_multiDimensions.csproj +++ b/ex_005_003_tableaux_multiDimensions/ex_005_003_tableaux_multiDimensions.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_005_003_tableaux_multiDimensions Exe ex_005_003_tableaux_multiDimensions - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_006_001_string/Properties/AssemblyInfo.cs b/ex_006_001_string/Properties/AssemblyInfo.cs deleted file mode 100644 index d0983a2..0000000 --- a/ex_006_001_string/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_006_001_string")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5533d4e6-4d98-4560-96bb-01fda446dabe")] diff --git a/ex_006_001_string/ex_006_001_string.csproj b/ex_006_001_string/ex_006_001_string.csproj index 6257d6e..73a43b0 100644 --- a/ex_006_001_string/ex_006_001_string.csproj +++ b/ex_006_001_string/ex_006_001_string.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_006_001_string Exe ex_006_001_string - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_006_002_StringBuilder/Properties/AssemblyInfo.cs b/ex_006_002_StringBuilder/Properties/AssemblyInfo.cs deleted file mode 100644 index c3417c1..0000000 --- a/ex_006_002_StringBuilder/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_006_002_StringBuilder")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("eca80f84-d9db-4f74-90df-5a335294710d")] diff --git a/ex_006_002_StringBuilder/ex_006_002_StringBuilder.csproj b/ex_006_002_StringBuilder/ex_006_002_StringBuilder.csproj index 2cba64d..b3d41f5 100644 --- a/ex_006_002_StringBuilder/ex_006_002_StringBuilder.csproj +++ b/ex_006_002_StringBuilder/ex_006_002_StringBuilder.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_006_002_StringBuilder Exe ex_006_002_StringBuilder - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_007_001_enum/Properties/AssemblyInfo.cs b/ex_007_001_enum/Properties/AssemblyInfo.cs deleted file mode 100644 index 9573eb5..0000000 --- a/ex_007_001_enum/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_007_001_enum")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b864accf-b54b-4d6d-ac12-5c382435faca")] diff --git a/ex_007_001_enum/ex_007_001_enum.csproj b/ex_007_001_enum/ex_007_001_enum.csproj index 819e84a..35af658 100644 --- a/ex_007_001_enum/ex_007_001_enum.csproj +++ b/ex_007_001_enum/ex_007_001_enum.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_007_001_enum Exe ex_007_001_enum - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_008_001_if_else/Properties/AssemblyInfo.cs b/ex_008_001_if_else/Properties/AssemblyInfo.cs deleted file mode 100644 index a96d9b4..0000000 --- a/ex_008_001_if_else/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_008_001_if_else")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d51bc19b-8e64-4a2f-815f-6216d733ba0e")] diff --git a/ex_008_001_if_else/ex_008_001_if_else.csproj b/ex_008_001_if_else/ex_008_001_if_else.csproj index 69c80f5..67bba75 100644 --- a/ex_008_001_if_else/ex_008_001_if_else.csproj +++ b/ex_008_001_if_else/ex_008_001_if_else.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_008_001_if_else Exe ex_008_001_if_else - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_008_002_switch/Properties/AssemblyInfo.cs b/ex_008_002_switch/Properties/AssemblyInfo.cs deleted file mode 100644 index c16bb91..0000000 --- a/ex_008_002_switch/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_008_002_switch")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("77cb4ec3-2fb5-420d-8a3a-2ee36249d3b9")] diff --git a/ex_008_002_switch/ex_008_002_switch.csproj b/ex_008_002_switch/ex_008_002_switch.csproj index d2b9e4d..fd4b460 100644 --- a/ex_008_002_switch/ex_008_002_switch.csproj +++ b/ex_008_002_switch/ex_008_002_switch.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_008_002_switch Exe ex_008_002_switch - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_008_003_ternary_operator/Properties/AssemblyInfo.cs b/ex_008_003_ternary_operator/Properties/AssemblyInfo.cs deleted file mode 100644 index d0b6046..0000000 --- a/ex_008_003_ternary_operator/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_008_003_ternary_operator")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("bd4267ab-5a5b-4f71-bf4c-80adf3f77ae5")] diff --git a/ex_008_003_ternary_operator/ex_008_003_ternary_operator.csproj b/ex_008_003_ternary_operator/ex_008_003_ternary_operator.csproj index e222adf..d9821b6 100644 --- a/ex_008_003_ternary_operator/ex_008_003_ternary_operator.csproj +++ b/ex_008_003_ternary_operator/ex_008_003_ternary_operator.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_008_003_ternary_operator Exe ex_008_003_ternary_operator - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_008_004_null_operators/Properties/AssemblyInfo.cs b/ex_008_004_null_operators/Properties/AssemblyInfo.cs deleted file mode 100644 index 6e25e0e..0000000 --- a/ex_008_004_null_operators/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_008_004_null_operators")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("703fa2b2-c9fc-4ed8-852c-6198abb37aa9")] diff --git a/ex_008_004_null_operators/ex_008_004_null_operators.csproj b/ex_008_004_null_operators/ex_008_004_null_operators.csproj index 783f4d4..a099374 100644 --- a/ex_008_004_null_operators/ex_008_004_null_operators.csproj +++ b/ex_008_004_null_operators/ex_008_004_null_operators.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_008_004_null_operators Exe ex_008_004_null_operators - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_009_001_bouclesIteratives/Properties/AssemblyInfo.cs b/ex_009_001_bouclesIteratives/Properties/AssemblyInfo.cs deleted file mode 100644 index 538d1d2..0000000 --- a/ex_009_001_bouclesIteratives/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_009_001_bouclesIteratives")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("39839e89-7f1e-44fa-b65f-4229d3c60bba")] diff --git a/ex_009_001_bouclesIteratives/ex_009_001_bouclesIteratives.csproj b/ex_009_001_bouclesIteratives/ex_009_001_bouclesIteratives.csproj index 0d80c17..69b40c6 100644 --- a/ex_009_001_bouclesIteratives/ex_009_001_bouclesIteratives.csproj +++ b/ex_009_001_bouclesIteratives/ex_009_001_bouclesIteratives.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_009_001_bouclesIteratives Exe ex_009_001_bouclesIteratives - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_010_001_methodParametersAndModifiers/Properties/AssemblyInfo.cs b/ex_010_001_methodParametersAndModifiers/Properties/AssemblyInfo.cs deleted file mode 100644 index 9d55c40..0000000 --- a/ex_010_001_methodParametersAndModifiers/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_010_001_methodParametersAndModifiers")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e047cd31-22d5-4363-a68a-0c1816db0460")] diff --git a/ex_010_001_methodParametersAndModifiers/ex_010_001_methodParametersAndModifiers.csproj b/ex_010_001_methodParametersAndModifiers/ex_010_001_methodParametersAndModifiers.csproj index 3ab5ab1..60065c3 100644 --- a/ex_010_001_methodParametersAndModifiers/ex_010_001_methodParametersAndModifiers.csproj +++ b/ex_010_001_methodParametersAndModifiers/ex_010_001_methodParametersAndModifiers.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_010_001_methodParametersAndModifiers Exe ex_010_001_methodParametersAndModifiers - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_010_002_optionalParameters/Properties/AssemblyInfo.cs b/ex_010_002_optionalParameters/Properties/AssemblyInfo.cs deleted file mode 100644 index b190517..0000000 --- a/ex_010_002_optionalParameters/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_010_002_optionalParameters")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("10f1ec44-a5c4-4a14-bccb-e4b7a5c6f94b")] diff --git a/ex_010_002_optionalParameters/ex_010_002_optionalParameters.csproj b/ex_010_002_optionalParameters/ex_010_002_optionalParameters.csproj index a4477fb..4382237 100644 --- a/ex_010_002_optionalParameters/ex_010_002_optionalParameters.csproj +++ b/ex_010_002_optionalParameters/ex_010_002_optionalParameters.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_010_002_optionalParameters Exe ex_010_002_optionalParameters - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_010_003_interets_des_optionalparameters/Properties/AssemblyInfo.cs b/ex_010_003_interets_des_optionalparameters/Properties/AssemblyInfo.cs deleted file mode 100644 index 09fb15a..0000000 --- a/ex_010_003_interets_des_optionalparameters/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_010_003_interets_des_optionalparameters")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("a32ba29c-7671-43f4-a787-a049dfcdfcf3")] diff --git a/ex_010_003_interets_des_optionalparameters/ex_010_003_interets_des_optionalparameters.csproj b/ex_010_003_interets_des_optionalparameters/ex_010_003_interets_des_optionalparameters.csproj index 11cc82a..44cd361 100644 --- a/ex_010_003_interets_des_optionalparameters/ex_010_003_interets_des_optionalparameters.csproj +++ b/ex_010_003_interets_des_optionalparameters/ex_010_003_interets_des_optionalparameters.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_010_003_interets_des_optionalparameters Exe ex_010_003_interets_des_optionalparameters - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_012_001_nullableTypes/Properties/AssemblyInfo.cs b/ex_012_001_nullableTypes/Properties/AssemblyInfo.cs deleted file mode 100644 index 32a0c46..0000000 --- a/ex_012_001_nullableTypes/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_012_001_nullableTypes")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("24579534-e9ee-4420-a6d5-ce1911a0f8d2")] diff --git a/ex_012_001_nullableTypes/ex_012_001_nullableTypes.csproj b/ex_012_001_nullableTypes/ex_012_001_nullableTypes.csproj index e049c39..44d216f 100644 --- a/ex_012_001_nullableTypes/ex_012_001_nullableTypes.csproj +++ b/ex_012_001_nullableTypes/ex_012_001_nullableTypes.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_012_001_nullableTypes Exe ex_012_001_nullableTypes - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_013_001_FormattingParsingNumEtBool/Properties/AssemblyInfo.cs b/ex_013_001_FormattingParsingNumEtBool/Properties/AssemblyInfo.cs deleted file mode 100644 index 336873f..0000000 --- a/ex_013_001_FormattingParsingNumEtBool/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_013_001_FormattingParsingNumEtBool")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0b41ea6f-a4ec-4dfc-aaf7-eafc47b88f32")] diff --git a/ex_013_001_FormattingParsingNumEtBool/ex_013_001_FormattingParsingNumEtBool.csproj b/ex_013_001_FormattingParsingNumEtBool/ex_013_001_FormattingParsingNumEtBool.csproj index 1650529..8b27dfd 100644 --- a/ex_013_001_FormattingParsingNumEtBool/ex_013_001_FormattingParsingNumEtBool.csproj +++ b/ex_013_001_FormattingParsingNumEtBool/ex_013_001_FormattingParsingNumEtBool.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_013_001_FormattingParsingNumEtBool Exe ex_013_001_FormattingParsingNumEtBool - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_013_002_FormattingParsingDateTime/Properties/AssemblyInfo.cs b/ex_013_002_FormattingParsingDateTime/Properties/AssemblyInfo.cs deleted file mode 100644 index d57eafc..0000000 --- a/ex_013_002_FormattingParsingDateTime/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_013_002_FormattingParsingDateTime")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("865b8eec-f470-432b-9c0e-652a287289aa")] diff --git a/ex_013_002_FormattingParsingDateTime/ex_013_002_FormattingParsingDateTime.csproj b/ex_013_002_FormattingParsingDateTime/ex_013_002_FormattingParsingDateTime.csproj index b5ed515..1389a4e 100644 --- a/ex_013_002_FormattingParsingDateTime/ex_013_002_FormattingParsingDateTime.csproj +++ b/ex_013_002_FormattingParsingDateTime/ex_013_002_FormattingParsingDateTime.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_013_002_FormattingParsingDateTime Exe ex_013_002_FormattingParsingDateTime - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_014_001_namespace_et_nomDUneClasse/Properties/AssemblyInfo.cs b/ex_014_001_namespace_et_nomDUneClasse/Properties/AssemblyInfo.cs deleted file mode 100644 index 93cc403..0000000 --- a/ex_014_001_namespace_et_nomDUneClasse/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_014_001_namespace_et_nomDUneClasse")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0257e9a6-8d3e-453a-a79b-3c28146d3fe1")] diff --git a/ex_014_001_namespace_et_nomDUneClasse/ex_014_001_namespace_et_nomDUneClasse.csproj b/ex_014_001_namespace_et_nomDUneClasse/ex_014_001_namespace_et_nomDUneClasse.csproj index e3d081d..92c580e 100644 --- a/ex_014_001_namespace_et_nomDUneClasse/ex_014_001_namespace_et_nomDUneClasse.csproj +++ b/ex_014_001_namespace_et_nomDUneClasse/ex_014_001_namespace_et_nomDUneClasse.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_014_001_namespace_et_nomDUneClasse Exe ex_014_001_namespace_et_nomDUneClasse - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_014_002_typesImbriques/Properties/AssemblyInfo.cs b/ex_014_002_typesImbriques/Properties/AssemblyInfo.cs deleted file mode 100644 index 1ebca22..0000000 --- a/ex_014_002_typesImbriques/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_014_002_typesImbriques")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("482968a6-6585-4e1b-8a59-1dc3985ac106")] diff --git a/ex_014_002_typesImbriques/ex_014_002_typesImbriques.csproj b/ex_014_002_typesImbriques/ex_014_002_typesImbriques.csproj index 850ae46..a7dec01 100644 --- a/ex_014_002_typesImbriques/ex_014_002_typesImbriques.csproj +++ b/ex_014_002_typesImbriques/ex_014_002_typesImbriques.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_014_002_typesImbriques Exe ex_014_002_typesImbriques - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_014_003_ClasseChampInitialiseurs/Properties/AssemblyInfo.cs b/ex_014_003_ClasseChampInitialiseurs/Properties/AssemblyInfo.cs deleted file mode 100644 index d3edc45..0000000 --- a/ex_014_003_ClasseChampInitialiseurs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_014_003_ClasseChampInitialiseurs")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5274be21-4107-4628-8615-5b2d78ecf358")] diff --git a/ex_014_003_ClasseChampInitialiseurs/ex_014_003_ClasseChampInitialiseurs.csproj b/ex_014_003_ClasseChampInitialiseurs/ex_014_003_ClasseChampInitialiseurs.csproj index 05c2ae0..cbbcd84 100644 --- a/ex_014_003_ClasseChampInitialiseurs/ex_014_003_ClasseChampInitialiseurs.csproj +++ b/ex_014_003_ClasseChampInitialiseurs/ex_014_003_ClasseChampInitialiseurs.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_014_003_ClasseChampInitialiseurs Exe ex_014_003_ClasseChampInitialiseurs - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_014_004_constructeurs/Properties/AssemblyInfo.cs b/ex_014_004_constructeurs/Properties/AssemblyInfo.cs deleted file mode 100644 index a8ab1df..0000000 --- a/ex_014_004_constructeurs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_014_004_constructeurs")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("491d53a3-5569-4771-94e0-05932865eb7b")] diff --git a/ex_014_004_constructeurs/ex_014_004_constructeurs.csproj b/ex_014_004_constructeurs/ex_014_004_constructeurs.csproj index 9176aef..00e6441 100644 --- a/ex_014_004_constructeurs/ex_014_004_constructeurs.csproj +++ b/ex_014_004_constructeurs/ex_014_004_constructeurs.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_014_004_constructeurs Exe ex_014_004_constructeurs - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_014_005_methodes/Properties/AssemblyInfo.cs b/ex_014_005_methodes/Properties/AssemblyInfo.cs deleted file mode 100644 index d24cddb..0000000 --- a/ex_014_005_methodes/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_014_005_methodes")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("80bcf13b-48b0-4370-8727-5a8ccadca605")] diff --git a/ex_014_005_methodes/ex_014_005_methodes.csproj b/ex_014_005_methodes/ex_014_005_methodes.csproj index 326b36f..0eb2e92 100644 --- a/ex_014_005_methodes/ex_014_005_methodes.csproj +++ b/ex_014_005_methodes/ex_014_005_methodes.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_014_005_methodes Exe ex_014_005_methodes - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_014_006_object_ToString/Properties/AssemblyInfo.cs b/ex_014_006_object_ToString/Properties/AssemblyInfo.cs deleted file mode 100644 index 2fbf83a..0000000 --- a/ex_014_006_object_ToString/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_014_006_object_ToString")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ebff5e6c-2eff-467a-b256-fb65d48f8bb7")] diff --git a/ex_014_006_object_ToString/ex_014_006_object_ToString.csproj b/ex_014_006_object_ToString/ex_014_006_object_ToString.csproj index cceca5e..2c0b4fc 100644 --- a/ex_014_006_object_ToString/ex_014_006_object_ToString.csproj +++ b/ex_014_006_object_ToString/ex_014_006_object_ToString.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_014_006_object_ToString Exe ex_014_006_object_ToString - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_014_007_expression_bodied_methods/Properties/AssemblyInfo.cs b/ex_014_007_expression_bodied_methods/Properties/AssemblyInfo.cs deleted file mode 100644 index 8dfe91e..0000000 --- a/ex_014_007_expression_bodied_methods/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_014_007_expression_bodied_methods")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("74c82e57-bf1b-4fa7-ade2-3a000175f8da")] diff --git a/ex_014_007_expression_bodied_methods/ex_014_007_expression_bodied_methods.csproj b/ex_014_007_expression_bodied_methods/ex_014_007_expression_bodied_methods.csproj index 32d5213..e102bec 100644 --- a/ex_014_007_expression_bodied_methods/ex_014_007_expression_bodied_methods.csproj +++ b/ex_014_007_expression_bodied_methods/ex_014_007_expression_bodied_methods.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_014_007_expression_bodied_methods Exe ex_014_007_expression_bodied_methods - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_015_001_static/Properties/AssemblyInfo.cs b/ex_015_001_static/Properties/AssemblyInfo.cs deleted file mode 100644 index 7c98f80..0000000 --- a/ex_015_001_static/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_015_001_static")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c5d637fc-fba3-4a19-9736-ebefb5c0de14")] diff --git a/ex_015_001_static/ex_015_001_static.csproj b/ex_015_001_static/ex_015_001_static.csproj index 0a6b85e..72201b2 100644 --- a/ex_015_001_static/ex_015_001_static.csproj +++ b/ex_015_001_static/ex_015_001_static.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_015_001_static Exe ex_015_001_static - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_015_002_ordreAppelStatic/Properties/AssemblyInfo.cs b/ex_015_002_ordreAppelStatic/Properties/AssemblyInfo.cs deleted file mode 100644 index f7a7367..0000000 --- a/ex_015_002_ordreAppelStatic/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_015_002_ordreAppelStatic")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("8e39c50a-9286-41b3-916d-2792f843dfdf")] diff --git a/ex_015_002_ordreAppelStatic/ex_015_002_ordreAppelStatic.csproj b/ex_015_002_ordreAppelStatic/ex_015_002_ordreAppelStatic.csproj index 313bb8f..a7a19c1 100644 --- a/ex_015_002_ordreAppelStatic/ex_015_002_ordreAppelStatic.csproj +++ b/ex_015_002_ordreAppelStatic/ex_015_002_ordreAppelStatic.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_015_002_ordreAppelStatic Exe ex_015_002_ordreAppelStatic - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_015_003_singleton/Properties/AssemblyInfo.cs b/ex_015_003_singleton/Properties/AssemblyInfo.cs deleted file mode 100644 index a90f264..0000000 --- a/ex_015_003_singleton/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_015_003_singleton")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b32776cb-6abe-43b4-b876-476fed4cb6d3")] diff --git a/ex_015_003_singleton/ex_015_003_singleton.csproj b/ex_015_003_singleton/ex_015_003_singleton.csproj index 9a5745b..f7fda33 100644 --- a/ex_015_003_singleton/ex_015_003_singleton.csproj +++ b/ex_015_003_singleton/ex_015_003_singleton.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_015_003_singleton Exe ex_015_003_singleton - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_015_004_using_static/Properties/AssemblyInfo.cs b/ex_015_004_using_static/Properties/AssemblyInfo.cs deleted file mode 100644 index f4a1073..0000000 --- a/ex_015_004_using_static/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_015_004_using_static")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b2ec7a3b-6d5a-4045-8960-0515a6900d53")] diff --git a/ex_015_004_using_static/ex_015_004_using_static.csproj b/ex_015_004_using_static/ex_015_004_using_static.csproj index e2b90ac..cac2764 100644 --- a/ex_015_004_using_static/ex_015_004_using_static.csproj +++ b/ex_015_004_using_static/ex_015_004_using_static.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_015_004_using_static Exe ex_015_004_using_static - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_016_001_getters_setters_methods/Properties/AssemblyInfo.cs b/ex_016_001_getters_setters_methods/Properties/AssemblyInfo.cs deleted file mode 100644 index c3da249..0000000 --- a/ex_016_001_getters_setters_methods/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_016_001_getters_setters_methods")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9cd6a2e0-b737-49a3-a234-e0282726b0ba")] diff --git a/ex_016_001_getters_setters_methods/ex_016_001_getters_setters_methods.csproj b/ex_016_001_getters_setters_methods/ex_016_001_getters_setters_methods.csproj index b8c68a3..62b5288 100644 --- a/ex_016_001_getters_setters_methods/ex_016_001_getters_setters_methods.csproj +++ b/ex_016_001_getters_setters_methods/ex_016_001_getters_setters_methods.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_016_001_getters_setters_methods Exe ex_016_001_getters_setters_methods - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_016_002_properties/Properties/AssemblyInfo.cs b/ex_016_002_properties/Properties/AssemblyInfo.cs deleted file mode 100644 index 7c6f44f..0000000 --- a/ex_016_002_properties/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_016_002_properties")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0d2b997b-85f8-4336-b988-89d55771bbbd")] diff --git a/ex_016_002_properties/ex_016_002_properties.csproj b/ex_016_002_properties/ex_016_002_properties.csproj index 939325b..2fb2d89 100644 --- a/ex_016_002_properties/ex_016_002_properties.csproj +++ b/ex_016_002_properties/ex_016_002_properties.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_016_002_properties Exe ex_016_002_properties - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_016_003_indexers/Properties/AssemblyInfo.cs b/ex_016_003_indexers/Properties/AssemblyInfo.cs deleted file mode 100644 index 7e5c345..0000000 --- a/ex_016_003_indexers/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_016_003_indexers")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0f9617bd-1761-432f-be18-0904d0c9d9f6")] diff --git a/ex_016_003_indexers/ex_016_003_indexers.csproj b/ex_016_003_indexers/ex_016_003_indexers.csproj index b46eb5b..4649535 100644 --- a/ex_016_003_indexers/ex_016_003_indexers.csproj +++ b/ex_016_003_indexers/ex_016_003_indexers.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_016_003_indexers Exe ex_016_003_indexers - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_016_004_readonly/Properties/AssemblyInfo.cs b/ex_016_004_readonly/Properties/AssemblyInfo.cs deleted file mode 100644 index fbe20a0..0000000 --- a/ex_016_004_readonly/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_016_004_readonly")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0cd585d3-5c8c-43c1-9a24-bda83d976a38")] diff --git a/ex_016_004_readonly/ex_016_004_readonly.csproj b/ex_016_004_readonly/ex_016_004_readonly.csproj index 6893eba..f8408c8 100644 --- a/ex_016_004_readonly/ex_016_004_readonly.csproj +++ b/ex_016_004_readonly/ex_016_004_readonly.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_016_004_readonly Exe ex_016_004_readonly - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_016_005_partial/Properties/AssemblyInfo.cs b/ex_016_005_partial/Properties/AssemblyInfo.cs deleted file mode 100644 index 201414f..0000000 --- a/ex_016_005_partial/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_016_005_partial")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("08a58ce2-a1d4-4d56-88b7-340c28d7f60d")] diff --git a/ex_016_005_partial/ex_016_005_partial.csproj b/ex_016_005_partial/ex_016_005_partial.csproj index ce5d71e..3897249 100644 --- a/ex_016_005_partial/ex_016_005_partial.csproj +++ b/ex_016_005_partial/ex_016_005_partial.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_016_005_partial Exe ex_016_005_partial - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_017_001_heritage_syntaxe/Properties/AssemblyInfo.cs b/ex_017_001_heritage_syntaxe/Properties/AssemblyInfo.cs deleted file mode 100644 index 9a2c217..0000000 --- a/ex_017_001_heritage_syntaxe/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_017_001_heritage_syntaxe")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("2a5f25f6-c5a9-4f13-9bbd-f0faa8dafd80")] diff --git a/ex_017_001_heritage_syntaxe/ex_017_001_heritage_syntaxe.csproj b/ex_017_001_heritage_syntaxe/ex_017_001_heritage_syntaxe.csproj index 93ccc32..a4db8b9 100644 --- a/ex_017_001_heritage_syntaxe/ex_017_001_heritage_syntaxe.csproj +++ b/ex_017_001_heritage_syntaxe/ex_017_001_heritage_syntaxe.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_017_001_heritage_syntaxe Exe ex_017_001_heritage_syntaxe - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_017_002_redefinitionDeMethodes/Properties/AssemblyInfo.cs b/ex_017_002_redefinitionDeMethodes/Properties/AssemblyInfo.cs deleted file mode 100644 index 6ef1471..0000000 --- a/ex_017_002_redefinitionDeMethodes/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_017_002_redefinitionDeMethodes")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("3ce2964c-20d8-4513-b156-5dcaf8d8df38")] diff --git a/ex_017_002_redefinitionDeMethodes/ex_017_002_redefinitionDeMethodes.csproj b/ex_017_002_redefinitionDeMethodes/ex_017_002_redefinitionDeMethodes.csproj index fd62eb4..310a877 100644 --- a/ex_017_002_redefinitionDeMethodes/ex_017_002_redefinitionDeMethodes.csproj +++ b/ex_017_002_redefinitionDeMethodes/ex_017_002_redefinitionDeMethodes.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_017_002_redefinitionDeMethodes Exe ex_017_002_redefinitionDeMethodes - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_017_003_initialiseurs_constructeurs/Properties/AssemblyInfo.cs b/ex_017_003_initialiseurs_constructeurs/Properties/AssemblyInfo.cs deleted file mode 100644 index 48dd033..0000000 --- a/ex_017_003_initialiseurs_constructeurs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_017_003_initialiseurs_constructeurs")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("790d3e7d-040a-4740-a7a9-e0dd45c0cfaf")] diff --git a/ex_017_003_initialiseurs_constructeurs/ex_017_003_initialiseurs_constructeurs.csproj b/ex_017_003_initialiseurs_constructeurs/ex_017_003_initialiseurs_constructeurs.csproj index ac62922..f399f65 100644 --- a/ex_017_003_initialiseurs_constructeurs/ex_017_003_initialiseurs_constructeurs.csproj +++ b/ex_017_003_initialiseurs_constructeurs/ex_017_003_initialiseurs_constructeurs.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_017_003_initialiseurs_constructeurs Exe ex_017_003_initialiseurs_constructeurs - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_017_004_casting/Properties/AssemblyInfo.cs b/ex_017_004_casting/Properties/AssemblyInfo.cs deleted file mode 100644 index ed8525a..0000000 --- a/ex_017_004_casting/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_017_004_casting")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9d97bca1-1ed9-49ff-a035-7f54859c4ea4")] diff --git a/ex_017_004_casting/ex_017_004_casting.csproj b/ex_017_004_casting/ex_017_004_casting.csproj index 9166fe4..917fb59 100644 --- a/ex_017_004_casting/ex_017_004_casting.csproj +++ b/ex_017_004_casting/ex_017_004_casting.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_017_004_casting Exe ex_017_004_casting - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_018_001_polymorphisme/Properties/AssemblyInfo.cs b/ex_018_001_polymorphisme/Properties/AssemblyInfo.cs deleted file mode 100644 index d312eae..0000000 --- a/ex_018_001_polymorphisme/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_018_001_polymorphisme")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ddf21d56-c374-47de-b200-f7f3b8add3d3")] diff --git a/ex_018_001_polymorphisme/ex_018_001_polymorphisme.csproj b/ex_018_001_polymorphisme/ex_018_001_polymorphisme.csproj index f55f794..11f557f 100644 --- a/ex_018_001_polymorphisme/ex_018_001_polymorphisme.csproj +++ b/ex_018_001_polymorphisme/ex_018_001_polymorphisme.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_018_001_polymorphisme Exe ex_018_001_polymorphisme - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_018_002_abstract/Properties/AssemblyInfo.cs b/ex_018_002_abstract/Properties/AssemblyInfo.cs deleted file mode 100644 index dc903fe..0000000 --- a/ex_018_002_abstract/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_018_002_abstract")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5de1331b-cd3f-478d-a947-9e7b90705f2f")] diff --git a/ex_018_002_abstract/ex_018_002_abstract.csproj b/ex_018_002_abstract/ex_018_002_abstract.csproj index 65e0e07..7d14e4f 100644 --- a/ex_018_002_abstract/ex_018_002_abstract.csproj +++ b/ex_018_002_abstract/ex_018_002_abstract.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_018_002_abstract Exe ex_018_002_abstract - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_019_001_interfaces/Properties/AssemblyInfo.cs b/ex_019_001_interfaces/Properties/AssemblyInfo.cs deleted file mode 100644 index 422994a..0000000 --- a/ex_019_001_interfaces/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_019_001_interfaces")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("95b9a703-b6e9-4402-8d8e-9d8a3c9799d2")] diff --git a/ex_019_001_interfaces/ex_019_001_interfaces.csproj b/ex_019_001_interfaces/ex_019_001_interfaces.csproj index d20c703..6f4ad53 100644 --- a/ex_019_001_interfaces/ex_019_001_interfaces.csproj +++ b/ex_019_001_interfaces/ex_019_001_interfaces.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_019_001_interfaces Exe ex_019_001_interfaces - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_020_001_structures/Properties/AssemblyInfo.cs b/ex_020_001_structures/Properties/AssemblyInfo.cs deleted file mode 100644 index b468165..0000000 --- a/ex_020_001_structures/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_020_001_structures")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ccc7ec33-6053-4ea8-b157-29676446aaf7")] diff --git a/ex_020_001_structures/ex_020_001_structures.csproj b/ex_020_001_structures/ex_020_001_structures.csproj index af5766a..dc316f0 100644 --- a/ex_020_001_structures/ex_020_001_structures.csproj +++ b/ex_020_001_structures/ex_020_001_structures.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_020_001_structures Exe ex_020_001_structures - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_021_001_patternComposite/Properties/AssemblyInfo.cs b/ex_021_001_patternComposite/Properties/AssemblyInfo.cs deleted file mode 100644 index 30e9a3f..0000000 --- a/ex_021_001_patternComposite/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_021_001_patternComposite")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0b465767-c5fe-4381-8083-d8f27aab0430")] diff --git a/ex_021_001_patternComposite/ex_021_001_patternComposite.csproj b/ex_021_001_patternComposite/ex_021_001_patternComposite.csproj index c968b45..bddcfd9 100644 --- a/ex_021_001_patternComposite/ex_021_001_patternComposite.csproj +++ b/ex_021_001_patternComposite/ex_021_001_patternComposite.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_021_001_patternComposite Exe ex_021_001_patternComposite - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_021_002_patternStrategy/Properties/AssemblyInfo.cs b/ex_021_002_patternStrategy/Properties/AssemblyInfo.cs deleted file mode 100644 index 0064e2d..0000000 --- a/ex_021_002_patternStrategy/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_021_002_patternStrategy")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("a9aa7fdb-acf5-4b66-a8f7-c2b7090430d3")] diff --git a/ex_021_002_patternStrategy/ex_021_002_patternStrategy.csproj b/ex_021_002_patternStrategy/ex_021_002_patternStrategy.csproj index bdeb9cc..f863b11 100644 --- a/ex_021_002_patternStrategy/ex_021_002_patternStrategy.csproj +++ b/ex_021_002_patternStrategy/ex_021_002_patternStrategy.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_021_002_patternStrategy Exe ex_021_002_patternStrategy - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_022_001_Generics_def_du_pb/Properties/AssemblyInfo.cs b/ex_022_001_Generics_def_du_pb/Properties/AssemblyInfo.cs deleted file mode 100644 index e554b11..0000000 --- a/ex_022_001_Generics_def_du_pb/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_022_001_Generics_def_du_pb")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("23ef1497-aa33-4509-b37c-9ea6f8104c3c")] diff --git a/ex_022_001_Generics_def_du_pb/ex_022_001_Generics_def_du_pb.csproj b/ex_022_001_Generics_def_du_pb/ex_022_001_Generics_def_du_pb.csproj index c923e53..a442f3b 100644 --- a/ex_022_001_Generics_def_du_pb/ex_022_001_Generics_def_du_pb.csproj +++ b/ex_022_001_Generics_def_du_pb/ex_022_001_Generics_def_du_pb.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_022_001_Generics_def_du_pb Exe ex_022_001_Generics_def_du_pb - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_022_002_Generics_EtPourquoiPasObject/Properties/AssemblyInfo.cs b/ex_022_002_Generics_EtPourquoiPasObject/Properties/AssemblyInfo.cs deleted file mode 100644 index 2d5c7fc..0000000 --- a/ex_022_002_Generics_EtPourquoiPasObject/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_022_002_Generics_EtPourquoiPasObject")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f13ff2ae-433e-4d63-8675-a096d6d4d148")] diff --git a/ex_022_002_Generics_EtPourquoiPasObject/ex_022_002_Generics_EtPourquoiPasObject.csproj b/ex_022_002_Generics_EtPourquoiPasObject/ex_022_002_Generics_EtPourquoiPasObject.csproj index cabd16a..5f710d0 100644 --- a/ex_022_002_Generics_EtPourquoiPasObject/ex_022_002_Generics_EtPourquoiPasObject.csproj +++ b/ex_022_002_Generics_EtPourquoiPasObject/ex_022_002_Generics_EtPourquoiPasObject.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_022_002_Generics_EtPourquoiPasObject Exe ex_022_002_Generics_EtPourquoiPasObject - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_022_003_Generics_syntaxe/Properties/AssemblyInfo.cs b/ex_022_003_Generics_syntaxe/Properties/AssemblyInfo.cs deleted file mode 100644 index f952ac0..0000000 --- a/ex_022_003_Generics_syntaxe/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_022_003_Generics_syntaxe")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d9a73a20-23a9-47df-b292-30f4a4150a1c")] diff --git a/ex_022_003_Generics_syntaxe/ex_022_003_Generics_syntaxe.csproj b/ex_022_003_Generics_syntaxe/ex_022_003_Generics_syntaxe.csproj index d52a34c..610994b 100644 --- a/ex_022_003_Generics_syntaxe/ex_022_003_Generics_syntaxe.csproj +++ b/ex_022_003_Generics_syntaxe/ex_022_003_Generics_syntaxe.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_022_003_Generics_syntaxe Exe ex_022_003_Generics_syntaxe - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_022_004_Generics_default/Properties/AssemblyInfo.cs b/ex_022_004_Generics_default/Properties/AssemblyInfo.cs deleted file mode 100644 index fda8d21..0000000 --- a/ex_022_004_Generics_default/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_022_004_Generics_default")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("a5a11201-d639-4eed-bb94-ee003d67fe05")] diff --git a/ex_022_004_Generics_default/ex_022_004_Generics_default.csproj b/ex_022_004_Generics_default/ex_022_004_Generics_default.csproj index 1234751..03b268f 100644 --- a/ex_022_004_Generics_default/ex_022_004_Generics_default.csproj +++ b/ex_022_004_Generics_default/ex_022_004_Generics_default.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_022_004_Generics_default Exe ex_022_004_Generics_default - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_022_005_Generics_constraints/Properties/AssemblyInfo.cs b/ex_022_005_Generics_constraints/Properties/AssemblyInfo.cs deleted file mode 100644 index efd87d9..0000000 --- a/ex_022_005_Generics_constraints/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_022_005_Generics_constraints")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e4e9106f-185a-498c-aba7-ff8abba7a266")] diff --git a/ex_022_005_Generics_constraints/ex_022_005_Generics_constraints.csproj b/ex_022_005_Generics_constraints/ex_022_005_Generics_constraints.csproj index 05b6dab..795dce9 100644 --- a/ex_022_005_Generics_constraints/ex_022_005_Generics_constraints.csproj +++ b/ex_022_005_Generics_constraints/ex_022_005_Generics_constraints.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_022_005_Generics_constraints Exe ex_022_005_Generics_constraints - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_022_006_Generics_constraints2/Properties/AssemblyInfo.cs b/ex_022_006_Generics_constraints2/Properties/AssemblyInfo.cs deleted file mode 100644 index 1486879..0000000 --- a/ex_022_006_Generics_constraints2/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_022_006_Generics_constraints2")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ead89342-88d7-48d5-994a-a45990363090")] diff --git a/ex_022_006_Generics_constraints2/ex_022_006_Generics_constraints2.csproj b/ex_022_006_Generics_constraints2/ex_022_006_Generics_constraints2.csproj index e0360f0..f006e6b 100644 --- a/ex_022_006_Generics_constraints2/ex_022_006_Generics_constraints2.csproj +++ b/ex_022_006_Generics_constraints2/ex_022_006_Generics_constraints2.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_022_006_Generics_constraints2 Exe ex_022_006_Generics_constraints2 - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_022_007_Generics_subclassing/Properties/AssemblyInfo.cs b/ex_022_007_Generics_subclassing/Properties/AssemblyInfo.cs deleted file mode 100644 index aff94cb..0000000 --- a/ex_022_007_Generics_subclassing/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_022_007_Generics_subclassing")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("a4b0afb0-1318-407e-b906-8dfa64ba37f2")] diff --git a/ex_022_007_Generics_subclassing/ex_022_007_Generics_subclassing.csproj b/ex_022_007_Generics_subclassing/ex_022_007_Generics_subclassing.csproj index dc2fbf6..dd900b6 100644 --- a/ex_022_007_Generics_subclassing/ex_022_007_Generics_subclassing.csproj +++ b/ex_022_007_Generics_subclassing/ex_022_007_Generics_subclassing.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_022_007_Generics_subclassing Exe ex_022_007_Generics_subclassing - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_022_008_CovarianceClasses/Properties/AssemblyInfo.cs b/ex_022_008_CovarianceClasses/Properties/AssemblyInfo.cs deleted file mode 100644 index ebde8d7..0000000 --- a/ex_022_008_CovarianceClasses/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_022_008_CovarianceClasses")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("64e236e9-f05f-4a25-87f7-50e954e32003")] diff --git a/ex_022_008_CovarianceClasses/ex_022_008_CovarianceClasses.csproj b/ex_022_008_CovarianceClasses/ex_022_008_CovarianceClasses.csproj index 662dc17..0faaa27 100644 --- a/ex_022_008_CovarianceClasses/ex_022_008_CovarianceClasses.csproj +++ b/ex_022_008_CovarianceClasses/ex_022_008_CovarianceClasses.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_022_008_CovarianceClasses Exe ex_022_008_CovarianceClasses - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_022_009_CovarianceInterfaces/Properties/AssemblyInfo.cs b/ex_022_009_CovarianceInterfaces/Properties/AssemblyInfo.cs deleted file mode 100644 index a457ce7..0000000 --- a/ex_022_009_CovarianceInterfaces/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_022_009_CovarianceInterfaces")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("be8df8f8-4323-437b-ae5f-ecb902194f7a")] diff --git a/ex_022_009_CovarianceInterfaces/ex_022_009_CovarianceInterfaces.csproj b/ex_022_009_CovarianceInterfaces/ex_022_009_CovarianceInterfaces.csproj index e772ee9..c998894 100644 --- a/ex_022_009_CovarianceInterfaces/ex_022_009_CovarianceInterfaces.csproj +++ b/ex_022_009_CovarianceInterfaces/ex_022_009_CovarianceInterfaces.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_022_009_CovarianceInterfaces Exe ex_022_009_CovarianceInterfaces - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_001_IEnumerator_ex1/Properties/AssemblyInfo.cs b/ex_023_001_IEnumerator_ex1/Properties/AssemblyInfo.cs deleted file mode 100644 index 1302add..0000000 --- a/ex_023_001_IEnumerator_ex1/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_001_IEnumerator_ex1")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("29f1bfd5-b754-4424-8b5b-babf37ee43b0")] diff --git a/ex_023_001_IEnumerator_ex1/ex_023_001_IEnumerator_ex1.csproj b/ex_023_001_IEnumerator_ex1/ex_023_001_IEnumerator_ex1.csproj index 80593f6..993531e 100644 --- a/ex_023_001_IEnumerator_ex1/ex_023_001_IEnumerator_ex1.csproj +++ b/ex_023_001_IEnumerator_ex1/ex_023_001_IEnumerator_ex1.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_001_IEnumerator_ex1 Exe ex_023_001_IEnumerator_ex1 - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_002_IEnumerator_ex2/Properties/AssemblyInfo.cs b/ex_023_002_IEnumerator_ex2/Properties/AssemblyInfo.cs deleted file mode 100644 index c733118..0000000 --- a/ex_023_002_IEnumerator_ex2/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_002_IEnumerator_ex2")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("469d70e7-24c6-4d17-adca-7759cb1c0eed")] diff --git a/ex_023_002_IEnumerator_ex2/ex_023_002_IEnumerator_ex2.csproj b/ex_023_002_IEnumerator_ex2/ex_023_002_IEnumerator_ex2.csproj index 4ed6319..a768cc1 100644 --- a/ex_023_002_IEnumerator_ex2/ex_023_002_IEnumerator_ex2.csproj +++ b/ex_023_002_IEnumerator_ex2/ex_023_002_IEnumerator_ex2.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_002_IEnumerator_ex2 Exe ex_023_002_IEnumerator_ex2 - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_003_IEnumerator_ex3/Properties/AssemblyInfo.cs b/ex_023_003_IEnumerator_ex3/Properties/AssemblyInfo.cs deleted file mode 100644 index 756af3a..0000000 --- a/ex_023_003_IEnumerator_ex3/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_003_IEnumerator_ex3")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("35e3a411-9528-4402-956e-c953d5783455")] diff --git a/ex_023_003_IEnumerator_ex3/ex_023_003_IEnumerator_ex3.csproj b/ex_023_003_IEnumerator_ex3/ex_023_003_IEnumerator_ex3.csproj index da36f8a..7666e32 100644 --- a/ex_023_003_IEnumerator_ex3/ex_023_003_IEnumerator_ex3.csproj +++ b/ex_023_003_IEnumerator_ex3/ex_023_003_IEnumerator_ex3.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_003_IEnumerator_ex3 Exe ex_023_003_IEnumerator_ex3 - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_004_ArrayClass/Properties/AssemblyInfo.cs b/ex_023_004_ArrayClass/Properties/AssemblyInfo.cs deleted file mode 100644 index 4d109ba..0000000 --- a/ex_023_004_ArrayClass/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_004_ArrayClass")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("67c64d99-a8cb-4712-9c4a-a05fcb1b092c")] diff --git a/ex_023_004_ArrayClass/ex_023_004_ArrayClass.csproj b/ex_023_004_ArrayClass/ex_023_004_ArrayClass.csproj index 223d650..5893b23 100644 --- a/ex_023_004_ArrayClass/ex_023_004_ArrayClass.csproj +++ b/ex_023_004_ArrayClass/ex_023_004_ArrayClass.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_004_ArrayClass Exe ex_023_004_ArrayClass - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_005_Queue/Properties/AssemblyInfo.cs b/ex_023_005_Queue/Properties/AssemblyInfo.cs deleted file mode 100644 index 74d11ca..0000000 --- a/ex_023_005_Queue/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_005_Queue")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d2ab90ad-58b2-4483-a0d6-b4c941c7a153")] diff --git a/ex_023_005_Queue/ex_023_005_Queue.csproj b/ex_023_005_Queue/ex_023_005_Queue.csproj index 1b52a90..faab5a8 100644 --- a/ex_023_005_Queue/ex_023_005_Queue.csproj +++ b/ex_023_005_Queue/ex_023_005_Queue.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_005_Queue Exe ex_023_005_Queue - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_006_Stack/Properties/AssemblyInfo.cs b/ex_023_006_Stack/Properties/AssemblyInfo.cs deleted file mode 100644 index 4a3d451..0000000 --- a/ex_023_006_Stack/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_006_Stack")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("51b9a0ea-7753-432c-b882-8e7607acbc2e")] diff --git a/ex_023_006_Stack/ex_023_006_Stack.csproj b/ex_023_006_Stack/ex_023_006_Stack.csproj index e61a559..e40fed0 100644 --- a/ex_023_006_Stack/ex_023_006_Stack.csproj +++ b/ex_023_006_Stack/ex_023_006_Stack.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_006_Stack Exe ex_023_006_Stack - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_007_LinkedList/Properties/AssemblyInfo.cs b/ex_023_007_LinkedList/Properties/AssemblyInfo.cs deleted file mode 100644 index a21f51f..0000000 --- a/ex_023_007_LinkedList/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_007_LinkedList")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("11c2bcb1-2960-4cf3-9856-38c9094734ec")] diff --git a/ex_023_007_LinkedList/ex_023_007_LinkedList.csproj b/ex_023_007_LinkedList/ex_023_007_LinkedList.csproj index 18fd7f8..449bf7b 100644 --- a/ex_023_007_LinkedList/ex_023_007_LinkedList.csproj +++ b/ex_023_007_LinkedList/ex_023_007_LinkedList.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_007_LinkedList Exe ex_023_007_LinkedList - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_008_List/Properties/AssemblyInfo.cs b/ex_023_008_List/Properties/AssemblyInfo.cs deleted file mode 100644 index b4ab5b0..0000000 --- a/ex_023_008_List/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_008_List")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f455c829-3553-440c-886a-7daffee1f30f")] diff --git a/ex_023_008_List/ex_023_008_List.csproj b/ex_023_008_List/ex_023_008_List.csproj index b0c50b2..fc56b27 100644 --- a/ex_023_008_List/ex_023_008_List.csproj +++ b/ex_023_008_List/ex_023_008_List.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_008_List Exe ex_023_008_List - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_009_HashSet_and_SortedSet/Properties/AssemblyInfo.cs b/ex_023_009_HashSet_and_SortedSet/Properties/AssemblyInfo.cs deleted file mode 100644 index 4ed13e3..0000000 --- a/ex_023_009_HashSet_and_SortedSet/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_009_HashSet_and_SortedSet")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b3f7e752-c5a0-410d-a3e8-60bbe305df70")] diff --git a/ex_023_009_HashSet_and_SortedSet/ex_023_009_HashSet_and_SortedSet.csproj b/ex_023_009_HashSet_and_SortedSet/ex_023_009_HashSet_and_SortedSet.csproj index 5920566..b98e8e2 100644 --- a/ex_023_009_HashSet_and_SortedSet/ex_023_009_HashSet_and_SortedSet.csproj +++ b/ex_023_009_HashSet_and_SortedSet/ex_023_009_HashSet_and_SortedSet.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_009_HashSet_and_SortedSet Exe ex_023_009_HashSet_and_SortedSet - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_010_EqualityProtocoleOnReferences/Properties/AssemblyInfo.cs b/ex_023_010_EqualityProtocoleOnReferences/Properties/AssemblyInfo.cs deleted file mode 100644 index 1507b34..0000000 --- a/ex_023_010_EqualityProtocoleOnReferences/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_010_EqualityProtocoleOnReferences")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("3c448d8c-ef93-407c-b95f-80ea2e807973")] diff --git a/ex_023_010_EqualityProtocoleOnReferences/ex_023_010_EqualityProtocoleOnReferences.csproj b/ex_023_010_EqualityProtocoleOnReferences/ex_023_010_EqualityProtocoleOnReferences.csproj index 3c4a2ba..50523c1 100644 --- a/ex_023_010_EqualityProtocoleOnReferences/ex_023_010_EqualityProtocoleOnReferences.csproj +++ b/ex_023_010_EqualityProtocoleOnReferences/ex_023_010_EqualityProtocoleOnReferences.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_010_EqualityProtocoleOnReferences Exe ex_023_010_EqualityProtocoleOnReferences - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_011_EqualityProtocoleOnValues/Properties/AssemblyInfo.cs b/ex_023_011_EqualityProtocoleOnValues/Properties/AssemblyInfo.cs deleted file mode 100644 index c1d1a20..0000000 --- a/ex_023_011_EqualityProtocoleOnValues/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_011_EqualityProtocoleOnValues")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0d343d42-4f08-4a6c-a718-e6a269b18e82")] diff --git a/ex_023_011_EqualityProtocoleOnValues/ex_023_011_EqualityProtocoleOnValues.csproj b/ex_023_011_EqualityProtocoleOnValues/ex_023_011_EqualityProtocoleOnValues.csproj index c969629..6866bab 100644 --- a/ex_023_011_EqualityProtocoleOnValues/ex_023_011_EqualityProtocoleOnValues.csproj +++ b/ex_023_011_EqualityProtocoleOnValues/ex_023_011_EqualityProtocoleOnValues.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_011_EqualityProtocoleOnValues Exe ex_023_011_EqualityProtocoleOnValues - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_012_EqualityComparer/Properties/AssemblyInfo.cs b/ex_023_012_EqualityComparer/Properties/AssemblyInfo.cs deleted file mode 100644 index 95753fe..0000000 --- a/ex_023_012_EqualityComparer/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_012_EqualityComparer")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ac8d34c4-fe95-4f69-ad86-d57d0cc4f2b3")] diff --git a/ex_023_012_EqualityComparer/ex_023_012_EqualityComparer.csproj b/ex_023_012_EqualityComparer/ex_023_012_EqualityComparer.csproj index 6c31dab..e575a65 100644 --- a/ex_023_012_EqualityComparer/ex_023_012_EqualityComparer.csproj +++ b/ex_023_012_EqualityComparer/ex_023_012_EqualityComparer.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_012_EqualityComparer Exe ex_023_012_EqualityComparer - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_013_OrderComparisonProtocole/Properties/AssemblyInfo.cs b/ex_023_013_OrderComparisonProtocole/Properties/AssemblyInfo.cs deleted file mode 100644 index e88bb69..0000000 --- a/ex_023_013_OrderComparisonProtocole/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_013_OrderComparisonProtocole")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f68db263-e30f-471b-a04d-493092b0f149")] diff --git a/ex_023_013_OrderComparisonProtocole/ex_023_013_OrderComparisonProtocole.csproj b/ex_023_013_OrderComparisonProtocole/ex_023_013_OrderComparisonProtocole.csproj index 8f34c82..ce1ede7 100644 --- a/ex_023_013_OrderComparisonProtocole/ex_023_013_OrderComparisonProtocole.csproj +++ b/ex_023_013_OrderComparisonProtocole/ex_023_013_OrderComparisonProtocole.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_013_OrderComparisonProtocole Exe ex_023_013_OrderComparisonProtocole - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_014_Dictionary/Program.cs b/ex_023_014_Dictionary/Program.cs index 9de05f5..670d3dc 100644 --- a/ex_023_014_Dictionary/Program.cs +++ b/ex_023_014_Dictionary/Program.cs @@ -12,6 +12,8 @@ using static System.Console; using System.Collections.Generic; using System.Text; +using System.Collections.Specialized; +using System.Collections; namespace ex_023_014_Dictionary { diff --git a/ex_023_014_Dictionary/Properties/AssemblyInfo.cs b/ex_023_014_Dictionary/Properties/AssemblyInfo.cs deleted file mode 100644 index 193bd85..0000000 --- a/ex_023_014_Dictionary/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_014_Dictionary")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("1428d1e9-3a01-4166-9fd7-385ee1492bc2")] diff --git a/ex_023_014_Dictionary/ex_023_014_Dictionary.csproj b/ex_023_014_Dictionary/ex_023_014_Dictionary.csproj index d4966e0..67b32ea 100644 --- a/ex_023_014_Dictionary/ex_023_014_Dictionary.csproj +++ b/ex_023_014_Dictionary/ex_023_014_Dictionary.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_014_Dictionary Exe ex_023_014_Dictionary - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_015_DictionaryCustomType/Properties/AssemblyInfo.cs b/ex_023_015_DictionaryCustomType/Properties/AssemblyInfo.cs deleted file mode 100644 index f17e4d3..0000000 --- a/ex_023_015_DictionaryCustomType/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_015_DictionaryCustomType")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("68ff702c-d5eb-4756-8629-dad3f29b9f6d")] diff --git a/ex_023_015_DictionaryCustomType/ex_023_015_DictionaryCustomType.csproj b/ex_023_015_DictionaryCustomType/ex_023_015_DictionaryCustomType.csproj index 7975c40..10c18d9 100644 --- a/ex_023_015_DictionaryCustomType/ex_023_015_DictionaryCustomType.csproj +++ b/ex_023_015_DictionaryCustomType/ex_023_015_DictionaryCustomType.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_015_DictionaryCustomType Exe ex_023_015_DictionaryCustomType - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_016_ReadOnlyCollection/Properties/AssemblyInfo.cs b/ex_023_016_ReadOnlyCollection/Properties/AssemblyInfo.cs deleted file mode 100644 index 4901b02..0000000 --- a/ex_023_016_ReadOnlyCollection/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_016_ReadOnlyCollection")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("521995c4-249a-459d-810f-08183005162d")] diff --git a/ex_023_016_ReadOnlyCollection/ex_023_016_ReadOnlyCollection.csproj b/ex_023_016_ReadOnlyCollection/ex_023_016_ReadOnlyCollection.csproj index c9ee340..df1c5a3 100644 --- a/ex_023_016_ReadOnlyCollection/ex_023_016_ReadOnlyCollection.csproj +++ b/ex_023_016_ReadOnlyCollection/ex_023_016_ReadOnlyCollection.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_016_ReadOnlyCollection Exe ex_023_016_ReadOnlyCollection - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_017_Deep_Read_only_collections_dll/Properties/AssemblyInfo.cs b/ex_023_017_Deep_Read_only_collections_dll/Properties/AssemblyInfo.cs deleted file mode 100644 index 93276d3..0000000 --- a/ex_023_017_Deep_Read_only_collections_dll/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_017_Deep_Read_only_collections_dll")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("56636bbe-d8d6-4ba8-b69a-6a85fb9b7e76")] diff --git a/ex_023_017_Deep_Read_only_collections_dll/ex_023_017_Deep_Read_only_collections_dll.csproj b/ex_023_017_Deep_Read_only_collections_dll/ex_023_017_Deep_Read_only_collections_dll.csproj index b307c93..c76040b 100644 --- a/ex_023_017_Deep_Read_only_collections_dll/ex_023_017_Deep_Read_only_collections_dll.csproj +++ b/ex_023_017_Deep_Read_only_collections_dll/ex_023_017_Deep_Read_only_collections_dll.csproj @@ -1,5 +1,5 @@ - - + + netstandard1.6 ex_023_017_Deep_Read_only_collections_dll @@ -9,6 +9,6 @@ false false false - - - + + + diff --git a/ex_023_017_Deep_Read_only_collections_exe/Properties/AssemblyInfo.cs b/ex_023_017_Deep_Read_only_collections_exe/Properties/AssemblyInfo.cs deleted file mode 100644 index b50c69a..0000000 --- a/ex_023_017_Deep_Read_only_collections_exe/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_017_Deep_Read_only_collections_exe")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("de50f46d-94c7-4e46-92bf-b86d4a794df8")] diff --git a/ex_023_017_Deep_Read_only_collections_exe/ex_023_017_Deep_Read_only_collections_exe.csproj b/ex_023_017_Deep_Read_only_collections_exe/ex_023_017_Deep_Read_only_collections_exe.csproj index 846cffd..1cc13fe 100644 --- a/ex_023_017_Deep_Read_only_collections_exe/ex_023_017_Deep_Read_only_collections_exe.csproj +++ b/ex_023_017_Deep_Read_only_collections_exe/ex_023_017_Deep_Read_only_collections_exe.csproj @@ -1,19 +1,19 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_017_Deep_Read_only_collections_exe Exe ex_023_017_Deep_Read_only_collections_exe - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - + + - - - + + + diff --git a/ex_023_018_ReadOnlyDictionaries/Properties/AssemblyInfo.cs b/ex_023_018_ReadOnlyDictionaries/Properties/AssemblyInfo.cs deleted file mode 100644 index 69d6577..0000000 --- a/ex_023_018_ReadOnlyDictionaries/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_018_ReadOnlyDictionaries")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e0c3efb5-cc33-481b-bfa9-0b7349f34ba8")] diff --git a/ex_023_018_ReadOnlyDictionaries/ex_023_018_ReadOnlyDictionaries.csproj b/ex_023_018_ReadOnlyDictionaries/ex_023_018_ReadOnlyDictionaries.csproj index 39948a7..2ea80bb 100644 --- a/ex_023_018_ReadOnlyDictionaries/ex_023_018_ReadOnlyDictionaries.csproj +++ b/ex_023_018_ReadOnlyDictionaries/ex_023_018_ReadOnlyDictionaries.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_018_ReadOnlyDictionaries Exe ex_023_018_ReadOnlyDictionaries - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_023_019_ReadOnlyDictionary_and_values_dll/Properties/AssemblyInfo.cs b/ex_023_019_ReadOnlyDictionary_and_values_dll/Properties/AssemblyInfo.cs deleted file mode 100644 index 825a9c1..0000000 --- a/ex_023_019_ReadOnlyDictionary_and_values_dll/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_019_ReadOnlyDictionary_and_values_dll")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5ce5529d-28e7-4afb-bb89-39b6170d7e71")] diff --git a/ex_023_019_ReadOnlyDictionary_and_values_dll/ex_023_019_ReadOnlyDictionary_and_values_dll.csproj b/ex_023_019_ReadOnlyDictionary_and_values_dll/ex_023_019_ReadOnlyDictionary_and_values_dll.csproj index 53aea68..f6a70ab 100644 --- a/ex_023_019_ReadOnlyDictionary_and_values_dll/ex_023_019_ReadOnlyDictionary_and_values_dll.csproj +++ b/ex_023_019_ReadOnlyDictionary_and_values_dll/ex_023_019_ReadOnlyDictionary_and_values_dll.csproj @@ -1,5 +1,5 @@ - - + + netstandard1.6 ex_023_019_ReadOnlyDictionary_and_values_dll @@ -9,6 +9,6 @@ false false false - - - + + + diff --git a/ex_023_019_ReadOnlyDictionary_and_values_exe/Properties/AssemblyInfo.cs b/ex_023_019_ReadOnlyDictionary_and_values_exe/Properties/AssemblyInfo.cs deleted file mode 100644 index 51c7491..0000000 --- a/ex_023_019_ReadOnlyDictionary_and_values_exe/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_023_019_ReadOnlyDictionary_and_values_exe")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e07f7449-2857-4a2f-9727-370e8ca589b3")] diff --git a/ex_023_019_ReadOnlyDictionary_and_values_exe/ex_023_019_ReadOnlyDictionary_and_values_exe.csproj b/ex_023_019_ReadOnlyDictionary_and_values_exe/ex_023_019_ReadOnlyDictionary_and_values_exe.csproj index 2aa04b6..2b52140 100644 --- a/ex_023_019_ReadOnlyDictionary_and_values_exe/ex_023_019_ReadOnlyDictionary_and_values_exe.csproj +++ b/ex_023_019_ReadOnlyDictionary_and_values_exe/ex_023_019_ReadOnlyDictionary_and_values_exe.csproj @@ -1,19 +1,19 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_023_019_ReadOnlyDictionary_and_values_exe Exe ex_023_019_ReadOnlyDictionary_and_values_exe - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - + + - - - + + + diff --git a/ex_024_001_exceptions_Contexte/Properties/AssemblyInfo.cs b/ex_024_001_exceptions_Contexte/Properties/AssemblyInfo.cs deleted file mode 100644 index ce3c77b..0000000 --- a/ex_024_001_exceptions_Contexte/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_024_001_exceptions_Contexte")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("cae9708c-1f30-4cac-be9e-c89426fc49d3")] diff --git a/ex_024_001_exceptions_Contexte/ex_024_001_exceptions_Contexte.csproj b/ex_024_001_exceptions_Contexte/ex_024_001_exceptions_Contexte.csproj index 143d894..b115114 100644 --- a/ex_024_001_exceptions_Contexte/ex_024_001_exceptions_Contexte.csproj +++ b/ex_024_001_exceptions_Contexte/ex_024_001_exceptions_Contexte.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_024_001_exceptions_Contexte Exe ex_024_001_exceptions_Contexte - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_024_002_parse/Properties/AssemblyInfo.cs b/ex_024_002_parse/Properties/AssemblyInfo.cs deleted file mode 100644 index d82b7c3..0000000 --- a/ex_024_002_parse/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_024_002_parse")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("80e1e9fb-f440-4d2b-a2b3-86ee0a7ccdc8")] diff --git a/ex_024_002_parse/ex_024_002_parse.csproj b/ex_024_002_parse/ex_024_002_parse.csproj index fc0de08..731c526 100644 --- a/ex_024_002_parse/ex_024_002_parse.csproj +++ b/ex_024_002_parse/ex_024_002_parse.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_024_002_parse Exe ex_024_002_parse - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_024_003_exceptions/Properties/AssemblyInfo.cs b/ex_024_003_exceptions/Properties/AssemblyInfo.cs deleted file mode 100644 index a003ae6..0000000 --- a/ex_024_003_exceptions/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_024_003_exceptions")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("6cfd567b-71cf-4bb3-a43a-b85a9fcc709e")] diff --git a/ex_024_003_exceptions/ex_024_003_exceptions.csproj b/ex_024_003_exceptions/ex_024_003_exceptions.csproj index b646907..7677377 100644 --- a/ex_024_003_exceptions/ex_024_003_exceptions.csproj +++ b/ex_024_003_exceptions/ex_024_003_exceptions.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_024_003_exceptions Exe ex_024_003_exceptions - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_024_004_propagation_exceptions/Properties/AssemblyInfo.cs b/ex_024_004_propagation_exceptions/Properties/AssemblyInfo.cs deleted file mode 100644 index cf668b2..0000000 --- a/ex_024_004_propagation_exceptions/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_024_004_propagation_exceptions")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e43add51-9624-49c4-86a0-a14dec0c21ec")] diff --git a/ex_024_004_propagation_exceptions/ex_024_004_propagation_exceptions.csproj b/ex_024_004_propagation_exceptions/ex_024_004_propagation_exceptions.csproj index 2ef0cd4..fb31ce4 100644 --- a/ex_024_004_propagation_exceptions/ex_024_004_propagation_exceptions.csproj +++ b/ex_024_004_propagation_exceptions/ex_024_004_propagation_exceptions.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_024_004_propagation_exceptions Exe ex_024_004_propagation_exceptions - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_024_005_exceptions_personnalisees/Properties/AssemblyInfo.cs b/ex_024_005_exceptions_personnalisees/Properties/AssemblyInfo.cs deleted file mode 100644 index f186749..0000000 --- a/ex_024_005_exceptions_personnalisees/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_024_005_exceptions_personnalisées")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b0c6fd78-e94e-4501-bdb3-2d1f25b01c87")] diff --git a/ex_024_005_exceptions_personnalisees/ex_024_005_exceptions_personnalisees.csproj b/ex_024_005_exceptions_personnalisees/ex_024_005_exceptions_personnalisees.csproj index 4c3c2d4..0ca1303 100644 --- a/ex_024_005_exceptions_personnalisees/ex_024_005_exceptions_personnalisees.csproj +++ b/ex_024_005_exceptions_personnalisees/ex_024_005_exceptions_personnalisees.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_024_005_exceptions_personnalisees Exe ex_024_005_exceptions_personnalisees - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_025_001_DebugTrace/Properties/AssemblyInfo.cs b/ex_025_001_DebugTrace/Properties/AssemblyInfo.cs deleted file mode 100644 index 4b1473a..0000000 --- a/ex_025_001_DebugTrace/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_025_001_DebugTrace")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("592c8d57-106e-4411-9b5d-1b3068a4ee69")] diff --git a/ex_025_001_DebugTrace/ex_025_001_DebugTrace.csproj b/ex_025_001_DebugTrace/ex_025_001_DebugTrace.csproj index f744a6b..1007d0d 100644 --- a/ex_025_001_DebugTrace/ex_025_001_DebugTrace.csproj +++ b/ex_025_001_DebugTrace/ex_025_001_DebugTrace.csproj @@ -1,20 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_025_001_DebugTrace Exe ex_025_001_DebugTrace - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - - - - - - + + + diff --git a/ex_028_001_intro_avec_interfaces/Properties/AssemblyInfo.cs b/ex_028_001_intro_avec_interfaces/Properties/AssemblyInfo.cs deleted file mode 100644 index 7cfe367..0000000 --- a/ex_028_001_intro_avec_interfaces/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_001_intro_avec_interfaces")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e1fe4501-fc86-49de-8890-920a8f79cf10")] diff --git a/ex_028_001_intro_avec_interfaces/ex_028_001_intro_avec_interfaces.csproj b/ex_028_001_intro_avec_interfaces/ex_028_001_intro_avec_interfaces.csproj index 929238e..961a9f9 100644 --- a/ex_028_001_intro_avec_interfaces/ex_028_001_intro_avec_interfaces.csproj +++ b/ex_028_001_intro_avec_interfaces/ex_028_001_intro_avec_interfaces.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_001_intro_avec_interfaces Exe ex_028_001_intro_avec_interfaces - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_002_intro_avec_delegate/Properties/AssemblyInfo.cs b/ex_028_002_intro_avec_delegate/Properties/AssemblyInfo.cs deleted file mode 100644 index 066ce9d..0000000 --- a/ex_028_002_intro_avec_delegate/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_002_intro_avec_délégués")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("860ef37d-6f5a-4132-9035-27d7a912405d")] diff --git a/ex_028_002_intro_avec_delegate/ex_028_002_intro_avec_delegate.csproj b/ex_028_002_intro_avec_delegate/ex_028_002_intro_avec_delegate.csproj index f48d4a9..d87c75d 100644 --- a/ex_028_002_intro_avec_delegate/ex_028_002_intro_avec_delegate.csproj +++ b/ex_028_002_intro_avec_delegate/ex_028_002_intro_avec_delegate.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_002_intro_avec_delegate Exe ex_028_002_intro_avec_delegate - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_003_interface_as_parameter/Properties/AssemblyInfo.cs b/ex_028_003_interface_as_parameter/Properties/AssemblyInfo.cs deleted file mode 100644 index a69e550..0000000 --- a/ex_028_003_interface_as_parameter/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_003_interface_comme_paramètre")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d9e9655d-eb1a-4a1c-a1be-d7d46cafca4e")] diff --git a/ex_028_003_interface_as_parameter/ex_028_003_interface_as_parameter.csproj b/ex_028_003_interface_as_parameter/ex_028_003_interface_as_parameter.csproj index ae73bd4..7a90bdd 100644 --- a/ex_028_003_interface_as_parameter/ex_028_003_interface_as_parameter.csproj +++ b/ex_028_003_interface_as_parameter/ex_028_003_interface_as_parameter.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_003_interface_as_parameter Exe ex_028_003_interface_as_parameter - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_004_delegate_as_parameter/Properties/AssemblyInfo.cs b/ex_028_004_delegate_as_parameter/Properties/AssemblyInfo.cs deleted file mode 100644 index ff8b5ea..0000000 --- a/ex_028_004_delegate_as_parameter/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_004_délégué_comme_paramètre")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("16922f06-99aa-46b0-9c8f-d5590aea0418")] diff --git a/ex_028_004_delegate_as_parameter/ex_028_004_delegate_as_parameter.csproj b/ex_028_004_delegate_as_parameter/ex_028_004_delegate_as_parameter.csproj index 190dce5..00d5e16 100644 --- a/ex_028_004_delegate_as_parameter/ex_028_004_delegate_as_parameter.csproj +++ b/ex_028_004_delegate_as_parameter/ex_028_004_delegate_as_parameter.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_004_delegate_as_parameter Exe ex_028_004_delegate_as_parameter - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_005_nested_delegate/Properties/AssemblyInfo.cs b/ex_028_005_nested_delegate/Properties/AssemblyInfo.cs deleted file mode 100644 index dd6ca3e..0000000 --- a/ex_028_005_nested_delegate/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_005_délégué_imbriqué")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("cf76b21d-37e9-4ce5-8206-226a0c31bbc6")] diff --git a/ex_028_005_nested_delegate/ex_028_005_nested_delegate.csproj b/ex_028_005_nested_delegate/ex_028_005_nested_delegate.csproj index 327f120..058f443 100644 --- a/ex_028_005_nested_delegate/ex_028_005_nested_delegate.csproj +++ b/ex_028_005_nested_delegate/ex_028_005_nested_delegate.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_005_nested_delegate Exe ex_028_005_nested_delegate - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_006_Strategy_et_interface/Properties/AssemblyInfo.cs b/ex_028_006_Strategy_et_interface/Properties/AssemblyInfo.cs deleted file mode 100644 index 6575245..0000000 --- a/ex_028_006_Strategy_et_interface/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_006_Strategy_et_interface")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4449391f-34db-443f-aa45-445868296bcd")] diff --git a/ex_028_006_Strategy_et_interface/ex_028_006_Strategy_et_interface.csproj b/ex_028_006_Strategy_et_interface/ex_028_006_Strategy_et_interface.csproj index e2a739c..b2490cd 100644 --- a/ex_028_006_Strategy_et_interface/ex_028_006_Strategy_et_interface.csproj +++ b/ex_028_006_Strategy_et_interface/ex_028_006_Strategy_et_interface.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_006_Strategy_et_interface Exe ex_028_006_Strategy_et_interface - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_007_delegate_versus_Strategy/Properties/AssemblyInfo.cs b/ex_028_007_delegate_versus_Strategy/Properties/AssemblyInfo.cs deleted file mode 100644 index b068252..0000000 --- a/ex_028_007_delegate_versus_Strategy/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_007_delegate_versus_Strategy")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("7c10b07b-5388-455f-b47f-dd4614e56a96")] diff --git a/ex_028_007_delegate_versus_Strategy/ex_028_007_delegate_versus_Strategy.csproj b/ex_028_007_delegate_versus_Strategy/ex_028_007_delegate_versus_Strategy.csproj index 594d38d..1074866 100644 --- a/ex_028_007_delegate_versus_Strategy/ex_028_007_delegate_versus_Strategy.csproj +++ b/ex_028_007_delegate_versus_Strategy/ex_028_007_delegate_versus_Strategy.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_007_delegate_versus_Strategy Exe ex_028_007_delegate_versus_Strategy - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_008_multicast_et_interfaces/Properties/AssemblyInfo.cs b/ex_028_008_multicast_et_interfaces/Properties/AssemblyInfo.cs deleted file mode 100644 index 5b4f74a..0000000 --- a/ex_028_008_multicast_et_interfaces/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_008_multicast_et_interfaces")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("8d7a4d64-14cb-48fe-ac05-c9c08a1691c8")] diff --git a/ex_028_008_multicast_et_interfaces/ex_028_008_multicast_et_interfaces.csproj b/ex_028_008_multicast_et_interfaces/ex_028_008_multicast_et_interfaces.csproj index 8921f29..f04d655 100644 --- a/ex_028_008_multicast_et_interfaces/ex_028_008_multicast_et_interfaces.csproj +++ b/ex_028_008_multicast_et_interfaces/ex_028_008_multicast_et_interfaces.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_008_multicast_et_interfaces Exe ex_028_008_multicast_et_interfaces - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_009_multicast_delegate/Properties/AssemblyInfo.cs b/ex_028_009_multicast_delegate/Properties/AssemblyInfo.cs deleted file mode 100644 index 20933b7..0000000 --- a/ex_028_009_multicast_delegate/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_009_multicast_delegate")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d144f474-66d2-4199-93b1-4e06c9046ecf")] diff --git a/ex_028_009_multicast_delegate/ex_028_009_multicast_delegate.csproj b/ex_028_009_multicast_delegate/ex_028_009_multicast_delegate.csproj index 66da261..fa40ca9 100644 --- a/ex_028_009_multicast_delegate/ex_028_009_multicast_delegate.csproj +++ b/ex_028_009_multicast_delegate/ex_028_009_multicast_delegate.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_009_multicast_delegate Exe ex_028_009_multicast_delegate - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_010_multicast_delegate_return_value/Properties/AssemblyInfo.cs b/ex_028_010_multicast_delegate_return_value/Properties/AssemblyInfo.cs deleted file mode 100644 index 92103d6..0000000 --- a/ex_028_010_multicast_delegate_return_value/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_010_multicast_delegate_return_value")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("67611503-9030-4428-bcb5-fa74bd30f230")] diff --git a/ex_028_010_multicast_delegate_return_value/ex_028_010_multicast_delegate_return_value.csproj b/ex_028_010_multicast_delegate_return_value/ex_028_010_multicast_delegate_return_value.csproj index 8a6a551..677317d 100644 --- a/ex_028_010_multicast_delegate_return_value/ex_028_010_multicast_delegate_return_value.csproj +++ b/ex_028_010_multicast_delegate_return_value/ex_028_010_multicast_delegate_return_value.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_010_multicast_delegate_return_value Exe ex_028_010_multicast_delegate_return_value - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_011_Broadcaster_Subscriber/Properties/AssemblyInfo.cs b/ex_028_011_Broadcaster_Subscriber/Properties/AssemblyInfo.cs deleted file mode 100644 index 6d7bffb..0000000 --- a/ex_028_011_Broadcaster_Subscriber/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_011_Broadcaster_Subscriber")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c4214dce-5ce5-486d-ad39-5a7811e639fa")] diff --git a/ex_028_011_Broadcaster_Subscriber/ex_028_011_Broadcaster_Subscriber.csproj b/ex_028_011_Broadcaster_Subscriber/ex_028_011_Broadcaster_Subscriber.csproj index 2cda5d1..87f98e1 100644 --- a/ex_028_011_Broadcaster_Subscriber/ex_028_011_Broadcaster_Subscriber.csproj +++ b/ex_028_011_Broadcaster_Subscriber/ex_028_011_Broadcaster_Subscriber.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_011_Broadcaster_Subscriber Exe ex_028_011_Broadcaster_Subscriber - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_012_delegate_Broadcaster_Subscriber/Properties/AssemblyInfo.cs b/ex_028_012_delegate_Broadcaster_Subscriber/Properties/AssemblyInfo.cs deleted file mode 100644 index 1faac18..0000000 --- a/ex_028_012_delegate_Broadcaster_Subscriber/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_012_delegate_Broadcaster_Subscriber")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5d705fc8-fc86-493e-8752-e11a46d78766")] diff --git a/ex_028_012_delegate_Broadcaster_Subscriber/ex_028_012_delegate_Broadcaster_Subscriber.csproj b/ex_028_012_delegate_Broadcaster_Subscriber/ex_028_012_delegate_Broadcaster_Subscriber.csproj index 65904dd..190e35b 100644 --- a/ex_028_012_delegate_Broadcaster_Subscriber/ex_028_012_delegate_Broadcaster_Subscriber.csproj +++ b/ex_028_012_delegate_Broadcaster_Subscriber/ex_028_012_delegate_Broadcaster_Subscriber.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_012_delegate_Broadcaster_Subscriber Exe ex_028_012_delegate_Broadcaster_Subscriber - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_013_Predicate/Properties/AssemblyInfo.cs b/ex_028_013_Predicate/Properties/AssemblyInfo.cs deleted file mode 100644 index 0f73742..0000000 --- a/ex_028_013_Predicate/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_013_Predicate")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0eaae361-cfe0-48ee-b7d5-80a3c108e8d9")] diff --git a/ex_028_013_Predicate/ex_028_013_Predicate.csproj b/ex_028_013_Predicate/ex_028_013_Predicate.csproj index 83c6a33..c769469 100644 --- a/ex_028_013_Predicate/ex_028_013_Predicate.csproj +++ b/ex_028_013_Predicate/ex_028_013_Predicate.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_013_Predicate Exe ex_028_013_Predicate - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_014_Func/Properties/AssemblyInfo.cs b/ex_028_014_Func/Properties/AssemblyInfo.cs deleted file mode 100644 index 7f991b2..0000000 --- a/ex_028_014_Func/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_014_Func")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ef43d646-1a72-430f-b3f2-9c57bc0c270e")] diff --git a/ex_028_014_Func/ex_028_014_Func.csproj b/ex_028_014_Func/ex_028_014_Func.csproj index 8db59e6..0f35879 100644 --- a/ex_028_014_Func/ex_028_014_Func.csproj +++ b/ex_028_014_Func/ex_028_014_Func.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_014_Func Exe ex_028_014_Func - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_028_015_Action/Properties/AssemblyInfo.cs b/ex_028_015_Action/Properties/AssemblyInfo.cs deleted file mode 100644 index 98b4815..0000000 --- a/ex_028_015_Action/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_028_015_Action")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c90a0ba2-8ece-4fa5-8dd2-f49056e4a754")] diff --git a/ex_028_015_Action/ex_028_015_Action.csproj b/ex_028_015_Action/ex_028_015_Action.csproj index 37afec8..d273df3 100644 --- a/ex_028_015_Action/ex_028_015_Action.csproj +++ b/ex_028_015_Action/ex_028_015_Action.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_028_015_Action Exe ex_028_015_Action - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_029_001_event_Broadcaster_Subscriber/Properties/AssemblyInfo.cs b/ex_029_001_event_Broadcaster_Subscriber/Properties/AssemblyInfo.cs deleted file mode 100644 index da2c61d..0000000 --- a/ex_029_001_event_Broadcaster_Subscriber/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_029_001_event_Broadcaster_Subscriber")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("75b7a9d3-e526-481f-ac75-c92546f74223")] diff --git a/ex_029_001_event_Broadcaster_Subscriber/ex_029_001_event_Broadcaster_Subscriber.csproj b/ex_029_001_event_Broadcaster_Subscriber/ex_029_001_event_Broadcaster_Subscriber.csproj index 1f13fd9..6e17675 100644 --- a/ex_029_001_event_Broadcaster_Subscriber/ex_029_001_event_Broadcaster_Subscriber.csproj +++ b/ex_029_001_event_Broadcaster_Subscriber/ex_029_001_event_Broadcaster_Subscriber.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_029_001_event_Broadcaster_Subscriber Exe ex_029_001_event_Broadcaster_Subscriber - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_029_002_event_standard_pattern/Properties/AssemblyInfo.cs b/ex_029_002_event_standard_pattern/Properties/AssemblyInfo.cs deleted file mode 100644 index 14c2520..0000000 --- a/ex_029_002_event_standard_pattern/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_029_002_event_standard_pattern")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4362b7dc-77e5-4da5-bc47-615e00eb0bfb")] diff --git a/ex_029_002_event_standard_pattern/ex_029_002_event_standard_pattern.csproj b/ex_029_002_event_standard_pattern/ex_029_002_event_standard_pattern.csproj index 077e1e4..152e922 100644 --- a/ex_029_002_event_standard_pattern/ex_029_002_event_standard_pattern.csproj +++ b/ex_029_002_event_standard_pattern/ex_029_002_event_standard_pattern.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_029_002_event_standard_pattern Exe ex_029_002_event_standard_pattern - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_030_001_anonymousMethods/Properties/AssemblyInfo.cs b/ex_030_001_anonymousMethods/Properties/AssemblyInfo.cs deleted file mode 100644 index 96350ed..0000000 --- a/ex_030_001_anonymousMethods/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_030_001_anonymousMethods")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("88d27654-2609-4f41-9039-aee7de03dbb2")] diff --git a/ex_030_001_anonymousMethods/ex_030_001_anonymousMethods.csproj b/ex_030_001_anonymousMethods/ex_030_001_anonymousMethods.csproj index 354de46..fb31ea8 100644 --- a/ex_030_001_anonymousMethods/ex_030_001_anonymousMethods.csproj +++ b/ex_030_001_anonymousMethods/ex_030_001_anonymousMethods.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_030_001_anonymousMethods Exe ex_030_001_anonymousMethods - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_030_002_lambdaExpressions/Properties/AssemblyInfo.cs b/ex_030_002_lambdaExpressions/Properties/AssemblyInfo.cs deleted file mode 100644 index 58e41eb..0000000 --- a/ex_030_002_lambdaExpressions/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_030_002_lambdaExpressions")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("62f46f99-6bad-49a1-a27c-dc8c33ec1b63")] diff --git a/ex_030_002_lambdaExpressions/ex_030_002_lambdaExpressions.csproj b/ex_030_002_lambdaExpressions/ex_030_002_lambdaExpressions.csproj index 842bcd5..3282588 100644 --- a/ex_030_002_lambdaExpressions/ex_030_002_lambdaExpressions.csproj +++ b/ex_030_002_lambdaExpressions/ex_030_002_lambdaExpressions.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_030_002_lambdaExpressions Exe ex_030_002_lambdaExpressions - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_030_003_lambdaExpressions/Properties/AssemblyInfo.cs b/ex_030_003_lambdaExpressions/Properties/AssemblyInfo.cs deleted file mode 100644 index 1e350c5..0000000 --- a/ex_030_003_lambdaExpressions/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_030_003_lambdaExpressions")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("35137873-02e9-4d2d-ba9f-5fa4c8b3ea18")] diff --git a/ex_030_003_lambdaExpressions/ex_030_003_lambdaExpressions.csproj b/ex_030_003_lambdaExpressions/ex_030_003_lambdaExpressions.csproj index cfeebba..29e46fd 100644 --- a/ex_030_003_lambdaExpressions/ex_030_003_lambdaExpressions.csproj +++ b/ex_030_003_lambdaExpressions/ex_030_003_lambdaExpressions.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_030_003_lambdaExpressions Exe ex_030_003_lambdaExpressions - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_001_decouverteDeLINQ/Properties/AssemblyInfo.cs b/ex_031_001_decouverteDeLINQ/Properties/AssemblyInfo.cs deleted file mode 100644 index de5c789..0000000 --- a/ex_031_001_decouverteDeLINQ/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_001_decouverteDeLINQ")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("74732a62-ae6f-45b2-8db8-48c9c0c5db38")] diff --git a/ex_031_001_decouverteDeLINQ/ex_031_001_decouverteDeLINQ.csproj b/ex_031_001_decouverteDeLINQ/ex_031_001_decouverteDeLINQ.csproj index 6cf3fcd..c0af984 100644 --- a/ex_031_001_decouverteDeLINQ/ex_031_001_decouverteDeLINQ.csproj +++ b/ex_031_001_decouverteDeLINQ/ex_031_001_decouverteDeLINQ.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_001_decouverteDeLINQ Exe ex_031_001_decouverteDeLINQ - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_002_extensionMethods/Properties/AssemblyInfo.cs b/ex_031_002_extensionMethods/Properties/AssemblyInfo.cs deleted file mode 100644 index 5a3c3ba..0000000 --- a/ex_031_002_extensionMethods/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_002_extensionMethods")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("33eb12c1-cdcd-451d-ba22-b55d67ae0494")] diff --git a/ex_031_002_extensionMethods/ex_031_002_extensionMethods.csproj b/ex_031_002_extensionMethods/ex_031_002_extensionMethods.csproj index d34deb2..c131837 100644 --- a/ex_031_002_extensionMethods/ex_031_002_extensionMethods.csproj +++ b/ex_031_002_extensionMethods/ex_031_002_extensionMethods.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_002_extensionMethods Exe ex_031_002_extensionMethods - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_003_anonymousTypes/Properties/AssemblyInfo.cs b/ex_031_003_anonymousTypes/Properties/AssemblyInfo.cs deleted file mode 100644 index ff82418..0000000 --- a/ex_031_003_anonymousTypes/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_003_anonymousTypes")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c38253f3-e8ab-4beb-8177-cebd00580d95")] diff --git a/ex_031_003_anonymousTypes/ex_031_003_anonymousTypes.csproj b/ex_031_003_anonymousTypes/ex_031_003_anonymousTypes.csproj index 1c3b16d..3c1be97 100644 --- a/ex_031_003_anonymousTypes/ex_031_003_anonymousTypes.csproj +++ b/ex_031_003_anonymousTypes/ex_031_003_anonymousTypes.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_003_anonymousTypes Exe ex_031_003_anonymousTypes - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_004_LINQ_intro/Properties/AssemblyInfo.cs b/ex_031_004_LINQ_intro/Properties/AssemblyInfo.cs deleted file mode 100644 index 39c1698..0000000 --- a/ex_031_004_LINQ_intro/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_004_LINQ_intro")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("02d89568-ad7e-4912-b405-8c9c8d98d1b9")] diff --git a/ex_031_004_LINQ_intro/ex_031_004_LINQ_intro.csproj b/ex_031_004_LINQ_intro/ex_031_004_LINQ_intro.csproj index 97bb6c7..8ee947c 100644 --- a/ex_031_004_LINQ_intro/ex_031_004_LINQ_intro.csproj +++ b/ex_031_004_LINQ_intro/ex_031_004_LINQ_intro.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 - ex_031_004_LINQ_intro + netcoreapp2.2 + ex_032.2_LINQ_intro Exe - ex_031_004_LINQ_intro - 1.0.4 + ex_032.2_LINQ_intro + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_005_LINQ_deferredExecution/Properties/AssemblyInfo.cs b/ex_031_005_LINQ_deferredExecution/Properties/AssemblyInfo.cs deleted file mode 100644 index 3632fd2..0000000 --- a/ex_031_005_LINQ_deferredExecution/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_005_LINQ_deferredExecution")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("1e7c08c3-7b01-456f-853d-3f44be123a30")] diff --git a/ex_031_005_LINQ_deferredExecution/ex_031_005_LINQ_deferredExecution.csproj b/ex_031_005_LINQ_deferredExecution/ex_031_005_LINQ_deferredExecution.csproj index f0a8b19..a227180 100644 --- a/ex_031_005_LINQ_deferredExecution/ex_031_005_LINQ_deferredExecution.csproj +++ b/ex_031_005_LINQ_deferredExecution/ex_031_005_LINQ_deferredExecution.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_005_LINQ_deferredExecution Exe ex_031_005_LINQ_deferredExecution - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_005_LINQ_operators/Properties/AssemblyInfo.cs b/ex_031_005_LINQ_operators/Properties/AssemblyInfo.cs deleted file mode 100644 index 59ff0f8..0000000 --- a/ex_031_005_LINQ_operators/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_005_LINQ_operators")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("75b4aef4-449a-41fc-9b9f-dba0e411d4a3")] diff --git a/ex_031_006_LINQ_filtering/Properties/AssemblyInfo.cs b/ex_031_006_LINQ_filtering/Properties/AssemblyInfo.cs deleted file mode 100644 index 61046ed..0000000 --- a/ex_031_006_LINQ_filtering/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_006_LINQ_filtering")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0066d6d8-3168-40a9-be84-ffde87c994fb")] diff --git a/ex_031_006_LINQ_filtering/ex_031_006_LINQ_filtering.csproj b/ex_031_006_LINQ_filtering/ex_031_006_LINQ_filtering.csproj index cc833ff..0a2029c 100644 --- a/ex_031_006_LINQ_filtering/ex_031_006_LINQ_filtering.csproj +++ b/ex_031_006_LINQ_filtering/ex_031_006_LINQ_filtering.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_006_LINQ_filtering Exe ex_031_006_LINQ_filtering - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_007_LINQ_ordering/Properties/AssemblyInfo.cs b/ex_031_007_LINQ_ordering/Properties/AssemblyInfo.cs deleted file mode 100644 index 60d0f01..0000000 --- a/ex_031_007_LINQ_ordering/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_007_LINQ_ordering")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("bbbaa630-01fd-41b8-acbc-2d1ebbb3c3bb")] diff --git a/ex_031_007_LINQ_ordering/ex_031_007_LINQ_ordering.csproj b/ex_031_007_LINQ_ordering/ex_031_007_LINQ_ordering.csproj index 8d30f01..1bb89a3 100644 --- a/ex_031_007_LINQ_ordering/ex_031_007_LINQ_ordering.csproj +++ b/ex_031_007_LINQ_ordering/ex_031_007_LINQ_ordering.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_007_LINQ_ordering Exe ex_031_007_LINQ_ordering - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_008_LINQ_projecting/Properties/AssemblyInfo.cs b/ex_031_008_LINQ_projecting/Properties/AssemblyInfo.cs deleted file mode 100644 index 31688d3..0000000 --- a/ex_031_008_LINQ_projecting/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_008_LINQ_projecting")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("14c2beef-2d71-4889-a8fa-10d6bc2eeb3c")] diff --git a/ex_031_008_LINQ_projecting/ex_031_008_LINQ_projecting.csproj b/ex_031_008_LINQ_projecting/ex_031_008_LINQ_projecting.csproj index 16fb9eb..f17397a 100644 --- a/ex_031_008_LINQ_projecting/ex_031_008_LINQ_projecting.csproj +++ b/ex_031_008_LINQ_projecting/ex_031_008_LINQ_projecting.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_008_LINQ_projecting Exe ex_031_008_LINQ_projecting - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_009_LINQ_element_operators/Properties/AssemblyInfo.cs b/ex_031_009_LINQ_element_operators/Properties/AssemblyInfo.cs deleted file mode 100644 index 018ca29..0000000 --- a/ex_031_009_LINQ_element_operators/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_009_LINQ_element_operators")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("7a32e0e6-922e-4b39-9154-5cddf3adf92f")] diff --git a/ex_031_009_LINQ_element_operators/ex_031_009_LINQ_element_operators.csproj b/ex_031_009_LINQ_element_operators/ex_031_009_LINQ_element_operators.csproj index b33ef97..885b2be 100644 --- a/ex_031_009_LINQ_element_operators/ex_031_009_LINQ_element_operators.csproj +++ b/ex_031_009_LINQ_element_operators/ex_031_009_LINQ_element_operators.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_009_LINQ_element_operators Exe ex_031_009_LINQ_element_operators - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_010_LINQ_aggregation_methods/Properties/AssemblyInfo.cs b/ex_031_010_LINQ_aggregation_methods/Properties/AssemblyInfo.cs deleted file mode 100644 index 84ce22b..0000000 --- a/ex_031_010_LINQ_aggregation_methods/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_010_LINQ_aggregation_methods")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("bc57553a-36e4-4c96-9a91-bb0f414ce913")] diff --git a/ex_031_010_LINQ_aggregation_methods/ex_031_010_LINQ_aggregation_methods.csproj b/ex_031_010_LINQ_aggregation_methods/ex_031_010_LINQ_aggregation_methods.csproj index 28005ac..ea78fc0 100644 --- a/ex_031_010_LINQ_aggregation_methods/ex_031_010_LINQ_aggregation_methods.csproj +++ b/ex_031_010_LINQ_aggregation_methods/ex_031_010_LINQ_aggregation_methods.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_010_LINQ_aggregation_methods Exe ex_031_010_LINQ_aggregation_methods - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_011_LINQ_grouping/Properties/AssemblyInfo.cs b/ex_031_011_LINQ_grouping/Properties/AssemblyInfo.cs deleted file mode 100644 index fa5fa24..0000000 --- a/ex_031_011_LINQ_grouping/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_011_LINQ_grouping")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f9053fbf-92ae-452e-a320-8bc6d8ffa82f")] diff --git a/ex_031_011_LINQ_grouping/ex_031_011_LINQ_grouping.csproj b/ex_031_011_LINQ_grouping/ex_031_011_LINQ_grouping.csproj index c1137f7..1e732d7 100644 --- a/ex_031_011_LINQ_grouping/ex_031_011_LINQ_grouping.csproj +++ b/ex_031_011_LINQ_grouping/ex_031_011_LINQ_grouping.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_011_LINQ_grouping Exe ex_031_011_LINQ_grouping - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_012_LINQ_joining/Properties/AssemblyInfo.cs b/ex_031_012_LINQ_joining/Properties/AssemblyInfo.cs deleted file mode 100644 index 8391789..0000000 --- a/ex_031_012_LINQ_joining/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_012_LINQ_joining")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f1649450-ff48-4bfb-85f2-645c1395be27")] diff --git a/ex_031_012_LINQ_joining/ex_031_012_LINQ_joining.csproj b/ex_031_012_LINQ_joining/ex_031_012_LINQ_joining.csproj index 8489f38..ae89724 100644 --- a/ex_031_012_LINQ_joining/ex_031_012_LINQ_joining.csproj +++ b/ex_031_012_LINQ_joining/ex_031_012_LINQ_joining.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_012_LINQ_joining Exe ex_031_012_LINQ_joining - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_013_LINQ_set_operators/Properties/AssemblyInfo.cs b/ex_031_013_LINQ_set_operators/Properties/AssemblyInfo.cs deleted file mode 100644 index 0997016..0000000 --- a/ex_031_013_LINQ_set_operators/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_013_LINQ_set_operators")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("996be956-baef-4456-a65c-df26b0f684d3")] diff --git a/ex_031_013_LINQ_set_operators/ex_031_013_LINQ_set_operators.csproj b/ex_031_013_LINQ_set_operators/ex_031_013_LINQ_set_operators.csproj index dcb99f7..3dced61 100644 --- a/ex_031_013_LINQ_set_operators/ex_031_013_LINQ_set_operators.csproj +++ b/ex_031_013_LINQ_set_operators/ex_031_013_LINQ_set_operators.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_013_LINQ_set_operators Exe ex_031_013_LINQ_set_operators - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_014_LINQ_quantifiers/Properties/AssemblyInfo.cs b/ex_031_014_LINQ_quantifiers/Properties/AssemblyInfo.cs deleted file mode 100644 index a8e1990..0000000 --- a/ex_031_014_LINQ_quantifiers/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_014_LINQ_quantifiers")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5ca57f33-ba6c-47f9-8e68-1d4342033692")] diff --git a/ex_031_014_LINQ_quantifiers/ex_031_014_LINQ_quantifiers.csproj b/ex_031_014_LINQ_quantifiers/ex_031_014_LINQ_quantifiers.csproj index 5973e0c..5d68dc9 100644 --- a/ex_031_014_LINQ_quantifiers/ex_031_014_LINQ_quantifiers.csproj +++ b/ex_031_014_LINQ_quantifiers/ex_031_014_LINQ_quantifiers.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 - ex_031_014_LINQ_quantifiers + netcoreapp2.2 + ex_032.2_LINQ_quantifiers Exe - ex_031_014_LINQ_quantifiers - 1.0.4 + ex_032.2_LINQ_quantifiers + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_015_LINQ_generation_methods/Properties/AssemblyInfo.cs b/ex_031_015_LINQ_generation_methods/Properties/AssemblyInfo.cs deleted file mode 100644 index 14f7b7f..0000000 --- a/ex_031_015_LINQ_generation_methods/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_015_LINQ_generation_methods")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("fe2064b3-ce28-46ef-87eb-909ddd2132d2")] diff --git a/ex_031_015_LINQ_generation_methods/ex_031_015_LINQ_generation_methods.csproj b/ex_031_015_LINQ_generation_methods/ex_031_015_LINQ_generation_methods.csproj index d696494..49c97c5 100644 --- a/ex_031_015_LINQ_generation_methods/ex_031_015_LINQ_generation_methods.csproj +++ b/ex_031_015_LINQ_generation_methods/ex_031_015_LINQ_generation_methods.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_015_LINQ_generation_methods Exe ex_031_015_LINQ_generation_methods - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_031_016_LINQ_conversion_methods/Properties/AssemblyInfo.cs b/ex_031_016_LINQ_conversion_methods/Properties/AssemblyInfo.cs deleted file mode 100644 index e2e0a8f..0000000 --- a/ex_031_016_LINQ_conversion_methods/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_031_016_LINQ_conversion_methods")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4cc79e1f-c018-4c33-bfed-f5a381159604")] diff --git a/ex_031_016_LINQ_conversion_methods/ex_031_016_LINQ_conversion_methods.csproj b/ex_031_016_LINQ_conversion_methods/ex_031_016_LINQ_conversion_methods.csproj index b19566d..664807e 100644 --- a/ex_031_016_LINQ_conversion_methods/ex_031_016_LINQ_conversion_methods.csproj +++ b/ex_031_016_LINQ_conversion_methods/ex_031_016_LINQ_conversion_methods.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_031_016_LINQ_conversion_methods Exe ex_031_016_LINQ_conversion_methods - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_036_001_Reflection/Solution/Applications/ex_036_001_Reflection.csproj b/ex_036_001_Reflection/Solution/Applications/ex_036_001_Reflection.csproj index 4973e3f..a3d6fa3 100644 --- a/ex_036_001_Reflection/Solution/Applications/ex_036_001_Reflection.csproj +++ b/ex_036_001_Reflection/Solution/Applications/ex_036_001_Reflection.csproj @@ -1,11 +1,11 @@ - + @@ -37,4 +37,4 @@ - \ No newline at end of file + diff --git a/ex_036_001_Reflection/Solution/ChatChienOiseauDll/ex_036_001_ChatChienOiseau.csproj b/ex_036_001_Reflection/Solution/ChatChienOiseauDll/ex_036_001_ChatChienOiseau.csproj index 7b97ad3..68514fc 100644 --- a/ex_036_001_Reflection/Solution/ChatChienOiseauDll/ex_036_001_ChatChienOiseau.csproj +++ b/ex_036_001_Reflection/Solution/ChatChienOiseauDll/ex_036_001_ChatChienOiseau.csproj @@ -1,11 +1,11 @@ - + @@ -37,4 +37,4 @@ - \ No newline at end of file + diff --git a/ex_036_001_Reflection/Solution/MammifereDll/ex_036_001_Mammifere.csproj b/ex_036_001_Reflection/Solution/MammifereDll/ex_036_001_Mammifere.csproj index 4ed28b5..b3d9dd8 100644 --- a/ex_036_001_Reflection/Solution/MammifereDll/ex_036_001_Mammifere.csproj +++ b/ex_036_001_Reflection/Solution/MammifereDll/ex_036_001_Mammifere.csproj @@ -1,11 +1,11 @@ - + diff --git a/ex_037_001_File_and_Directory_management/Properties/AssemblyInfo.cs b/ex_037_001_File_and_Directory_management/Properties/AssemblyInfo.cs deleted file mode 100644 index 8dd0f26..0000000 --- a/ex_037_001_File_and_Directory_management/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_037_001_File_and_Directory_management")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("8058b47f-0090-47e8-b43d-9f0cffe166c2")] diff --git a/ex_037_001_File_and_Directory_management/ex_037_001_File_and_Directory_management.csproj b/ex_037_001_File_and_Directory_management/ex_037_001_File_and_Directory_management.csproj index ace113d..01ac27a 100644 --- a/ex_037_001_File_and_Directory_management/ex_037_001_File_and_Directory_management.csproj +++ b/ex_037_001_File_and_Directory_management/ex_037_001_File_and_Directory_management.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_037_001_File_and_Directory_management Exe ex_037_001_File_and_Directory_management - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_037_002_FileStream/Properties/AssemblyInfo.cs b/ex_037_002_FileStream/Properties/AssemblyInfo.cs deleted file mode 100644 index 4a92e15..0000000 --- a/ex_037_002_FileStream/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_037_002_FileStream")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b03a3d96-1710-4325-9702-5ca310ec4366")] diff --git a/ex_037_002_FileStream/ex_037_002_FileStream.csproj b/ex_037_002_FileStream/ex_037_002_FileStream.csproj index 9102d42..d2ad340 100644 --- a/ex_037_002_FileStream/ex_037_002_FileStream.csproj +++ b/ex_037_002_FileStream/ex_037_002_FileStream.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_037_002_FileStream Exe ex_037_002_FileStream - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_037_003_TextReader_TextWriter/Properties/AssemblyInfo.cs b/ex_037_003_TextReader_TextWriter/Properties/AssemblyInfo.cs deleted file mode 100644 index 07f0860..0000000 --- a/ex_037_003_TextReader_TextWriter/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_037_003_TextReader_TextWriter")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e39a98ed-e4d8-4bc9-b32a-b333ad7432b1")] diff --git a/ex_037_003_TextReader_TextWriter/ex_037_003_TextReader_TextWriter.csproj b/ex_037_003_TextReader_TextWriter/ex_037_003_TextReader_TextWriter.csproj index 130607e..0789c7a 100644 --- a/ex_037_003_TextReader_TextWriter/ex_037_003_TextReader_TextWriter.csproj +++ b/ex_037_003_TextReader_TextWriter/ex_037_003_TextReader_TextWriter.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_037_003_TextReader_TextWriter Exe ex_037_003_TextReader_TextWriter - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_037_004_BinaryReader_BinaryWriter/Properties/AssemblyInfo.cs b/ex_037_004_BinaryReader_BinaryWriter/Properties/AssemblyInfo.cs deleted file mode 100644 index 7a46759..0000000 --- a/ex_037_004_BinaryReader_BinaryWriter/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_037_004_BinaryReader_BinaryWriter")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("791aa0d4-8337-46e0-a8ef-bb302e77dfe0")] diff --git a/ex_037_005_XmlReader_XmlWriter/Properties/AssemblyInfo.cs b/ex_037_005_XmlReader_XmlWriter/Properties/AssemblyInfo.cs deleted file mode 100644 index 628c9e4..0000000 --- a/ex_037_005_XmlReader_XmlWriter/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_037_005_XmlReader_XmlWriter")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("61be6e0a-0b73-4641-8d51-a2030768864c")] diff --git a/ex_037_005_XmlReader_XmlWriter/ex_037_005_XmlReader_XmlWriter.csproj b/ex_037_005_XmlReader_XmlWriter/ex_037_005_XmlReader_XmlWriter.csproj index 7c173de..6f7865b 100644 --- a/ex_037_005_XmlReader_XmlWriter/ex_037_005_XmlReader_XmlWriter.csproj +++ b/ex_037_005_XmlReader_XmlWriter/ex_037_005_XmlReader_XmlWriter.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_037_005_XmlReader_XmlWriter Exe ex_037_005_XmlReader_XmlWriter - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_038_001_DataContractSerializer_bases/Properties/AssemblyInfo.cs b/ex_038_001_DataContractSerializer_bases/Properties/AssemblyInfo.cs deleted file mode 100644 index 71573dd..0000000 --- a/ex_038_001_DataContractSerializer_bases/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_038_001_DataContractSerializer_bases")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("fad11603-c2b6-4284-890a-474961d60a81")] diff --git a/ex_038_001_DataContractSerializer_bases/ex_038_001_DataContractSerializer_bases.csproj b/ex_038_001_DataContractSerializer_bases/ex_038_001_DataContractSerializer_bases.csproj index b88a92d..f592d9d 100644 --- a/ex_038_001_DataContractSerializer_bases/ex_038_001_DataContractSerializer_bases.csproj +++ b/ex_038_001_DataContractSerializer_bases/ex_038_001_DataContractSerializer_bases.csproj @@ -1,20 +1,20 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_038_001_DataContractSerializer_bases Exe ex_038_001_DataContractSerializer_bases - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - + + - - - + + + diff --git a/ex_038_002_DataContract_subclassing/Properties/AssemblyInfo.cs b/ex_038_002_DataContract_subclassing/Properties/AssemblyInfo.cs deleted file mode 100644 index 607d734..0000000 --- a/ex_038_002_DataContract_subclassing/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_038_002_DataContract_subclassing")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("6b68103e-9175-4837-88d5-ab407ebf2da6")] diff --git a/ex_038_002_DataContract_subclassing/ex_038_002_DataContract_subclassing.csproj b/ex_038_002_DataContract_subclassing/ex_038_002_DataContract_subclassing.csproj index 39b1704..2bc7ab0 100644 --- a/ex_038_002_DataContract_subclassing/ex_038_002_DataContract_subclassing.csproj +++ b/ex_038_002_DataContract_subclassing/ex_038_002_DataContract_subclassing.csproj @@ -1,19 +1,19 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_038_002_DataContract_subclassing Exe ex_038_002_DataContract_subclassing - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - + + - - - + + + diff --git a/ex_038_003_DataContract_ObjectReferences/Properties/AssemblyInfo.cs b/ex_038_003_DataContract_ObjectReferences/Properties/AssemblyInfo.cs deleted file mode 100644 index 97689ca..0000000 --- a/ex_038_003_DataContract_ObjectReferences/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_038_003_DataContract_ObjectReferences")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("806b2217-480a-4050-80f2-8302d103e4f7")] diff --git a/ex_038_003_DataContract_ObjectReferences/ex_038_003_DataContract_ObjectReferences.csproj b/ex_038_003_DataContract_ObjectReferences/ex_038_003_DataContract_ObjectReferences.csproj index 9b22e3d..64a2906 100644 --- a/ex_038_003_DataContract_ObjectReferences/ex_038_003_DataContract_ObjectReferences.csproj +++ b/ex_038_003_DataContract_ObjectReferences/ex_038_003_DataContract_ObjectReferences.csproj @@ -1,19 +1,19 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_038_003_DataContract_ObjectReferences Exe ex_038_003_DataContract_ObjectReferences - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - + + - - - + + + diff --git a/ex_038_004_DataContract_Collections/Properties/AssemblyInfo.cs b/ex_038_004_DataContract_Collections/Properties/AssemblyInfo.cs deleted file mode 100644 index f34620d..0000000 --- a/ex_038_004_DataContract_Collections/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_038_004_DataContract_Collections")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e66bcdf7-2118-487a-a6d4-4e6174c7858a")] diff --git a/ex_038_004_DataContract_Collections/ex_038_004_DataContract_Collections.csproj b/ex_038_004_DataContract_Collections/ex_038_004_DataContract_Collections.csproj index 6225cc1..1c2e5f0 100644 --- a/ex_038_004_DataContract_Collections/ex_038_004_DataContract_Collections.csproj +++ b/ex_038_004_DataContract_Collections/ex_038_004_DataContract_Collections.csproj @@ -1,19 +1,19 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_038_004_DataContract_Collections Exe ex_038_004_DataContract_Collections - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - + + - - - + + + diff --git a/ex_038_005_DataContract_Hooks/Properties/AssemblyInfo.cs b/ex_038_005_DataContract_Hooks/Properties/AssemblyInfo.cs deleted file mode 100644 index fae0d83..0000000 --- a/ex_038_005_DataContract_Hooks/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_038_005_DataContract_Hooks")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d5215973-f1f5-4879-9a23-b5fce0f190c5")] diff --git a/ex_038_005_DataContract_Hooks/ex_038_005_DataContract_Hooks.csproj b/ex_038_005_DataContract_Hooks/ex_038_005_DataContract_Hooks.csproj index d1db046..8f0db58 100644 --- a/ex_038_005_DataContract_Hooks/ex_038_005_DataContract_Hooks.csproj +++ b/ex_038_005_DataContract_Hooks/ex_038_005_DataContract_Hooks.csproj @@ -1,19 +1,19 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_038_005_DataContract_Hooks Exe ex_038_005_DataContract_Hooks - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - + + - - - + + + diff --git a/ex_038_006_Binary_Serializable/Properties/AssemblyInfo.cs b/ex_038_006_Binary_Serializable/Properties/AssemblyInfo.cs deleted file mode 100644 index beadd48..0000000 --- a/ex_038_006_Binary_Serializable/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_038_006_Binary_Serializable")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("13b8650e-44e0-41ad-9ceb-e7b302cd7df9")] diff --git a/ex_038_007_XmlSerializer/Properties/AssemblyInfo.cs b/ex_038_007_XmlSerializer/Properties/AssemblyInfo.cs deleted file mode 100644 index 198b4cf..0000000 --- a/ex_038_007_XmlSerializer/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_038_007_XmlSerializer")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("599f4a1a-53fa-45a9-9fbf-08efecf165bb")] diff --git a/ex_038_007_XmlSerializer/ex_038_007_XmlSerializer.csproj b/ex_038_007_XmlSerializer/ex_038_007_XmlSerializer.csproj index 92405e9..ff5d7b8 100644 --- a/ex_038_007_XmlSerializer/ex_038_007_XmlSerializer.csproj +++ b/ex_038_007_XmlSerializer/ex_038_007_XmlSerializer.csproj @@ -1,19 +1,19 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_038_007_XmlSerializer Exe ex_038_007_XmlSerializer - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - + + - - - + + + diff --git a/ex_038_008_IXmlSerializable/Properties/AssemblyInfo.cs b/ex_038_008_IXmlSerializable/Properties/AssemblyInfo.cs deleted file mode 100644 index 84cca13..0000000 --- a/ex_038_008_IXmlSerializable/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_038_008_IXmlSerializable")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4b279c76-dc8d-432b-a5e1-600601f05dd4")] diff --git a/ex_038_008_IXmlSerializable/ex_038_008_IXmlSerializable.csproj b/ex_038_008_IXmlSerializable/ex_038_008_IXmlSerializable.csproj index 6f2b532..32cc78c 100644 --- a/ex_038_008_IXmlSerializable/ex_038_008_IXmlSerializable.csproj +++ b/ex_038_008_IXmlSerializable/ex_038_008_IXmlSerializable.csproj @@ -1,19 +1,19 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_038_008_IXmlSerializable Exe ex_038_008_IXmlSerializable - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - + + - - - + + + diff --git a/ex_039_001_XDOM_bases/Properties/AssemblyInfo.cs b/ex_039_001_XDOM_bases/Properties/AssemblyInfo.cs deleted file mode 100644 index ad561d3..0000000 --- a/ex_039_001_XDOM_bases/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_039_001_XDOM_bases")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("cf1ae501-3518-45cc-94aa-d6de047ea022")] diff --git a/ex_039_001_XDOM_bases/ex_039_001_XDOM_bases.csproj b/ex_039_001_XDOM_bases/ex_039_001_XDOM_bases.csproj index 56037e9..18896eb 100644 --- a/ex_039_001_XDOM_bases/ex_039_001_XDOM_bases.csproj +++ b/ex_039_001_XDOM_bases/ex_039_001_XDOM_bases.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_039_001_XDOM_bases Exe ex_039_001_XDOM_bases - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_039_002_LINQ_to_XML/Properties/AssemblyInfo.cs b/ex_039_002_LINQ_to_XML/Properties/AssemblyInfo.cs deleted file mode 100644 index 4e4403e..0000000 --- a/ex_039_002_LINQ_to_XML/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_039_002_LINQ_to_XML")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("26400b99-2fb6-4b5f-be2b-d15124f2b51d")] diff --git a/ex_039_002_LINQ_to_XML/ex_039_002_LINQ_to_XML.csproj b/ex_039_002_LINQ_to_XML/ex_039_002_LINQ_to_XML.csproj index 24054d6..91b5ce6 100644 --- a/ex_039_002_LINQ_to_XML/ex_039_002_LINQ_to_XML.csproj +++ b/ex_039_002_LINQ_to_XML/ex_039_002_LINQ_to_XML.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_039_002_LINQ_to_XML Exe ex_039_002_LINQ_to_XML - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_040_001_LINQ_to_Json/Properties/AssemblyInfo.cs b/ex_040_001_LINQ_to_Json/Properties/AssemblyInfo.cs deleted file mode 100644 index 6d85f55..0000000 --- a/ex_040_001_LINQ_to_Json/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_040_001_LINQ_to_Json")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b506ecd8-853d-4e69-8f0a-afcdb7feabf3")] diff --git a/ex_040_001_LINQ_to_Json/ex_040_001_LINQ_to_Json.csproj b/ex_040_001_LINQ_to_Json/ex_040_001_LINQ_to_Json.csproj index aea6cf6..ae74088 100644 --- a/ex_040_001_LINQ_to_Json/ex_040_001_LINQ_to_Json.csproj +++ b/ex_040_001_LINQ_to_Json/ex_040_001_LINQ_to_Json.csproj @@ -1,19 +1,19 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_040_001_LINQ_to_Json Exe ex_040_001_LINQ_to_Json - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - + + - - - + + + diff --git a/ex_042_001_EF_CodeFirst_conventions/Properties/AssemblyInfo.cs b/ex_042_001_EF_CodeFirst_conventions/Properties/AssemblyInfo.cs deleted file mode 100644 index 2f7fb85..0000000 --- a/ex_042_001_EF_CodeFirst_conventions/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_001_EF_CodeFirst_conventions")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("515f8c64-9070-4110-b3e0-092379df6444")] diff --git a/ex_042_001_EF_CodeFirst_conventions/ex_042_001_EF_CodeFirst_conventions.csproj b/ex_042_001_EF_CodeFirst_conventions/ex_042_001_EF_CodeFirst_conventions.csproj index a8e7919..4684fe7 100644 --- a/ex_042_001_EF_CodeFirst_conventions/ex_042_001_EF_CodeFirst_conventions.csproj +++ b/ex_042_001_EF_CodeFirst_conventions/ex_042_001_EF_CodeFirst_conventions.csproj @@ -1,17 +1,16 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_001_EF_CodeFirst_conventions Exe ex_042_001_EF_CodeFirst_conventions - $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + @@ -20,10 +19,10 @@ - - + + - - - + + + diff --git a/ex_042_002_EF_CodeFirst_data_annotations/Properties/AssemblyInfo.cs b/ex_042_002_EF_CodeFirst_data_annotations/Properties/AssemblyInfo.cs deleted file mode 100644 index e346707..0000000 --- a/ex_042_002_EF_CodeFirst_data_annotations/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_002_EF_CodeFirst_data_annotations")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("970ebc79-b6f4-4e07-89e5-5c5d18af09bc")] diff --git a/ex_042_002_EF_CodeFirst_data_annotations/ex_042_002_EF_CodeFirst_data_annotations.csproj b/ex_042_002_EF_CodeFirst_data_annotations/ex_042_002_EF_CodeFirst_data_annotations.csproj index b6abb62..f5c7538 100644 --- a/ex_042_002_EF_CodeFirst_data_annotations/ex_042_002_EF_CodeFirst_data_annotations.csproj +++ b/ex_042_002_EF_CodeFirst_data_annotations/ex_042_002_EF_CodeFirst_data_annotations.csproj @@ -1,17 +1,17 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_002_EF_CodeFirst_data_annotations Exe ex_042_002_EF_CodeFirst_data_annotations $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + @@ -20,10 +20,10 @@ - - + + - - - + + + diff --git a/ex_042_003_EF_CodeFirst_Fluent_API/Properties/AssemblyInfo.cs b/ex_042_003_EF_CodeFirst_Fluent_API/Properties/AssemblyInfo.cs deleted file mode 100644 index 0c6375d..0000000 --- a/ex_042_003_EF_CodeFirst_Fluent_API/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_003_EF_CodeFirst_Fluent_API")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("fae65e56-8b71-4a54-a20a-586b7a8d8ccc")] diff --git a/ex_042_003_EF_CodeFirst_Fluent_API/ex_042_003_EF_CodeFirst_Fluent_API.csproj b/ex_042_003_EF_CodeFirst_Fluent_API/ex_042_003_EF_CodeFirst_Fluent_API.csproj index ee90e26..964116b 100644 --- a/ex_042_003_EF_CodeFirst_Fluent_API/ex_042_003_EF_CodeFirst_Fluent_API.csproj +++ b/ex_042_003_EF_CodeFirst_Fluent_API/ex_042_003_EF_CodeFirst_Fluent_API.csproj @@ -1,17 +1,17 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_003_EF_CodeFirst_Fluent_API Exe ex_042_003_EF_CodeFirst_Fluent_API $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + @@ -20,10 +20,10 @@ - - + + - - - + + + diff --git a/ex_042_004_EF_CF_InitializationStrategy/Properties/AssemblyInfo.cs b/ex_042_004_EF_CF_InitializationStrategy/Properties/AssemblyInfo.cs deleted file mode 100644 index 8aae789..0000000 --- a/ex_042_004_EF_CF_InitializationStrategy/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_004_EF_CF_InitializationStrategy")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c25760e4-a043-4bb9-8a8d-2907ccb810fa")] diff --git a/ex_042_004_EF_CF_InitializationStrategy/ex_042_004_EF_CF_InitializationStrategy.csproj b/ex_042_004_EF_CF_InitializationStrategy/ex_042_004_EF_CF_InitializationStrategy.csproj index e86d297..4f2780a 100644 --- a/ex_042_004_EF_CF_InitializationStrategy/ex_042_004_EF_CF_InitializationStrategy.csproj +++ b/ex_042_004_EF_CF_InitializationStrategy/ex_042_004_EF_CF_InitializationStrategy.csproj @@ -1,26 +1,26 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_004_EF_CF_InitializationStrategy Exe ex_042_004_EF_CF_InitializationStrategy $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_005_EF_CF_Seeding_Data/Properties/AssemblyInfo.cs b/ex_042_005_EF_CF_Seeding_Data/Properties/AssemblyInfo.cs deleted file mode 100644 index 6744c99..0000000 --- a/ex_042_005_EF_CF_Seeding_Data/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_005_EF_CF_Seeding_Data")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0b2bab0f-36f8-4e56-aa52-309df1ce0302")] diff --git a/ex_042_005_EF_CF_Seeding_Data/ex_042_005_EF_CF_Seeding_Data.csproj b/ex_042_005_EF_CF_Seeding_Data/ex_042_005_EF_CF_Seeding_Data.csproj index a41aa80..78a37d5 100644 --- a/ex_042_005_EF_CF_Seeding_Data/ex_042_005_EF_CF_Seeding_Data.csproj +++ b/ex_042_005_EF_CF_Seeding_Data/ex_042_005_EF_CF_Seeding_Data.csproj @@ -1,26 +1,26 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_005_EF_CF_Seeding_Data Exe ex_042_005_EF_CF_Seeding_Data $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_006_EF_CF_One_to_One/Properties/AssemblyInfo.cs b/ex_042_006_EF_CF_One_to_One/Properties/AssemblyInfo.cs deleted file mode 100644 index 863880b..0000000 --- a/ex_042_006_EF_CF_One_to_One/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_006_EF_CF_One_to_One")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0770d7bb-f7fa-4e44-900c-f72f33110af9")] diff --git a/ex_042_006_EF_CF_One_to_One/ex_042_006_EF_CF_One_to_One.csproj b/ex_042_006_EF_CF_One_to_One/ex_042_006_EF_CF_One_to_One.csproj index 153ff07..4117bdc 100644 --- a/ex_042_006_EF_CF_One_to_One/ex_042_006_EF_CF_One_to_One.csproj +++ b/ex_042_006_EF_CF_One_to_One/ex_042_006_EF_CF_One_to_One.csproj @@ -1,26 +1,26 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_006_EF_CF_One_to_One Exe ex_042_006_EF_CF_One_to_One $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_007_EF_CF_One_to_One_FluentAPI/Properties/AssemblyInfo.cs b/ex_042_007_EF_CF_One_to_One_FluentAPI/Properties/AssemblyInfo.cs deleted file mode 100644 index 89e0abb..0000000 --- a/ex_042_007_EF_CF_One_to_One_FluentAPI/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_007_EF_CF_One_to_One_FluentAPI")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4d079a62-b303-4900-bec1-994bc26bcca2")] diff --git a/ex_042_007_EF_CF_One_to_One_FluentAPI/ex_042_007_EF_CF_One_to_One_FluentAPI.csproj b/ex_042_007_EF_CF_One_to_One_FluentAPI/ex_042_007_EF_CF_One_to_One_FluentAPI.csproj index 5221cec..30dc97d 100644 --- a/ex_042_007_EF_CF_One_to_One_FluentAPI/ex_042_007_EF_CF_One_to_One_FluentAPI.csproj +++ b/ex_042_007_EF_CF_One_to_One_FluentAPI/ex_042_007_EF_CF_One_to_One_FluentAPI.csproj @@ -1,26 +1,26 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_007_EF_CF_One_to_One_FluentAPI Exe ex_042_007_EF_CF_One_to_One_FluentAPI $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_008_EF_CF_One_to_Many/Properties/AssemblyInfo.cs b/ex_042_008_EF_CF_One_to_Many/Properties/AssemblyInfo.cs deleted file mode 100644 index 6740764..0000000 --- a/ex_042_008_EF_CF_One_to_Many/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_008_EF_CF_One_to_Many")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("91fd20b6-250c-437b-9fbe-da4d2b87de03")] diff --git a/ex_042_008_EF_CF_One_to_Many/ex_042_008_EF_CF_One_to_Many.csproj b/ex_042_008_EF_CF_One_to_Many/ex_042_008_EF_CF_One_to_Many.csproj index 6b68ab7..5b42cd0 100644 --- a/ex_042_008_EF_CF_One_to_Many/ex_042_008_EF_CF_One_to_Many.csproj +++ b/ex_042_008_EF_CF_One_to_Many/ex_042_008_EF_CF_One_to_Many.csproj @@ -1,26 +1,26 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_008_EF_CF_One_to_Many Exe ex_042_008_EF_CF_One_to_Many $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_009_EF_CF_One_to_Many_FluentAPI/Properties/AssemblyInfo.cs b/ex_042_009_EF_CF_One_to_Many_FluentAPI/Properties/AssemblyInfo.cs deleted file mode 100644 index cef614f..0000000 --- a/ex_042_009_EF_CF_One_to_Many_FluentAPI/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_009_EF_CF_One_to_Many_FluentAPI")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("2c53f069-6e87-4a36-8915-e0219eba8ba7")] diff --git a/ex_042_009_EF_CF_One_to_Many_FluentAPI/ex_042_009_EF_CF_One_to_Many_FluentAPI.csproj b/ex_042_009_EF_CF_One_to_Many_FluentAPI/ex_042_009_EF_CF_One_to_Many_FluentAPI.csproj index 5b7a671..552f65a 100644 --- a/ex_042_009_EF_CF_One_to_Many_FluentAPI/ex_042_009_EF_CF_One_to_Many_FluentAPI.csproj +++ b/ex_042_009_EF_CF_One_to_Many_FluentAPI/ex_042_009_EF_CF_One_to_Many_FluentAPI.csproj @@ -1,26 +1,26 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_009_EF_CF_One_to_Many_FluentAPI Exe ex_042_009_EF_CF_One_to_Many_FluentAPI $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_010_EF_CF_Many_to_Many/Properties/AssemblyInfo.cs b/ex_042_010_EF_CF_Many_to_Many/Properties/AssemblyInfo.cs deleted file mode 100644 index b2da770..0000000 --- a/ex_042_010_EF_CF_Many_to_Many/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_010_EF_CF_Many_to_Many")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c6ef99f3-959d-4096-8abe-140596dd14bd")] diff --git a/ex_042_010_EF_CF_Many_to_Many/ex_042_010_EF_CF_Many_to_Many.csproj b/ex_042_010_EF_CF_Many_to_Many/ex_042_010_EF_CF_Many_to_Many.csproj index b640d63..6b5a704 100644 --- a/ex_042_010_EF_CF_Many_to_Many/ex_042_010_EF_CF_Many_to_Many.csproj +++ b/ex_042_010_EF_CF_Many_to_Many/ex_042_010_EF_CF_Many_to_Many.csproj @@ -1,26 +1,26 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_010_EF_CF_Many_to_Many Exe ex_042_010_EF_CF_Many_to_Many $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_011_EF_CF_Many_to_Many_FluentAPI/Properties/AssemblyInfo.cs b/ex_042_011_EF_CF_Many_to_Many_FluentAPI/Properties/AssemblyInfo.cs deleted file mode 100644 index 6453692..0000000 --- a/ex_042_011_EF_CF_Many_to_Many_FluentAPI/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_011_EF_CF_Many_to_Many_FluentAPI")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("a1253eb6-0464-4989-9991-60ec0e380750")] diff --git a/ex_042_011_EF_CF_Many_to_Many_FluentAPI/ex_042_011_EF_CF_Many_to_Many_FluentAPI.csproj b/ex_042_011_EF_CF_Many_to_Many_FluentAPI/ex_042_011_EF_CF_Many_to_Many_FluentAPI.csproj index 372a83e..8bc280c 100644 --- a/ex_042_011_EF_CF_Many_to_Many_FluentAPI/ex_042_011_EF_CF_Many_to_Many_FluentAPI.csproj +++ b/ex_042_011_EF_CF_Many_to_Many_FluentAPI/ex_042_011_EF_CF_Many_to_Many_FluentAPI.csproj @@ -1,26 +1,26 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_011_EF_CF_Many_to_Many_FluentAPI Exe ex_042_011_EF_CF_Many_to_Many_FluentAPI $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_012_EF_CF_Dictionary/Properties/AssemblyInfo.cs b/ex_042_012_EF_CF_Dictionary/Properties/AssemblyInfo.cs deleted file mode 100644 index 350483c..0000000 --- a/ex_042_012_EF_CF_Dictionary/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_012_EF_CF_Dictionary")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d9be7f40-adce-415b-af36-8d9b40b6db7f")] diff --git a/ex_042_012_EF_CF_Dictionary/ex_042_012_EF_CF_Dictionary.csproj b/ex_042_012_EF_CF_Dictionary/ex_042_012_EF_CF_Dictionary.csproj index 6d3f2b1..00f650b 100644 --- a/ex_042_012_EF_CF_Dictionary/ex_042_012_EF_CF_Dictionary.csproj +++ b/ex_042_012_EF_CF_Dictionary/ex_042_012_EF_CF_Dictionary.csproj @@ -1,27 +1,27 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_012_EF_CF_Dictionary Exe ex_042_012_EF_CF_Dictionary $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_013_EF_CF_TPT_Inheritance/Properties/AssemblyInfo.cs b/ex_042_013_EF_CF_TPT_Inheritance/Properties/AssemblyInfo.cs deleted file mode 100644 index f1ef16b..0000000 --- a/ex_042_013_EF_CF_TPT_Inheritance/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_013_EF_CF_TPT_Inheritance")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("504ab98b-3c2d-493b-ba70-6d67734732d5")] diff --git a/ex_042_013_EF_CF_TPT_Inheritance/ex_042_013_EF_CF_TPT_Inheritance.csproj b/ex_042_013_EF_CF_TPT_Inheritance/ex_042_013_EF_CF_TPT_Inheritance.csproj index b94bb4b..91d6539 100644 --- a/ex_042_013_EF_CF_TPT_Inheritance/ex_042_013_EF_CF_TPT_Inheritance.csproj +++ b/ex_042_013_EF_CF_TPT_Inheritance/ex_042_013_EF_CF_TPT_Inheritance.csproj @@ -1,27 +1,27 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_013_EF_CF_TPT_Inheritance Exe ex_042_013_EF_CF_TPT_Inheritance $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_014_EF_CF_TPH_Inheritance/Properties/AssemblyInfo.cs b/ex_042_014_EF_CF_TPH_Inheritance/Properties/AssemblyInfo.cs deleted file mode 100644 index 8507692..0000000 --- a/ex_042_014_EF_CF_TPH_Inheritance/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_014_EF_CF_TPH_Inheritance")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c5e45e2a-fca3-4dcb-9681-c0fdea282a99")] diff --git a/ex_042_014_EF_CF_TPH_Inheritance/ex_042_014_EF_CF_TPH_Inheritance.csproj b/ex_042_014_EF_CF_TPH_Inheritance/ex_042_014_EF_CF_TPH_Inheritance.csproj index 48c714b..58d6cef 100644 --- a/ex_042_014_EF_CF_TPH_Inheritance/ex_042_014_EF_CF_TPH_Inheritance.csproj +++ b/ex_042_014_EF_CF_TPH_Inheritance/ex_042_014_EF_CF_TPH_Inheritance.csproj @@ -1,27 +1,27 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_014_EF_CF_TPH_Inheritance Exe ex_042_014_EF_CF_TPH_Inheritance $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_015_EF_CF_TPC_Inheritance/Properties/AssemblyInfo.cs b/ex_042_015_EF_CF_TPC_Inheritance/Properties/AssemblyInfo.cs deleted file mode 100644 index b4f8592..0000000 --- a/ex_042_015_EF_CF_TPC_Inheritance/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_015_EF_CF_TPC_Inheritance")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f067e7d9-aa60-4825-b8c4-f4a5c9d6d7b2")] diff --git a/ex_042_015_EF_CF_TPC_Inheritance/ex_042_015_EF_CF_TPC_Inheritance.csproj b/ex_042_015_EF_CF_TPC_Inheritance/ex_042_015_EF_CF_TPC_Inheritance.csproj index 98202e3..5d9e942 100644 --- a/ex_042_015_EF_CF_TPC_Inheritance/ex_042_015_EF_CF_TPC_Inheritance.csproj +++ b/ex_042_015_EF_CF_TPC_Inheritance/ex_042_015_EF_CF_TPC_Inheritance.csproj @@ -1,15 +1,15 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_015_EF_CF_TPC_Inheritance Exe ex_042_015_EF_CF_TPC_Inheritance - 1.0.4 + 2.2 $(PackageTargetFallback);dnxcore50 false false false - - - + + + diff --git a/ex_042_016_EF_current_original_database_val/Properties/AssemblyInfo.cs b/ex_042_016_EF_current_original_database_val/Properties/AssemblyInfo.cs deleted file mode 100644 index 3fc5077..0000000 --- a/ex_042_016_EF_current_original_database_val/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_016_EF_current_original_database_val")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("807e7b86-579e-490a-a39a-4d16e47227ce")] diff --git a/ex_042_016_EF_current_original_database_val/ex_042_016_EF_current_original_database_val.csproj b/ex_042_016_EF_current_original_database_val/ex_042_016_EF_current_original_database_val.csproj index 78d86bf..7636c99 100644 --- a/ex_042_016_EF_current_original_database_val/ex_042_016_EF_current_original_database_val.csproj +++ b/ex_042_016_EF_current_original_database_val/ex_042_016_EF_current_original_database_val.csproj @@ -1,27 +1,27 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_016_EF_current_original_database_val Exe ex_042_016_EF_current_original_database_val $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_017_EF_concurrency_problematic/Properties/AssemblyInfo.cs b/ex_042_017_EF_concurrency_problematic/Properties/AssemblyInfo.cs deleted file mode 100644 index 333de26..0000000 --- a/ex_042_017_EF_concurrency_problematic/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_017_EF_concurrency_problematic")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("2689ffd2-d8a6-489a-b46e-b6f72f6cb685")] diff --git a/ex_042_017_EF_concurrency_problematic/ex_042_017_EF_concurrency_problematic.csproj b/ex_042_017_EF_concurrency_problematic/ex_042_017_EF_concurrency_problematic.csproj index d4ca8e2..282a99b 100644 --- a/ex_042_017_EF_concurrency_problematic/ex_042_017_EF_concurrency_problematic.csproj +++ b/ex_042_017_EF_concurrency_problematic/ex_042_017_EF_concurrency_problematic.csproj @@ -1,27 +1,27 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_017_EF_concurrency_problematic Exe ex_042_017_EF_concurrency_problematic $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_018_EF_concurrency_databaseWins/Properties/AssemblyInfo.cs b/ex_042_018_EF_concurrency_databaseWins/Properties/AssemblyInfo.cs deleted file mode 100644 index 95b289c..0000000 --- a/ex_042_018_EF_concurrency_databaseWins/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_018_EF_concurrency_databaseWins")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9cbaf690-c1f4-4b4d-9b6c-e4b2d93d6e25")] diff --git a/ex_042_018_EF_concurrency_databaseWins/ex_042_018_EF_concurrency_databaseWins.csproj b/ex_042_018_EF_concurrency_databaseWins/ex_042_018_EF_concurrency_databaseWins.csproj index 748c69a..9ab6182 100644 --- a/ex_042_018_EF_concurrency_databaseWins/ex_042_018_EF_concurrency_databaseWins.csproj +++ b/ex_042_018_EF_concurrency_databaseWins/ex_042_018_EF_concurrency_databaseWins.csproj @@ -1,27 +1,27 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_018_EF_concurrency_databaseWins Exe ex_042_018_EF_concurrency_databaseWins $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_019_EF_concurrency_clientWins/Properties/AssemblyInfo.cs b/ex_042_019_EF_concurrency_clientWins/Properties/AssemblyInfo.cs deleted file mode 100644 index 196b8b1..0000000 --- a/ex_042_019_EF_concurrency_clientWins/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_019_EF_concurrency_clientWins")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d94d2b80-e47f-4c5a-88ed-e966d721c597")] diff --git a/ex_042_019_EF_concurrency_clientWins/ex_042_019_EF_concurrency_clientWins.csproj b/ex_042_019_EF_concurrency_clientWins/ex_042_019_EF_concurrency_clientWins.csproj index d805529..9c765bb 100644 --- a/ex_042_019_EF_concurrency_clientWins/ex_042_019_EF_concurrency_clientWins.csproj +++ b/ex_042_019_EF_concurrency_clientWins/ex_042_019_EF_concurrency_clientWins.csproj @@ -1,27 +1,27 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_019_EF_concurrency_clientWins Exe ex_042_019_EF_concurrency_clientWins $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_020_EF_concurrency_customDbProp/Properties/AssemblyInfo.cs b/ex_042_020_EF_concurrency_customDbProp/Properties/AssemblyInfo.cs deleted file mode 100644 index fc02431..0000000 --- a/ex_042_020_EF_concurrency_customDbProp/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_020_EF_concurrency_customDbProp")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("30e1796c-8fda-42b6-bc30-c3f83664bc70")] diff --git a/ex_042_020_EF_concurrency_customDbProp/ex_042_020_EF_concurrency_customDbProp.csproj b/ex_042_020_EF_concurrency_customDbProp/ex_042_020_EF_concurrency_customDbProp.csproj index aa66e61..b1ff8c9 100644 --- a/ex_042_020_EF_concurrency_customDbProp/ex_042_020_EF_concurrency_customDbProp.csproj +++ b/ex_042_020_EF_concurrency_customDbProp/ex_042_020_EF_concurrency_customDbProp.csproj @@ -1,27 +1,27 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_020_EF_concurrency_customDbProp Exe ex_042_020_EF_concurrency_customDbProp $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + + diff --git a/ex_042_021_EF_concurrency_customObjects/Properties/AssemblyInfo.cs b/ex_042_021_EF_concurrency_customObjects/Properties/AssemblyInfo.cs deleted file mode 100644 index 3433b50..0000000 --- a/ex_042_021_EF_concurrency_customObjects/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ex_042_021_EF_concurrency_customObjects")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ff4a8fd0-7e2d-469d-b080-4c885cbbe227")] diff --git a/ex_042_021_EF_concurrency_customObjects/ex_042_021_EF_concurrency_customObjects.csproj b/ex_042_021_EF_concurrency_customObjects/ex_042_021_EF_concurrency_customObjects.csproj index bf8783e..84fa408 100644 --- a/ex_042_021_EF_concurrency_customObjects/ex_042_021_EF_concurrency_customObjects.csproj +++ b/ex_042_021_EF_concurrency_customObjects/ex_042_021_EF_concurrency_customObjects.csproj @@ -1,27 +1,27 @@ - - + + - netcoreapp1.0 + netcoreapp2.2 ex_042_021_EF_concurrency_customObjects Exe ex_042_021_EF_concurrency_customObjects $(PackageTargetFallback);dnxcore50 - 1.0.4 + 2.2 false false false - - + + - - + + - - - + + +