Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Modify Visual Studio project file to 2012 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Chewing.opensdf
Binary file not shown.
Binary file added Chewing.sdf
Binary file not shown.
16 changes: 8 additions & 8 deletions Chewing.sln
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Installer", "Installer\Installer.vcproj", "{C7C053CC-FDDC-4398-881E-F31FF82340BD}"
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Installer", "Installer\Installer.vcxproj", "{C7C053CC-FDDC-4398-881E-F31FF82340BD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChewingIME", "ChewingIME\ChewingIME.vcproj", "{517658CE-EFFE-4C17-BF82-55F743CB3123}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChewingIME", "ChewingIME\ChewingIME.vcxproj", "{517658CE-EFFE-4C17-BF82-55F743CB3123}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChewingServerUTF8", "ChewingServer\ChewingServerUTF8.vcproj", "{FF074876-659D-4BFD-9361-6E22C99BABE2}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChewingServerUTF8", "ChewingServer\ChewingServerUTF8.vcxproj", "{FF074876-659D-4BFD-9361-6E22C99BABE2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HashEd-UTF8", "HashEd-UTF8\HashEd-UTF8.vcproj", "{269E68D9-551A-4A1B-8DEF-A8C6DA04DA2A}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HashEd-UTF8", "HashEd-UTF8\HashEd-UTF8.vcxproj", "{269E68D9-551A-4A1B-8DEF-A8C6DA04DA2A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "big52utf8", "big52utf8\big52utf8.vcproj", "{FEA2192A-7A54-46C9-A194-16B2B4268C26}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "big52utf8", "big52utf8\big52utf8.vcxproj", "{FEA2192A-7A54-46C9-A194-16B2B4268C26}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OnlineUpdate", "OnlineUpdate\OnlineUpdate.vcproj", "{DC981667-BE17-4BFF-BD24-8E5417B8C5D0}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OnlineUpdate", "OnlineUpdate\OnlineUpdate.vcxproj", "{DC981667-BE17-4BFF-BD24-8E5417B8C5D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Binary file added Chewing.v11.suo
Binary file not shown.
1 change: 1 addition & 0 deletions ChewingIME/ChewingIME.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,7 @@ BOOL APIENTRY DllMain( HANDLE hModule,
{
case DLL_PROCESS_ATTACH:
{
MessageBox(NULL,"Debug","Debug",0);
DisableThreadLibraryCalls((HMODULE)hModule);
g_dllInst = (HINSTANCE)hModule;

Expand Down
348 changes: 0 additions & 348 deletions ChewingIME/ChewingIME.dsp

This file was deleted.

Loading