summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandy Stutsman <sstutsma@redhat.com>2015-11-17 15:26:31 -0500
committerSandy Stutsman <sstutsma@redhat.com>2015-11-25 11:48:27 -0500
commit475fb5da133cab7f5d7a6ca4e28e3fc45425b30b (patch)
tree16a28cbb4a209d4ac0ebbf097dca98fb6d2388ce
parent5df8c4f318d808a8381a948da3ce15b5d4aa6682 (diff)
Set Allow Date, Time and Timestamp property for all builds/platforms
Defines standarc C/CPP macros __DATE__, __TIME__, __TIMESTAMP__
-rwxr-xr-xqxldod/qxldod.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/qxldod/qxldod.vcxproj b/qxldod/qxldod.vcxproj
index ddd3fe0..320748f 100755
--- a/qxldod/qxldod.vcxproj
+++ b/qxldod/qxldod.vcxproj
@@ -55,12 +55,14 @@
</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
+ <ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'" Label="Configuration">
<TargetVersion>
</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
+ <ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">