diff --git a/.gitignore b/.gitignore index 2c0cefc..68e9879 100644 --- a/.gitignore +++ b/.gitignore @@ -37,5 +37,4 @@ msbuild.wrn .vs/ packages/ -launchSettings.json -TestBench +launchSettings.json \ No newline at end of file diff --git a/RPGMakerDecrypter.sln b/RPGMakerDecrypter.sln index 67a85c4..a879ef0 100644 --- a/RPGMakerDecrypter.sln +++ b/RPGMakerDecrypter.sln @@ -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 @@ -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