search for: 4cefbc82

Displaying 2 results from an estimated 2 matches for "4cefbc82".

Did you mean: 4cefbc84
2013 Sep 25
1
PATCH for MSVC .sln file (repeat)
...---------------------------------------------------------- Every time I open current FLAC.sln in MSVS 2005, it rewrites (fixes) this file. The diff between new and old files is attached. Current version has several problems: a) it has one extra EndProject line. b) it has 4 lines that start with {4cefbc82-c215-11db-8314-0800200c9a66}. They left from in_flac and useless now. c) According to http://msdn.microsoft.com/en-us/library/hb23x61k(v=vs.80).aspx , the standard GUID for Visual C++ project is 8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942, not the current 4cefbc7c-c215-11db-8314-0800200c9a66 (...
2013 Mar 17
1
Patch to remove the dead in_flac project from the MSVC solution
...Project("{4cefbc7c-c215-11db-8314-080020 {4cefbc89-c215-11db-8314-0800200c9a66} = {4cefbc89-c215-11db-8314-0800200c9a66} EndProjectSection EndProject -Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") = "in_flac", "src\plugin_winamp2\in_flac.vcproj", "{4cefbc82-c215-11db-8314-0800200c9a66}" - ProjectSection(ProjectDependencies) = postProject - {4cefbc84-c215-11db-8314-0800200c9a66} = {4cefbc84-c215-11db-8314-0800200c9a66} - {4cefbc8a-c215-11db-8314-0800200c9a66} = {4cefbc8a-c215-11db-8314-0800200c9a66} - {4cefbc81-c215-11db-8314-0800200c9a66} = {4...