diff --git a/mono/dodge_the_creeps/Dodge the Creeps C#.csproj b/mono/dodge_the_creeps/Dodge the Creeps with C#.csproj similarity index 74% rename from mono/dodge_the_creeps/Dodge the Creeps C#.csproj rename to mono/dodge_the_creeps/Dodge the Creeps with C#.csproj index 0fab230a..a8605624 100644 --- a/mono/dodge_the_creeps/Dodge the Creeps C#.csproj +++ b/mono/dodge_the_creeps/Dodge the Creeps with C#.csproj @@ -1,62 +1,63 @@ - - - - Debug - AnyCPU - {0D99C680-A41E-4286-9B12-57CCAEA6DA97} - Library - .mono/temp/bin/$(Configuration) - DodgetheCreepsC - Dodge the Creeps C# - v4.5 - .mono/temp/obj - $(BaseIntermediateOutputPath)/$(Configuration) - Debug - Release - - - true - portable - false - $(GodotDefineConstants);GODOT;DEBUG; - prompt - 4 - false - - - portable - true - $(GodotDefineConstants);GODOT; - prompt - 4 - false - - - true - portable - false - $(GodotDefineConstants);GODOT;DEBUG;TOOLS; - prompt - 4 - false - - - - False - $(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharp.dll - - - False - $(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharpEditor.dll - - - - - - - - - - - + + + + Tools + AnyCPU + {75CB0382-CCCC-4A4D-ABF0-C6CD04D9F832} + Library + .mono\temp\bin\$(Configuration) + DodgetheCreepswithC + Dodge the Creeps with C# + v4.7 + 1.0.7374.16792 + .mono\temp\obj + $(BaseIntermediateOutputPath)\$(Configuration) + Debug + Release + + + true + portable + false + $(GodotDefineConstants);GODOT;DEBUG; + prompt + 4 + false + + + portable + true + $(GodotDefineConstants);GODOT; + prompt + 4 + false + + + true + portable + false + $(GodotDefineConstants);GODOT;DEBUG;TOOLS; + prompt + 4 + false + + + + $(ProjectDir)\.mono\assemblies\$(ApiConfiguration)\GodotSharp.dll + False + + + $(ProjectDir)\.mono\assemblies\$(ApiConfiguration)\GodotSharpEditor.dll + False + + + + + + + + + + + \ No newline at end of file diff --git a/mono/dodge_the_creeps/Dodge the Creeps C#.sln b/mono/dodge_the_creeps/Dodge the Creeps with C#.sln similarity index 52% rename from mono/dodge_the_creeps/Dodge the Creeps C#.sln rename to mono/dodge_the_creeps/Dodge the Creeps with C#.sln index 6a0d3336..7e369f97 100644 --- a/mono/dodge_the_creeps/Dodge the Creeps C#.sln +++ b/mono/dodge_the_creeps/Dodge the Creeps with C#.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dodge the Creeps C#", "Dodge the Creeps C#.csproj", "{0D99C680-A41E-4286-9B12-57CCAEA6DA97}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dodge the Creeps with C#", "Dodge the Creeps with C#.csproj", "{75CB0382-CCCC-4A4D-ABF0-C6CD04D9F832}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -9,11 +9,11 @@ Global Tools|Any CPU = Tools|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {0D99C680-A41E-4286-9B12-57CCAEA6DA97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0D99C680-A41E-4286-9B12-57CCAEA6DA97}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0D99C680-A41E-4286-9B12-57CCAEA6DA97}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0D99C680-A41E-4286-9B12-57CCAEA6DA97}.Release|Any CPU.Build.0 = Release|Any CPU - {0D99C680-A41E-4286-9B12-57CCAEA6DA97}.Tools|Any CPU.ActiveCfg = Tools|Any CPU - {0D99C680-A41E-4286-9B12-57CCAEA6DA97}.Tools|Any CPU.Build.0 = Tools|Any CPU + {75CB0382-CCCC-4A4D-ABF0-C6CD04D9F832}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {75CB0382-CCCC-4A4D-ABF0-C6CD04D9F832}.Debug|Any CPU.Build.0 = Debug|Any CPU + {75CB0382-CCCC-4A4D-ABF0-C6CD04D9F832}.Release|Any CPU.ActiveCfg = Release|Any CPU + {75CB0382-CCCC-4A4D-ABF0-C6CD04D9F832}.Release|Any CPU.Build.0 = Release|Any CPU + {75CB0382-CCCC-4A4D-ABF0-C6CD04D9F832}.Tools|Any CPU.ActiveCfg = Tools|Any CPU + {75CB0382-CCCC-4A4D-ABF0-C6CD04D9F832}.Tools|Any CPU.Build.0 = Tools|Any CPU EndGlobalSection EndGlobal diff --git a/mono/dodge_the_creeps/Properties/AssemblyInfo.cs b/mono/dodge_the_creeps/Properties/AssemblyInfo.cs index d9003b11..8d44115a 100644 --- a/mono/dodge_the_creeps/Properties/AssemblyInfo.cs +++ b/mono/dodge_the_creeps/Properties/AssemblyInfo.cs @@ -3,7 +3,7 @@ using System.Reflection; // Information about this assembly is defined by the following attributes. // Change them to the values specific to your project. -[assembly: AssemblyTitle("Dodge the Creeps C#")] +[assembly: AssemblyTitle("Dodge the Creeps with C#")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")]