Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Feb 13, 2022
1 parent e65bda5 commit 8faa346
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Godot-test-project.csproj → godot-fps-template.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Godot.NET.Sdk/3.3.0">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<RootNamespace>Godottestproject</RootNamespace>
<RootNamespace>godotfpstemplate</RootNamespace>
</PropertyGroup>
</Project>
14 changes: 7 additions & 7 deletions Godot-test-project.sln → godot-fps-template.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Godot-test-project", "Godot-test-project.csproj", "{BA596037-3CAE-4D81-AD31-E151FD645635}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "godot-fps-template", "godot-fps-template.csproj", "{0E277656-F6AA-471A-AE26-88B8A49DBFD8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -9,11 +9,11 @@ Global
ExportRelease|Any CPU = ExportRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA596037-3CAE-4D81-AD31-E151FD645635}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA596037-3CAE-4D81-AD31-E151FD645635}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA596037-3CAE-4D81-AD31-E151FD645635}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{BA596037-3CAE-4D81-AD31-E151FD645635}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{BA596037-3CAE-4D81-AD31-E151FD645635}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{BA596037-3CAE-4D81-AD31-E151FD645635}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
{0E277656-F6AA-471A-AE26-88B8A49DBFD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E277656-F6AA-471A-AE26-88B8A49DBFD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E277656-F6AA-471A-AE26-88B8A49DBFD8}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{0E277656-F6AA-471A-AE26-88B8A49DBFD8}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{0E277656-F6AA-471A-AE26-88B8A49DBFD8}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{0E277656-F6AA-471A-AE26-88B8A49DBFD8}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config_version=4

[application]

config/name="Godot-test-project"
config/name="godot-fps-template"
run/main_scene="res://main_scene.tscn"
run/delta_sync_after_draw=true
config/icon="res://icon.png"
Expand Down

0 comments on commit 8faa346

Please sign in to comment.