From 0345245e860375a32c9a437c4a9d9cae807134e9 Mon Sep 17 00:00:00 2001 From: Shashank Date: Mon, 29 May 2017 12:40:26 +0530 Subject: CMSCOPE changed --- tools/Dumpexts/Dumpexts.vcxproj | 228 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 228 insertions(+) create mode 100755 tools/Dumpexts/Dumpexts.vcxproj (limited to 'tools/Dumpexts/Dumpexts.vcxproj') diff --git a/tools/Dumpexts/Dumpexts.vcxproj b/tools/Dumpexts/Dumpexts.vcxproj new file mode 100755 index 000000000..9791ecc1d --- /dev/null +++ b/tools/Dumpexts/Dumpexts.vcxproj @@ -0,0 +1,228 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {3170E4C2-1173-4264-A222-7EE8CCB3DDF7} + Dumpexts + + + + Application + false + MultiByte + v110 + + + Application + false + MultiByte + v110 + + + Application + false + MultiByte + v110 + + + Application + false + MultiByte + v110 + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + false + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + false + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + false + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + false + + + + $(Configuration)/Dumpexts.tlb + + + + + Disabled + _DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + $(Configuration)/ + $(Configuration)/ + Level3 + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(SolutionDir)bin\$(ProjectName).exe + true + $(Configuration)/Dumpexts.pdb + Console + MachineX86 + true + + + + + + + X64 + $(Configuration)/Dumpexts.tlb + + + + + Disabled + _DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + $(Configuration)/ + $(Configuration)/ + Level3 + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(SolutionDir)bin\$(ProjectName).exe + true + $(Configuration)/Dumpexts.pdb + Console + MachineX64 + true + + + + + + + $(Configuration)/Dumpexts.tlb + + + + + MaxSpeed + Speed + NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + $(Configuration)/ + $(Configuration)/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(SolutionDir)bin\$(ProjectName).exe + $(Configuration)/Dumpexts.pdb + Console + MachineX86 + true + + + + + + + X64 + $(Configuration)/Dumpexts.tlb + + + + + MaxSpeed + Speed + NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + $(Configuration)/ + $(Configuration)/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(SolutionDir)bin\$(ProjectName).exe + $(Configuration)/Dumpexts.pdb + Console + MachineX64 + true + + + + + + + Disabled + %(PreprocessorDefinitions) + Disabled + %(PreprocessorDefinitions) + MaxSpeed + %(PreprocessorDefinitions) + MaxSpeed + %(PreprocessorDefinitions) + + + + + {dd8a0506-8d31-4cf8-856a-c10ece9c13a4} + false + + + + + + \ No newline at end of file -- cgit