Index: ch.vc90.sln =================================================================== diff -u -N -re8841688af4947fb9294b7cda9f5cf2e36938fcd -r8bf223e9f8ab564d95bef4eb4f64a9c6628f62f9 --- ch.vc90.sln (.../ch.vc90.sln) (revision e8841688af4947fb9294b7cda9f5cf2e36938fcd) +++ ch.vc90.sln (.../ch.vc90.sln) (revision 8bf223e9f8ab564d95bef4eb4f64a9c6628f62f9) @@ -25,6 +25,12 @@ {5510B933-046F-4F75-8B46-5E8279C8CCDE} = {5510B933-046F-4F75-8B46-5E8279C8CCDE} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ictranslate", "src\ictranslate\ictranslate.vc90.vcproj", "{B0292250-B70C-4395-9859-F181FB113DA8}" + ProjectSection(ProjectDependencies) = postProject + {5510B933-046F-4F75-8B46-5E8279C8CCDE} = {5510B933-046F-4F75-8B46-5E8279C8CCDE} + {DD1F3242-7EE4-4F41-8B8D-D833300C445F} = {DD1F3242-7EE4-4F41-8B8D-D833300C445F} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug-Unicode|Win32 = Debug-Unicode|Win32 @@ -73,6 +79,14 @@ {10FB6B7E-81A1-47F9-BC6F-7017E5695D3A}.Release-Unicode|Win32.Build.0 = Release-Unicode|Win32 {10FB6B7E-81A1-47F9-BC6F-7017E5695D3A}.Release-Unicode|x64.ActiveCfg = Release-Unicode|x64 {10FB6B7E-81A1-47F9-BC6F-7017E5695D3A}.Release-Unicode|x64.Build.0 = Release-Unicode|x64 + {B0292250-B70C-4395-9859-F181FB113DA8}.Debug-Unicode|Win32.ActiveCfg = Debug-Unicode|Win32 + {B0292250-B70C-4395-9859-F181FB113DA8}.Debug-Unicode|Win32.Build.0 = Debug-Unicode|Win32 + {B0292250-B70C-4395-9859-F181FB113DA8}.Debug-Unicode|x64.ActiveCfg = Debug-Unicode|x64 + {B0292250-B70C-4395-9859-F181FB113DA8}.Debug-Unicode|x64.Build.0 = Debug-Unicode|x64 + {B0292250-B70C-4395-9859-F181FB113DA8}.Release-Unicode|Win32.ActiveCfg = Release-Unicode|Win32 + {B0292250-B70C-4395-9859-F181FB113DA8}.Release-Unicode|Win32.Build.0 = Release-Unicode|Win32 + {B0292250-B70C-4395-9859-F181FB113DA8}.Release-Unicode|x64.ActiveCfg = Release-Unicode|x64 + {B0292250-B70C-4395-9859-F181FB113DA8}.Release-Unicode|x64.Build.0 = Release-Unicode|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE Index: src/ch/ch.vc90.vcproj =================================================================== diff -u -N -re8841688af4947fb9294b7cda9f5cf2e36938fcd -r8bf223e9f8ab564d95bef4eb4f64a9c6628f62f9 --- src/ch/ch.vc90.vcproj (.../ch.vc90.vcproj) (revision e8841688af4947fb9294b7cda9f5cf2e36938fcd) +++ src/ch/ch.vc90.vcproj (.../ch.vc90.vcproj) (revision 8bf223e9f8ab564d95bef4eb4f64a9c6628f62f9) @@ -78,7 +78,7 @@ Name="VCLinkerTool" LinkLibraryDependencies="false" AdditionalDependencies="winmm.lib imagehlp.lib version.lib htmlhelp.lib libicpf32ud.lib libictranslate32ud.lib Dbghelp.lib" - OutputFile="$(OutDir)\ch.exe" + OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="2" SuppressStartupBanner="true" AdditionalLibraryDirectories=""$(OutDir)"" @@ -169,7 +169,7 @@ Name="VCLinkerTool" LinkLibraryDependencies="false" AdditionalDependencies="winmm.lib imagehlp.lib version.lib htmlhelp.lib libicpf64ud.lib libictranslate64ud.lib Dbghelp.lib" - OutputFile="$(OutDir)\ch64.exe" + OutputFile="$(OutDir)\$(ProjectName)64.exe" LinkIncremental="2" SuppressStartupBanner="true" AdditionalLibraryDirectories=""$(OutDir)"" @@ -262,7 +262,7 @@ Name="VCLinkerTool" LinkLibraryDependencies="false" AdditionalDependencies="winmm.lib imagehlp.lib version.lib htmlhelp.lib libicpf32u.lib libictranslate32u.lib Dbghelp.lib" - OutputFile="$(OutDir)\ch.exe" + OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="1" SuppressStartupBanner="true" AdditionalLibraryDirectories=""$(OutDir)"" @@ -355,7 +355,7 @@ Name="VCLinkerTool" LinkLibraryDependencies="false" AdditionalDependencies="winmm.lib imagehlp.lib version.lib htmlhelp.lib libicpf64u.lib libictranslate64u.lib Dbghelp.lib" - OutputFile="$(OutDir)\ch64.exe" + OutputFile="$(OutDir)\$(ProjectName)64.exe" LinkIncremental="1" SuppressStartupBanner="true" AdditionalLibraryDirectories=""$(OutDir)"" Index: src/chext/chext.vc90.vcproj =================================================================== diff -u -N -re8841688af4947fb9294b7cda9f5cf2e36938fcd -r8bf223e9f8ab564d95bef4eb4f64a9c6628f62f9 --- src/chext/chext.vc90.vcproj (.../chext.vc90.vcproj) (revision e8841688af4947fb9294b7cda9f5cf2e36938fcd) +++ src/chext/chext.vc90.vcproj (.../chext.vc90.vcproj) (revision 8bf223e9f8ab564d95bef4eb4f64a9c6628f62f9) @@ -74,7 +74,7 @@ RegisterOutput="false" IgnoreImportLibrary="true" AdditionalDependencies="comctl32.lib" - OutputFile="$(OutDir)\chext.dll" + OutputFile="$(OutDir)\$(ProjectName).dll" LinkIncremental="1" SuppressStartupBanner="true" ModuleDefinitionFile="chext.def" @@ -161,7 +161,7 @@ RegisterOutput="false" IgnoreImportLibrary="true" AdditionalDependencies="comctl32.lib" - OutputFile="$(OutDir)\chext64.dll" + OutputFile="$(OutDir)\$(ProjectName)64.dll" LinkIncremental="1" SuppressStartupBanner="true" ModuleDefinitionFile="chext.def" @@ -250,7 +250,7 @@ RegisterOutput="false" IgnoreImportLibrary="true" AdditionalDependencies="comctl32.lib" - OutputFile="$(OutDir)\chext.dll" + OutputFile="$(OutDir)\$(ProjectName).dll" LinkIncremental="1" SuppressStartupBanner="true" ModuleDefinitionFile="chext.def" @@ -340,7 +340,7 @@ RegisterOutput="false" IgnoreImportLibrary="true" AdditionalDependencies="comctl32.lib" - OutputFile="$(OutDir)\chext64.dll" + OutputFile="$(OutDir)\$(ProjectName)64.dll" LinkIncremental="1" SuppressStartupBanner="true" ModuleDefinitionFile="chext.def" @@ -392,7 +392,7 @@ RelativePath="chext.idl" >