diff options
author | Signal Linden <signal@lindenlab.com> | 2025-08-15 19:57:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-15 19:57:55 -0700 |
commit | 68d3d5cd739693dd0bf42c93c02673e2dd74accc (patch) | |
tree | d02e8237c73da82ce5e4a4437490ec825f7b2a38 /indra/tools/vstool/VSTool.sln | |
parent | 4c65a43e1700f0a669006b08b1f4f10293f2e947 (diff) |
Remove unused vstool, files (#4500)
Clean up of some unused files:
- vstool - No longer used
- indra/edit-me-to-trigger-new-build.txt - Shouldn't be needed...
- win_crash_logger/* - Empty directory
Diffstat (limited to 'indra/tools/vstool/VSTool.sln')
-rwxr-xr-x | indra/tools/vstool/VSTool.sln | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/indra/tools/vstool/VSTool.sln b/indra/tools/vstool/VSTool.sln deleted file mode 100755 index 21e3d75971..0000000000 --- a/indra/tools/vstool/VSTool.sln +++ /dev/null @@ -1,19 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSTool", "VSTool.csproj", "{96943E2D-1373-4617-A117-D0F997A94919}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {96943E2D-1373-4617-A117-D0F997A94919}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {96943E2D-1373-4617-A117-D0F997A94919}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {96943E2D-1373-4617-A117-D0F997A94919}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {96943E2D-1373-4617-A117-D0F997A94919}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
|