...
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|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{7181F561-8E6C-4C92-B680-D268610A3465}</ProjectGuid>
15 <RootNamespace>pEpEngineTest</RootNamespace>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19 <ConfigurationType>Application</ConfigurationType>
20 <UseDebugLibraries>true</UseDebugLibraries>
21 <PlatformToolset>v120</PlatformToolset>
22 <CharacterSet>MultiByte</CharacterSet>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25 <ConfigurationType>Application</ConfigurationType>
26 <UseDebugLibraries>false</UseDebugLibraries>
27 <PlatformToolset>v120</PlatformToolset>
28 <WholeProgramOptimization>true</WholeProgramOptimization>
29 <CharacterSet>MultiByte</CharacterSet>
31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <ImportGroup Label="ExtensionSettings">
34 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40 <PropertyGroup Label="UserMacros" />
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
42 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44 <WarningLevel>Level3</WarningLevel>
45 <Optimization>Disabled</Optimization>
46 <SDLCheck>true</SDLCheck>
49 <GenerateDebugInformation>true</GenerateDebugInformation>
51 </ItemDefinitionGroup>
52 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
54 <WarningLevel>Level3</WarningLevel>
55 <Optimization>MaxSpeed</Optimization>
56 <FunctionLevelLinking>true</FunctionLevelLinking>
57 <IntrinsicFunctions>true</IntrinsicFunctions>
58 <SDLCheck>true</SDLCheck>
61 <GenerateDebugInformation>true</GenerateDebugInformation>
62 <EnableCOMDATFolding>true</EnableCOMDATFolding>
63 <OptimizeReferences>true</OptimizeReferences>
65 </ItemDefinitionGroup>
67 <ClCompile Include="pEpEngineTest.cc" />
70 <ProjectReference Include="..\pEpEngine.vcxproj">
71 <Project>{146e69f8-e1da-456a-b048-6dd29d9acf6b}</Project>
74 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
75 <ImportGroup Label="ExtensionTargets">