From bcaeaa8c2d970b81249cfba019475598e3d3109f Mon Sep 17 00:00:00 2001 From: Curt Hagenlocher Date: Wed, 27 Dec 2023 11:30:16 -0800 Subject: [PATCH] MINOR: [C#] Remove launchSettings.json (#39382) ### Rationale for this change A previous commit accidentally included a version of launchSettings.json used for local debugging. This file is not helpful to anyone. ### Are these changes tested? N/A ### Are there any user-facing changes? No. Authored-by: Curt Hagenlocher Signed-off-by: Curt Hagenlocher --- .../Properties/launchSettings.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 csharp/test/Apache.Arrow.IntegrationTest/Properties/launchSettings.json diff --git a/csharp/test/Apache.Arrow.IntegrationTest/Properties/launchSettings.json b/csharp/test/Apache.Arrow.IntegrationTest/Properties/launchSettings.json deleted file mode 100644 index 46bdeff290e17..0000000000000 --- a/csharp/test/Apache.Arrow.IntegrationTest/Properties/launchSettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "profiles": { - "Apache.Arrow.IntegrationTest": { - "commandName": "Project", - "commandLineArgs": "--mode validate -j C:\\Users\\curt\\AppData\\Local\\Temp\\arrow-integration-9_cov7dz\\generated_binary_view.json -a C:\\Users\\curt\\AppData\\Local\\Temp\\tmpxicbzqpn\\460a151e_generated_binary_view.json_as_file" - } - } -} \ No newline at end of file