OSDN Git Service

Added hash function tests.
[mutilities/MUtilities.git] / test / MUtilitiesTest_VS2013.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.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     <ClInclude Include="src\MUtilsTest.h" />
24   </ItemGroup>
25   <ItemGroup>
26     <ProjectReference Include="..\MUtilities_VS2013.vcxproj">
27       <Project>{55405fe1-149f-434c-9d72-4b64348d2a08}</Project>
28     </ProjectReference>
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>v120_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>v120_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>v120_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>gtestd.lib;QtCored4.lib;QtGuid4.lib;%(AdditionalDependencies)</AdditionalDependencies>
104     </Link>
105   </ItemDefinitionGroup>
106   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
107     <ClCompile>
108       <WarningLevel>Level3</WarningLevel>
109       <PrecompiledHeader>
110       </PrecompiledHeader>
111       <Optimization>Full</Optimization>
112       <FunctionLevelLinking>true</FunctionLevelLinking>
113       <IntrinsicFunctions>true</IntrinsicFunctions>
114       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_NO_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115       <AdditionalIncludeDirectories>$(SolutionDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\GoogleTest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
116       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
117       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
118       <BufferSecurityCheck>false</BufferSecurityCheck>
119       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
120       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
121       <OmitFramePointers>true</OmitFramePointers>
122     </ClCompile>
123     <Link>
124       <SubSystem>Console</SubSystem>
125       <EnableCOMDATFolding>true</EnableCOMDATFolding>
126       <OptimizeReferences>true</OptimizeReferences>
127       <GenerateDebugInformation>true</GenerateDebugInformation>
128       <AdditionalLibraryDirectories>$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\lib;$(SolutionDir)\..\Prerequisites\GoogleTest\lib\$(PlatformToolset)\Shared;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
129       <AdditionalDependencies>gtest.lib;QtCore4.lib;QtGui4.lib;%(AdditionalDependencies)</AdditionalDependencies>
130     </Link>
131   </ItemDefinitionGroup>
132   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
133     <ClCompile>
134       <WarningLevel>Level3</WarningLevel>
135       <PrecompiledHeader>
136       </PrecompiledHeader>
137       <Optimization>Full</Optimization>
138       <FunctionLevelLinking>true</FunctionLevelLinking>
139       <IntrinsicFunctions>true</IntrinsicFunctions>
140       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;MUTILS_STATIC_LIB;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_NODLL;QT_NO_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
141       <AdditionalIncludeDirectories>$(SolutionDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\GoogleTest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
142       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
143       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
144       <BufferSecurityCheck>false</BufferSecurityCheck>
145       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
146       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
147       <OmitFramePointers>true</OmitFramePointers>
148     </ClCompile>
149     <Link>
150       <SubSystem>Console</SubSystem>
151       <EnableCOMDATFolding>true</EnableCOMDATFolding>
152       <OptimizeReferences>true</OptimizeReferences>
153       <GenerateDebugInformation>true</GenerateDebugInformation>
154       <AdditionalLibraryDirectories>$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Static\lib;$(SolutionDir)\..\Prerequisites\GoogleTest\lib\$(PlatformToolset)\Static;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
155       <AdditionalDependencies>gtest.lib;QtCore.lib;QtGui.lib;Ws2_32.lib;Winmm.lib;Imm32.lib;PowrProf.lib;Version.lib;Psapi.lib;Sensapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
156     </Link>
157   </ItemDefinitionGroup>
158   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
159   <ImportGroup Label="ExtensionTargets">
160   </ImportGroup>
161 </Project>