Refactored MUtils::Hash functions.
[MUtilities.git] / MUtilities_VS2015.vcxproj
blobd2eb43329ba19aa3b73fbace669e849a397e6854
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Release_Static|Win32">
9       <Configuration>Release_Static</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16   </ItemGroup>
17   <ItemGroup>
18     <ClCompile Include="$(SolutionDir)\tmp\$(ProjectName)\QRC_MUtilsData.cpp" />
19     <ClCompile Include="$(SolutionDir)\tmp\$(ProjectName)\MOC_UpdateChecker.cpp" />
20     <ClCompile Include="src\3rd_party\adler32\src\adler32.cpp" />
21     <ClCompile Include="src\3rd_party\blake2\src\blake2.cpp" />
22     <ClCompile Include="src\3rd_party\strnatcmp\src\strnatcmp.cpp" />
23     <ClCompile Include="src\CPUFeatures_Win32.cpp" />
24     <ClCompile Include="src\DLLMain.cpp" />
25     <ClCompile Include="src\ErrorHandler_Win32.cpp" />
26     <ClCompile Include="src\Global.cpp" />
27     <ClCompile Include="src\GUI.cpp" />
28     <ClCompile Include="src\GUI_Win32.cpp" />
29     <ClCompile Include="src\Hash.cpp" />
30     <ClCompile Include="src\Hash_Blake2.cpp" />
31     <ClCompile Include="src\IPCChannel.cpp" />
32     <ClCompile Include="src\JobObject_Win32.cpp" />
33     <ClCompile Include="src\Hash_Keccak.cpp" />
34     <ClCompile Include="src\OSSupport_Win32.cpp" />
35     <ClCompile Include="src\Registry_Win32.cpp" />
36     <ClCompile Include="src\Sound_Win32.cpp" />
37     <ClCompile Include="src\Startup.cpp" />
38     <ClCompile Include="src\Taskbar7_Win32.cpp" />
39     <ClCompile Include="src\Terminal_Win32.cpp" />
40     <ClCompile Include="src\Translation.cpp" />
41     <ClCompile Include="src\UpdateChecker.cpp" />
42     <ClCompile Include="src\Utils_Win32.cpp" />
43     <ClCompile Include="src\Version.cpp" />
44   </ItemGroup>
45   <ItemGroup>
46     <ClInclude Include="include\MUtils\CPUFeatures.h" />
47     <ClInclude Include="include\MUtils\ErrorHandler.h" />
48     <ClInclude Include="include\MUtils\Exception.h" />
49     <ClInclude Include="include\MUtils\Global.h" />
50     <ClInclude Include="include\MUtils\GUI.h" />
51     <ClInclude Include="include\MUtils\Hash.h" />
52     <ClInclude Include="include\MUtils\IPCChannel.h" />
53     <ClInclude Include="include\MUtils\JobObject.h" />
54     <ClInclude Include="include\MUtils\OSSupport.h" />
55     <ClInclude Include="include\MUtils\Registry.h" />
56     <ClInclude Include="include\MUtils\Sound.h" />
57     <ClInclude Include="include\MUtils\Startup.h" />
58     <ClInclude Include="include\MUtils\Taskbar7.h" />
59     <ClInclude Include="include\MUtils\Terminal.h" />
60     <ClInclude Include="include\MUtils\Translation.h" />
61     <ClInclude Include="src\3rd_party\adler32\include\adler32.h" />
62     <ClInclude Include="src\3rd_party\blake2\include\blake2.h" />
63     <ClInclude Include="src\3rd_party\keccak\include\keccak_impl.h" />
64     <ClInclude Include="src\3rd_party\strnatcmp\include\strnatcmp.h" />
65     <ClInclude Include="src\DirLocker.h" />
66     <ClInclude Include="src\Utils_Win32.h" />
67     <CustomBuild Include="include\Mutils\UpdateChecker.h">
68       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"</Command>
69       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"</Message>
70       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)</Outputs>
71       <Command Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"</Command>
72       <Message Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"</Message>
73       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)</Outputs>
74       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"</Command>
75       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"</Message>
76       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)</Outputs>
77     </CustomBuild>
78     <ClInclude Include="include\MUtils\Version.h" />
79     <ClInclude Include="src\CriticalSection_Win32.h" />
80   </ItemGroup>
81   <ItemGroup>
82     <CustomBuild Include="res\MUtilsData.qrc">
83       <FileType>Document</FileType>
84       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"</Command>
85       <Command Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"</Command>
86       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"</Command>
87       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"</Message>
88       <Message Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"</Message>
89       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"</Message>
90       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)</Outputs>
91       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)</Outputs>
92       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)</Outputs>
93     </CustomBuild>
94   </ItemGroup>
95   <PropertyGroup Label="Globals">
96     <ProjectGuid>{55405FE1-149F-434C-9D72-4B64348D2A08}</ProjectGuid>
97     <Keyword>Win32Proj</Keyword>
98     <RootNamespace>MUtilities</RootNamespace>
99     <ProjectName>MUtilities</ProjectName>
100   </PropertyGroup>
101   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
102   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
103     <ConfigurationType>DynamicLibrary</ConfigurationType>
104     <UseDebugLibraries>true</UseDebugLibraries>
105     <PlatformToolset>v140_xp</PlatformToolset>
106     <CharacterSet>Unicode</CharacterSet>
107   </PropertyGroup>
108   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
109     <ConfigurationType>DynamicLibrary</ConfigurationType>
110     <UseDebugLibraries>false</UseDebugLibraries>
111     <PlatformToolset>v140_xp</PlatformToolset>
112     <WholeProgramOptimization>true</WholeProgramOptimization>
113     <CharacterSet>Unicode</CharacterSet>
114   </PropertyGroup>
115   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="Configuration">
116     <ConfigurationType>StaticLibrary</ConfigurationType>
117     <UseDebugLibraries>false</UseDebugLibraries>
118     <PlatformToolset>v140_xp</PlatformToolset>
119     <WholeProgramOptimization>true</WholeProgramOptimization>
120     <CharacterSet>Unicode</CharacterSet>
121   </PropertyGroup>
122   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
123   <ImportGroup Label="ExtensionSettings">
124   </ImportGroup>
125   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
126     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
127   </ImportGroup>
128   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
129     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
130   </ImportGroup>
131   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="PropertySheets">
132     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
133   </ImportGroup>
134   <PropertyGroup Label="UserMacros" />
135   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
136     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
137     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
138     <TargetName>MUtils32-1</TargetName>
139   </PropertyGroup>
140   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
141     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
142     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
143     <TargetName>MUtils32-1</TargetName>
144   </PropertyGroup>
145   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
146     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
147     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
148     <TargetName>MUtils32-1</TargetName>
149   </PropertyGroup>
150   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
151     <ClCompile>
152       <PrecompiledHeader>
153       </PrecompiledHeader>
154       <WarningLevel>Level3</WarningLevel>
155       <Optimization>Disabled</Optimization>
156       <PreprocessorDefinitions>WIN32;MUTILS_DLL_EXPORT;_DEBUG;_LIB;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_DLL;QT_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
157       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
158       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
159       <AdditionalIncludeDirectories>$(ProjectDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
160       <TreatWarningAsError>true</TreatWarningAsError>
161       <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
162       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
163       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
164     </ClCompile>
165     <Link>
166       <SubSystem>Windows</SubSystem>
167       <GenerateDebugInformation>true</GenerateDebugInformation>
168       <AdditionalLibraryDirectories>$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Debug\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32</AdditionalLibraryDirectories>
169       <AdditionalDependencies>QtCored4.lib;QtGuid4.lib;Winmm.lib;Psapi.lib;Sensapi.lib;PowrProf.lib;Shlwapi.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies>
170     </Link>
171   </ItemDefinitionGroup>
172   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
173     <ClCompile>
174       <WarningLevel>Level3</WarningLevel>
175       <PrecompiledHeader>
176       </PrecompiledHeader>
177       <Optimization>Full</Optimization>
178       <FunctionLevelLinking>true</FunctionLevelLinking>
179       <IntrinsicFunctions>true</IntrinsicFunctions>
180       <PreprocessorDefinitions>WIN32;MUTILS_DLL_EXPORT;NDEBUG;_LIB;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_DLL;QT_NO_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
181       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
182       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
183       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
184       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
185       <OmitFramePointers>true</OmitFramePointers>
186       <BufferSecurityCheck>false</BufferSecurityCheck>
187       <FloatingPointModel>Fast</FloatingPointModel>
188       <CreateHotpatchableImage>false</CreateHotpatchableImage>
189       <AdditionalIncludeDirectories>$(ProjectDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
190       <TreatWarningAsError>true</TreatWarningAsError>
191       <CompileAsManaged>false</CompileAsManaged>
192     </ClCompile>
193     <Link>
194       <SubSystem>Windows</SubSystem>
195       <EnableCOMDATFolding>true</EnableCOMDATFolding>
196       <OptimizeReferences>true</OptimizeReferences>
197       <AdditionalLibraryDirectories>$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32</AdditionalLibraryDirectories>
198       <AdditionalDependencies>notelemetry.obj;QtCore4.lib;QtGui4.lib;Winmm.lib;Psapi.lib;Sensapi.lib;PowrProf.lib;Shlwapi.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies>
199       <GenerateDebugInformation>false</GenerateDebugInformation>
200     </Link>
201   </ItemDefinitionGroup>
202   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
203     <ClCompile>
204       <WarningLevel>Level3</WarningLevel>
205       <PrecompiledHeader>
206       </PrecompiledHeader>
207       <Optimization>Full</Optimization>
208       <FunctionLevelLinking>true</FunctionLevelLinking>
209       <IntrinsicFunctions>true</IntrinsicFunctions>
210       <PreprocessorDefinitions>WIN32;MUTILS_STATIC_LIB;NDEBUG;_LIB;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_NODLL;QT_NO_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
211       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
212       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
213       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
214       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
215       <OmitFramePointers>true</OmitFramePointers>
216       <BufferSecurityCheck>false</BufferSecurityCheck>
217       <FloatingPointModel>Fast</FloatingPointModel>
218       <CreateHotpatchableImage>false</CreateHotpatchableImage>
219       <AdditionalIncludeDirectories>$(ProjectDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
220       <TreatWarningAsError>true</TreatWarningAsError>
221       <CompileAsManaged>false</CompileAsManaged>
222     </ClCompile>
223     <Link>
224       <SubSystem>Windows</SubSystem>
225       <GenerateDebugInformation>true</GenerateDebugInformation>
226       <EnableCOMDATFolding>true</EnableCOMDATFolding>
227       <OptimizeReferences>true</OptimizeReferences>
228     </Link>
229   </ItemDefinitionGroup>
230   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
231   <ImportGroup Label="ExtensionTargets">
232   </ImportGroup>
233 </Project>