Skip to content

Commit

Permalink
Remove TestBed left from development
Browse files Browse the repository at this point in the history
  • Loading branch information
uuksu committed Dec 30, 2024
1 parent a546110 commit 8c46831
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ msbuild.wrn
.vs/

packages/
launchSettings.json
TestBench
launchSettings.json
6 changes: 0 additions & 6 deletions RPGMakerDecrypter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RPGMakerDecrypter.Common",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RPGMakerDecrypter.MVMZ", "RPGMakerDecrypter.MVMZ\RPGMakerDecrypter.MVMZ.csproj", "{9AE7DB4F-7F8F-4A25-B680-6BE6AF385286}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestBench", "TestBench\TestBench.csproj", "{49CE103D-DA88-4ABB-8489-FC96D3155122}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -46,10 +44,6 @@ Global
{9AE7DB4F-7F8F-4A25-B680-6BE6AF385286}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AE7DB4F-7F8F-4A25-B680-6BE6AF385286}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AE7DB4F-7F8F-4A25-B680-6BE6AF385286}.Release|Any CPU.Build.0 = Release|Any CPU
{49CE103D-DA88-4ABB-8489-FC96D3155122}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49CE103D-DA88-4ABB-8489-FC96D3155122}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49CE103D-DA88-4ABB-8489-FC96D3155122}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49CE103D-DA88-4ABB-8489-FC96D3155122}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 8c46831

Please sign in to comment.