diff --git a/editor/editor_vs2008.vcproj b/editor/editor.vcproj similarity index 100% rename from editor/editor_vs2008.vcproj rename to editor/editor.vcproj diff --git a/example_bass/example_bass_vs2008.vcproj b/example_bass/example_bass.vcproj similarity index 100% rename from example_bass/example_bass_vs2008.vcproj rename to example_bass/example_bass.vcproj diff --git a/example_bass/example_bass_vs2008.sln b/examples.sln similarity index 93% rename from example_bass/example_bass_vs2008.sln rename to examples.sln index 9200541..a7d9ee8 100644 --- a/example_bass/example_bass_vs2008.sln +++ b/examples.sln @@ -1,12 +1,12 @@  Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_bass", "example_bass_vs2008.vcproj", "{96D91AAD-2F45-4CC6-A923-96B80E1C3CE3}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_bass", "example_bass\example_bass.vcproj", "{96D91AAD-2F45-4CC6-A923-96B80E1C3CE3}" ProjectSection(ProjectDependencies) = postProject {5866042C-7FCB-4DB1-BAAD-44DF6567511F} = {5866042C-7FCB-4DB1-BAAD-44DF6567511F} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sync_player", "..\sync_player_vs2008.vcproj", "{5866042C-7FCB-4DB1-BAAD-44DF6567511F}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sync_player", "sync_player.vcproj", "{5866042C-7FCB-4DB1-BAAD-44DF6567511F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/synctracker2_vs2008.sln b/rocket.sln similarity index 94% rename from synctracker2_vs2008.sln rename to rocket.sln index 6d93820..b5c8af9 100644 --- a/synctracker2_vs2008.sln +++ b/rocket.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sync_editor", "editor\editor_vs2008.vcproj", "{76B44BC8-8BB4-4B6E-B2FA-7738C9E7F80B}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sync_editor", "editor\editor.vcproj", "{76B44BC8-8BB4-4B6E-B2FA-7738C9E7F80B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/sync_player_vs2008.vcproj b/sync_player.vcproj similarity index 100% rename from sync_player_vs2008.vcproj rename to sync_player.vcproj