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