From 4a7248af48ceabf0bdf70f4a2f8aad4c6df0f8d0 Mon Sep 17 00:00:00 2001 From: Naoaki Okazaki Date: Fri, 12 Nov 2010 22:35:29 +0900 Subject: [PATCH] - Added *.vcxproj - Removed *.vcproj --- lib/lib.vcproj | 191 ----------------------------------------- lib/lib.vcxproj | 95 ++++++++++++++++++++ sample/sample.vcproj | 195 ------------------------------------------ sample/sample.vcxproj | 105 +++++++++++++++++++++++ 4 files changed, 200 insertions(+), 386 deletions(-) delete mode 100644 lib/lib.vcproj create mode 100644 lib/lib.vcxproj delete mode 100644 sample/sample.vcproj create mode 100644 sample/sample.vcxproj diff --git a/lib/lib.vcproj b/lib/lib.vcproj deleted file mode 100644 index 68448a3..0000000 --- a/lib/lib.vcproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/lib.vcxproj b/lib/lib.vcxproj new file mode 100644 index 0000000..84b38c5 --- /dev/null +++ b/lib/lib.vcxproj @@ -0,0 +1,95 @@ +サソ + + + + Debug + Win32 + + + Release + Win32 + + + + {C4405B73-A899-44BF-8681-04CE040B6705} + lib + Win32Proj + + + + StaticLibrary + Unicode + true + + + StaticLibrary + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + AllRules.ruleset + + + AllRules.ruleset + + + $(SolutionName) + $(SolutionName)_debug + + + + Disabled + $(SolutionDir)include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + + + + MaxSpeed + true + $(SolutionDir)include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sample/sample.vcproj b/sample/sample.vcproj deleted file mode 100644 index a740e16..0000000 --- a/sample/sample.vcproj +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sample/sample.vcxproj b/sample/sample.vcxproj new file mode 100644 index 0000000..083c269 --- /dev/null +++ b/sample/sample.vcxproj @@ -0,0 +1,105 @@ +サソ + + + + Debug + Win32 + + + Release + Win32 + + + + {B4D7D5F5-4A4E-49D5-B38A-E5673520DE66} + sample + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + $(SolutionDir)include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + true + Console + MachineX86 + + + + + MaxSpeed + true + $(SolutionDir)include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + + + + {c4405b73-a899-44bf-8681-04ce040b6705} + false + + + + + + \ No newline at end of file