Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.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>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame^] | 8 | <ProjectConfiguration Include="Debug|x64">
|
| 9 | <Configuration>Debug</Configuration>
|
| 10 | <Platform>x64</Platform>
|
| 11 | </ProjectConfiguration>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 12 | <ProjectConfiguration Include="Release|Win32">
|
| 13 | <Configuration>Release</Configuration>
|
| 14 | <Platform>Win32</Platform>
|
| 15 | </ProjectConfiguration>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame^] | 16 | <ProjectConfiguration Include="Release|x64">
|
| 17 | <Configuration>Release</Configuration>
|
| 18 | <Platform>x64</Platform>
|
| 19 | </ProjectConfiguration>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 20 | </ItemGroup>
|
| 21 | <PropertyGroup Label="Globals">
|
| 22 | <ProjectGuid>{F52B9FFC-0E87-4816-BB2D-711CFC1E8955}</ProjectGuid>
|
| 23 | <Keyword>Win32Proj</Keyword>
|
| 24 | <RootNamespace>benchmark</RootNamespace>
|
| 25 | </PropertyGroup>
|
| 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 28 | <ConfigurationType>Application</ConfigurationType>
|
| 29 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 30 | <CharacterSet>Unicode</CharacterSet>
|
| 31 | </PropertyGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame^] | 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 33 | <ConfigurationType>Application</ConfigurationType>
|
| 34 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 35 | <CharacterSet>Unicode</CharacterSet>
|
| 36 | </PropertyGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 38 | <ConfigurationType>Application</ConfigurationType>
|
| 39 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 40 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 41 | <CharacterSet>Unicode</CharacterSet>
|
| 42 | </PropertyGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame^] | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 44 | <ConfigurationType>Application</ConfigurationType>
|
| 45 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 46 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 47 | <CharacterSet>Unicode</CharacterSet>
|
| 48 | <PlatformToolset>Windows7.1SDK</PlatformToolset>
|
| 49 | </PropertyGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 50 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 51 | <ImportGroup Label="ExtensionSettings">
|
| 52 | </ImportGroup>
|
| 53 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 55 | </ImportGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame^] | 56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
| 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 58 | </ImportGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 59 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 61 | </ImportGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame^] | 62 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 64 | </ImportGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 65 | <PropertyGroup Label="UserMacros" />
|
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 67 | <LinkIncremental>true</LinkIncremental>
|
| 68 | </PropertyGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame^] | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 70 | <LinkIncremental>true</LinkIncremental>
|
| 71 | </PropertyGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 73 | <LinkIncremental>false</LinkIncremental>
|
| 74 | </PropertyGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame^] | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 76 | <LinkIncremental>false</LinkIncremental>
|
| 77 | </PropertyGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 78 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 79 | <ClCompile>
|
| 80 | <PrecompiledHeader>
|
| 81 | </PrecompiledHeader>
|
| 82 | <WarningLevel>Level3</WarningLevel>
|
| 83 | <Optimization>Disabled</Optimization>
|
| 84 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 85 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
| 86 | </ClCompile>
|
| 87 | <Link>
|
| 88 | <SubSystem>Console</SubSystem>
|
| 89 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 90 | <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
|
| 91 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);PolarSSL.lib</AdditionalDependencies>
|
| 92 | </Link>
|
| 93 | </ItemDefinitionGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame^] | 94 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 95 | <ClCompile>
|
| 96 | <PrecompiledHeader>
|
| 97 | </PrecompiledHeader>
|
| 98 | <WarningLevel>Level3</WarningLevel>
|
| 99 | <Optimization>Disabled</Optimization>
|
| 100 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 101 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
| 102 | </ClCompile>
|
| 103 | <Link>
|
| 104 | <SubSystem>Console</SubSystem>
|
| 105 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 106 | <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
|
| 107 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);PolarSSL.lib</AdditionalDependencies>
|
| 108 | </Link>
|
| 109 | </ItemDefinitionGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 110 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 111 | <ClCompile>
|
| 112 | <WarningLevel>Level3</WarningLevel>
|
| 113 | <PrecompiledHeader>
|
| 114 | </PrecompiledHeader>
|
| 115 | <Optimization>MaxSpeed</Optimization>
|
| 116 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 117 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 118 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 119 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
| 120 | </ClCompile>
|
| 121 | <Link>
|
| 122 | <SubSystem>Console</SubSystem>
|
| 123 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 124 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 125 | <OptimizeReferences>true</OptimizeReferences>
|
| 126 | <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
|
| 127 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);PolarSSL.lib</AdditionalDependencies>
|
| 128 | </Link>
|
| 129 | </ItemDefinitionGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame^] | 130 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 131 | <ClCompile>
|
| 132 | <WarningLevel>Level3</WarningLevel>
|
| 133 | <PrecompiledHeader>
|
| 134 | </PrecompiledHeader>
|
| 135 | <Optimization>MaxSpeed</Optimization>
|
| 136 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 137 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 138 | <PreprocessorDefinitions>WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 139 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
| 140 | </ClCompile>
|
| 141 | <Link>
|
| 142 | <SubSystem>Console</SubSystem>
|
| 143 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 144 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 145 | <OptimizeReferences>true</OptimizeReferences>
|
| 146 | <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
|
| 147 | <AdditionalDependencies>%(AdditionalDependencies);</AdditionalDependencies>
|
| 148 | </Link>
|
| 149 | </ItemDefinitionGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 150 | <ItemGroup>
|
| 151 | <ClCompile Include="..\..\programs\test\benchmark.c" />
|
| 152 | </ItemGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame^] | 153 | <ItemGroup>
|
| 154 | <ProjectReference Include="PolarSSL.vcxproj">
|
| 155 | <Project>{46cf2d25-6a36-4189-b59c-e4815388e554}</Project>
|
| 156 | </ProjectReference>
|
| 157 | </ItemGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 158 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 159 | <ImportGroup Label="ExtensionTargets">
|
| 160 | </ImportGroup>
|
| 161 | </Project> |