From ebc79dec048a7339e68171f404151ab3d04295ef Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 10 Oct 2020 18:14:30 -0400 Subject: [PATCH] Update C# project files in C# demos for Godot 3.2.3 --- misc/os_test/Operating System Testing.csproj | 21 ++------------ misc/os_test/Properties/AssemblyInfo.cs | 25 ---------------- mono/2.5d/2.5D Demo with C#.csproj | 29 ++----------------- mono/2.5d/Properties/AssemblyInfo.cs | 25 ---------------- .../Android in-app purchases with C#.csproj | 26 ++--------------- mono/android_iap/Properties/AssemblyInfo.cs | 25 ---------------- mono/pong/Pong with C#.csproj | 24 ++------------- mono/pong/Properties/AssemblyInfo.cs | 25 ---------------- 8 files changed, 8 insertions(+), 192 deletions(-) delete mode 100644 misc/os_test/Properties/AssemblyInfo.cs delete mode 100644 mono/2.5d/Properties/AssemblyInfo.cs delete mode 100644 mono/android_iap/Properties/AssemblyInfo.cs delete mode 100644 mono/pong/Properties/AssemblyInfo.cs diff --git a/misc/os_test/Operating System Testing.csproj b/misc/os_test/Operating System Testing.csproj index 1972cd4e..b729c5fa 100644 --- a/misc/os_test/Operating System Testing.csproj +++ b/misc/os_test/Operating System Testing.csproj @@ -1,23 +1,6 @@ - + - Tools - {780B9CDA-51E7-446A-816F-0E2CF667C96C} - Library - OperatingSystemTesting - Operating System Testing - 1.0.7374.17554 net472 - - false - false - false + OperatingSystemTesting - - - - - - - \ No newline at end of file diff --git a/misc/os_test/Properties/AssemblyInfo.cs b/misc/os_test/Properties/AssemblyInfo.cs deleted file mode 100644 index 9ac83655..00000000 --- a/misc/os_test/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("Operating System Testing")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] diff --git a/mono/2.5d/2.5D Demo with C#.csproj b/mono/2.5d/2.5D Demo with C#.csproj index 3910bfbc..9901ca30 100644 --- a/mono/2.5d/2.5D Demo with C#.csproj +++ b/mono/2.5d/2.5D Demo with C#.csproj @@ -1,31 +1,6 @@ - + - {5CA791DB-5050-44D0-989B-41D559AB1D50} - Library - Empty.DMono - 2.5D Demo with C# - 1.0.0.0 net472 - - false - false - false + Demo - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/mono/2.5d/Properties/AssemblyInfo.cs b/mono/2.5d/Properties/AssemblyInfo.cs deleted file mode 100644 index c562b722..00000000 --- a/mono/2.5d/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("2.5D Demo (Mono C#)")] -[assembly: AssemblyDescription("2.5D demo project for Godot, Mono C# version.")] -[assembly: AssemblyConfiguration("Debug")] -[assembly: AssemblyCompany("Godot")] -[assembly: AssemblyProduct("Godot Demo Projects")] -[assembly: AssemblyCopyright("Copyright © 2020 Aaron Franke, Godot Engine contributors")] -[assembly: AssemblyTrademark("Godot Engine")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] diff --git a/mono/android_iap/Android in-app purchases with C#.csproj b/mono/android_iap/Android in-app purchases with C#.csproj index b0436f21..335f0075 100644 --- a/mono/android_iap/Android in-app purchases with C#.csproj +++ b/mono/android_iap/Android in-app purchases with C#.csproj @@ -1,28 +1,6 @@ - + - {480953C3-B1FD-42F6-8A07-51A3F69024D7} - Library - AndroidInAppPurchasesWithCSharp - Android in-app purchases with C# - 1.0.0.0 net472 - - false - false - false + AndroidIAP - - - - - - - - - - - - - \ No newline at end of file diff --git a/mono/android_iap/Properties/AssemblyInfo.cs b/mono/android_iap/Properties/AssemblyInfo.cs deleted file mode 100644 index 3ebc1316..00000000 --- a/mono/android_iap/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("Android in-app purchases with C#")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] diff --git a/mono/pong/Pong with C#.csproj b/mono/pong/Pong with C#.csproj index 5dc98f68..6fcfb341 100644 --- a/mono/pong/Pong with C#.csproj +++ b/mono/pong/Pong with C#.csproj @@ -1,26 +1,6 @@ - + - {EBA5981B-C37E-48C5-A3B6-4390D9834F9A} - Library - PongwithC - Pong with C# - 1.0.0.0 net472 - - false - false - false + Pong - - - - - - - - - - - \ No newline at end of file diff --git a/mono/pong/Properties/AssemblyInfo.cs b/mono/pong/Properties/AssemblyInfo.cs deleted file mode 100644 index c930ef8c..00000000 --- a/mono/pong/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("Pong with C#")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")]