Changeset 346 for libmpc/trunk/win32
- Timestamp:
- 09/19/07 21:33:11 (17 years ago)
- Location:
- libmpc/trunk/win32
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/win32/libcommon.vcproj
r331 r346 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 ,00"4 Version="8.00" 5 5 Name="libcommon" 6 6 ProjectGUID="{49A26D14-0AD0-497E-A982-42BFD4D992FC}" 7 RootNamespace="libcommon" 7 8 Keyword="Win32Proj" 8 9 > … … 109 110 BufferSecurityCheck="false" 110 111 EnableFunctionLevelLinking="true" 112 FloatingPointModel="2" 111 113 WarningLevel="3" 112 114 CompileAs="1" -
libmpc/trunk/win32/libmpcdec.vcproj
r331 r346 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 ,00"4 Version="8.00" 5 5 Name="libmpcdec" 6 6 ProjectGUID="{4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3}" … … 113 113 BufferSecurityCheck="false" 114 114 EnableFunctionLevelLinking="true" 115 FloatingPointModel="2" 115 116 WarningLevel="3" 116 117 CompileAs="1" -
libmpc/trunk/win32/mpcdec.vcproj
r331 r346 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 ,00"4 Version="8.00" 5 5 Name="mpcdec" 6 6 ProjectGUID="{A527175B-22A9-41AB-B2E8-580F573CCAFB}" … … 129 129 BufferSecurityCheck="false" 130 130 EnableFunctionLevelLinking="true" 131 FloatingPointModel="2" 131 132 WarningLevel="3" 132 133 Detect64BitPortabilityProblems="true" -
libmpc/trunk/win32/musepack.sln
r331 r346 39 39 EndProject 40 40 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libwavformat", "libwavformat.vcproj", "{13D176A2-B6BB-403F-A816-AA1F388078B7}" 41 EndProject 42 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libreplaygain", "..\..\..\libreplaygain\libreplaygain.vcproj", "{CB7A02E8-393A-481B-BD18-E7D041D8C6B1}" 43 EndProject 44 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpcgain", "mpcgain.vcproj", "{76CBB7D4-0524-4569-9150-34BDE4235D04}" 45 ProjectSection(ProjectDependencies) = postProject 46 {49A26D14-0AD0-497E-A982-42BFD4D992FC} = {49A26D14-0AD0-497E-A982-42BFD4D992FC} 47 {4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3} = {4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3} 48 {CB7A02E8-393A-481B-BD18-E7D041D8C6B1} = {CB7A02E8-393A-481B-BD18-E7D041D8C6B1} 49 EndProjectSection 41 50 EndProject 42 51 Global … … 82 91 {13D176A2-B6BB-403F-A816-AA1F388078B7}.Release|Win32.ActiveCfg = Release|Win32 83 92 {13D176A2-B6BB-403F-A816-AA1F388078B7}.Release|Win32.Build.0 = Release|Win32 93 {CB7A02E8-393A-481B-BD18-E7D041D8C6B1}.Debug|Win32.ActiveCfg = Debug|Win32 94 {CB7A02E8-393A-481B-BD18-E7D041D8C6B1}.Debug|Win32.Build.0 = Debug|Win32 95 {CB7A02E8-393A-481B-BD18-E7D041D8C6B1}.Release|Win32.ActiveCfg = Release|Win32 96 {CB7A02E8-393A-481B-BD18-E7D041D8C6B1}.Release|Win32.Build.0 = Release|Win32 97 {76CBB7D4-0524-4569-9150-34BDE4235D04}.Debug|Win32.ActiveCfg = Debug|Win32 98 {76CBB7D4-0524-4569-9150-34BDE4235D04}.Debug|Win32.Build.0 = Debug|Win32 99 {76CBB7D4-0524-4569-9150-34BDE4235D04}.Release|Win32.ActiveCfg = Release|Win32 100 {76CBB7D4-0524-4569-9150-34BDE4235D04}.Release|Win32.Build.0 = Release|Win32 84 101 EndGlobalSection 85 102 GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset
for help on using the changeset viewer.