forked from gurnec/HashCheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHashCheckGlobalDefines.props
More file actions
22 lines (22 loc) · 919 Bytes
/
HashCheckGlobalDefines.props
File metadata and controls
22 lines (22 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<TempCDefines>
</TempCDefines>
</PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>HashCheck Global Defines</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile />
<ClCompile>
<PreprocessorDefinitions>_WINDOWS;_UNICODE;UNICODE;_USRDLL;_WIN32_WINNT=0x0600;SL_ENABLE_LGBLK;SL_SMBLK_SIZE=0x1000;BYTE_ORDER=LITTLE_ENDIAN;KeccakP200_excluded;KeccakP400_excluded;KeccakP800_excluded;$(TempCDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<BuildMacro Include="TempCDefines">
<Value>$(TempCDefines)</Value>
</BuildMacro>
</ItemGroup>
</Project>