Improved hash function tests.
[MUtilities.git] / test / MUtilitiesTest_VS2015.vcxproj
blobada5dedd27195c4e872ccef650d44e1581f4f55e
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="src\GlobalTest.cpp" />
19     <ClCompile Include="src\HashTest.cpp" />
20     <ClCompile Include="src\Main.cpp" />
21   </ItemGroup>
22   <ItemGroup>
23     <ProjectReference Include="..\MUtilities_VS2015.vcxproj">
24       <Project>{55405fe1-149f-434c-9d72-4b64348d2a08}</Project>
25     </ProjectReference>
26   </ItemGroup>
27   <ItemGroup>
28     <ClInclude Include="src\MUtilsTest.h" />
29   </ItemGroup>
30   <PropertyGroup Label="Globals">
31     <ProjectGuid>{B7BCA0A5-17AD-4F20-A42C-CD6FFBD55D89}</ProjectGuid>
32     <Keyword>Win32Proj</Keyword>
33     <RootNamespace>MUtilitiesTest_VS2015</RootNamespace>
34     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
35     <ProjectName>MUtilitiesTest</ProjectName>
36   </PropertyGroup>
37   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
39     <ConfigurationType>Application</ConfigurationType>
40     <UseDebugLibraries>true</UseDebugLibraries>
41     <PlatformToolset>v140_xp</PlatformToolset>
42     <CharacterSet>Unicode</CharacterSet>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
45     <ConfigurationType>Application</ConfigurationType>
46     <UseDebugLibraries>false</UseDebugLibraries>
47     <PlatformToolset>v140_xp</PlatformToolset>
48     <WholeProgramOptimization>true</WholeProgramOptimization>
49     <CharacterSet>Unicode</CharacterSet>
50   </PropertyGroup>
51   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="Configuration">
52     <ConfigurationType>Application</ConfigurationType>
53     <UseDebugLibraries>false</UseDebugLibraries>
54     <PlatformToolset>v140_xp</PlatformToolset>
55     <WholeProgramOptimization>true</WholeProgramOptimization>
56     <CharacterSet>Unicode</CharacterSet>
57   </PropertyGroup>
58   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59   <ImportGroup Label="ExtensionSettings">
60   </ImportGroup>
61   <ImportGroup Label="Shared">
62   </ImportGroup>
63   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65   </ImportGroup>
66   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68   </ImportGroup>
69   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="PropertySheets">
70     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71   </ImportGroup>
72   <PropertyGroup Label="UserMacros" />
73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74     <LinkIncremental>true</LinkIncremental>
75     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
76     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
77   </PropertyGroup>
78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79     <LinkIncremental>false</LinkIncremental>
80     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
81     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
82   </PropertyGroup>
83   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
84     <LinkIncremental>false</LinkIncremental>
85     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
86     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
87   </PropertyGroup>
88   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89     <ClCompile>
90       <PrecompiledHeader>
91       </PrecompiledHeader>
92       <WarningLevel>Level3</WarningLevel>
93       <Optimization>Disabled</Optimization>
94       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95       <AdditionalIncludeDirectories>$(SolutionDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\GoogleTest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
96       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
97       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
98     </ClCompile>
99     <Link>
100       <SubSystem>Console</SubSystem>
101       <GenerateDebugInformation>true</GenerateDebugInformation>
102       <AdditionalLibraryDirectories>$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Debug\lib;$(SolutionDir)\..\Prerequisites\GoogleTest\lib\$(PlatformToolset)\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
103       <AdditionalDependencies>notelemetry.obj;gtestd.lib;QtCored4.lib;QtGuid4.lib;%(AdditionalDependencies)</AdditionalDependencies>
104       <ShowProgress>LinkVerboseLib</ShowProgress>
105     </Link>
106   </ItemDefinitionGroup>
107   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
108     <ClCompile>
109       <WarningLevel>Level3</WarningLevel>
110       <PrecompiledHeader>
111       </PrecompiledHeader>
112       <Optimization>Full</Optimization>
113       <FunctionLevelLinking>true</FunctionLevelLinking>
114       <IntrinsicFunctions>true</IntrinsicFunctions>
115       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_NO_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
116       <AdditionalIncludeDirectories>$(SolutionDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\GoogleTest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
117       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
118       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
119       <BufferSecurityCheck>false</BufferSecurityCheck>
120       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
121       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
122       <OmitFramePointers>true</OmitFramePointers>
123     </ClCompile>
124     <Link>
125       <SubSystem>Console</SubSystem>
126       <EnableCOMDATFolding>true</EnableCOMDATFolding>
127       <OptimizeReferences>true</OptimizeReferences>
128       <GenerateDebugInformation>true</GenerateDebugInformation>
129       <AdditionalLibraryDirectories>$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\lib;$(SolutionDir)\..\Prerequisites\GoogleTest\lib\$(PlatformToolset)\Shared;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
130       <AdditionalDependencies>notelemetry.obj;gtest.lib;QtCore4.lib;QtGui4.lib;%(AdditionalDependencies)</AdditionalDependencies>
131       <ShowProgress>LinkVerboseLib</ShowProgress>
132     </Link>
133   </ItemDefinitionGroup>
134   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
135     <ClCompile>
136       <WarningLevel>Level3</WarningLevel>
137       <PrecompiledHeader>
138       </PrecompiledHeader>
139       <Optimization>Full</Optimization>
140       <FunctionLevelLinking>true</FunctionLevelLinking>
141       <IntrinsicFunctions>true</IntrinsicFunctions>
142       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;MUTILS_STATIC_LIB;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_NODLL;QT_NO_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143       <AdditionalIncludeDirectories>$(SolutionDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\GoogleTest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
144       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
145       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
146       <BufferSecurityCheck>false</BufferSecurityCheck>
147       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
148       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
149       <OmitFramePointers>true</OmitFramePointers>
150     </ClCompile>
151     <Link>
152       <SubSystem>Console</SubSystem>
153       <EnableCOMDATFolding>true</EnableCOMDATFolding>
154       <OptimizeReferences>true</OptimizeReferences>
155       <GenerateDebugInformation>true</GenerateDebugInformation>
156       <AdditionalLibraryDirectories>$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Static\lib;$(SolutionDir)\..\Prerequisites\GoogleTest\lib\$(PlatformToolset)\Static;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
157       <AdditionalDependencies>notelemetry.obj;gtest.lib;QtCore.lib;QtGui.lib;Ws2_32.lib;Winmm.lib;Imm32.lib;PowrProf.lib;Version.lib;Psapi.lib;Sensapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
158       <ShowProgress>LinkVerboseLib</ShowProgress>
159     </Link>
160   </ItemDefinitionGroup>
161   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
162   <ImportGroup Label="ExtensionTargets">
163   </ImportGroup>
164 </Project>