From 32eb6ee137a36a008c8eb8812d57b53ffeaa8354 Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Wed, 24 Jun 2020 18:43:18 +0200 Subject: [PATCH] Patch level : 12.0 no-patch Files correlati : Commento : rivisti patchdef e fastrip --- build/patchdef.vcxproj | 108 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 build/patchdef.vcxproj diff --git a/build/patchdef.vcxproj b/build/patchdef.vcxproj new file mode 100644 index 000000000..4ea6975ee --- /dev/null +++ b/build/patchdef.vcxproj @@ -0,0 +1,108 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {2DCB2E4A-EFB6-4561-8D87-C5ADBDB76533} + Win32Proj + fastrip + 10.0.17763.0 + + + + Application + true + Unicode + v141 + + + Application + false + true + NotSet + v141 + + + + + + + + + + + + + true + ..\obj\$(SolutionName)\$(ProjectName)\ + $(ProjectDir)\ + + + false + $(ProjectDir)\ + ..\obj\$(SolutionName)\$(ProjectName)\ + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(IntDir)$(TargetName).pdb + + + Console + true + $(IntDir)$(TargetName).pgd + $(IntDir)$(TargetName).pdb + + + $(IntDir)$(TargetName).bsc + + + $(IntDir)$(TargetName).xml + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(IntDir)$(TargetName).pdb + + + Console + + + true + true + $(IntDir)$(TargetName).pgd + $(IntDir)$(TargetName).pdb + + + $(IntDir)$(TargetName).bsc + + + $(IntDir)$(TargetName).xml + + + + + + + + + \ No newline at end of file