diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-06-18 20:27:58 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-06-18 20:27:58 +0200 |
commit | bb3362fd124988b5730b8ff7d1a9c0e6b6c67789 (patch) | |
tree | a2f1ee96ca3d2ad2522512694063128ff708bdd6 /drivers/nedmalloc/nedmalloc.sln | |
parent | c3bf11d4d48c0499460dc294c6836acedbfd46cb (diff) |
Drop useless 3rd party files from nedmalloc and png
Part of #5272
Diffstat (limited to 'drivers/nedmalloc/nedmalloc.sln')
-rw-r--r-- | drivers/nedmalloc/nedmalloc.sln | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/nedmalloc/nedmalloc.sln b/drivers/nedmalloc/nedmalloc.sln deleted file mode 100644 index 6ffd9fb83f..0000000000 --- a/drivers/nedmalloc/nedmalloc.sln +++ /dev/null @@ -1,19 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nedmalloc", "nedmalloc.vcproj", "{B89384F5-360B-4AB2-8F43-2F5F98A947FE}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B89384F5-360B-4AB2-8F43-2F5F98A947FE}.Debug|Win32.ActiveCfg = Debug|Win32
- {B89384F5-360B-4AB2-8F43-2F5F98A947FE}.Debug|Win32.Build.0 = Debug|Win32
- {B89384F5-360B-4AB2-8F43-2F5F98A947FE}.Release|Win32.ActiveCfg = Release|Win32
- {B89384F5-360B-4AB2-8F43-2F5F98A947FE}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
|