blob: 6f20e57e740a8bdabddc3858045a73f8948698d2 [file] [log] [blame]
Paul Bakkeraf5c85f2011-04-18 03:47:52 +00001<?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 Bakker8101cd22011-04-24 15:42:06 +00008 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000012 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
Paul Bakker8101cd22011-04-24 15:42:06 +000016 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000020 </ItemGroup>
21 <ItemGroup>
22 <ClCompile Include="..\..\programs\hash\md5sum.c" />
23 </ItemGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000024 <ItemGroup>
Manuel Pégourié-Gonnardedaa9a02015-01-26 15:43:46 +000025 <ProjectReference Include="mbedTLS.vcxproj">
Paul Bakker8101cd22011-04-24 15:42:06 +000026 <Project>{46cf2d25-6a36-4189-b59c-e4815388e554}</Project>
Krzysztof Stachowiak31f0a3b2018-02-20 10:03:59 +010027 <LinkLibraryDependencies>true</LinkLibraryDependencies>
Paul Bakker8101cd22011-04-24 15:42:06 +000028 </ProjectReference>
29 </ItemGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000030 <PropertyGroup Label="Globals">
Paul Bakkerdaae3b72015-02-08 15:49:54 +010031 <ProjectGuid>{80FE1ECF-6992-A275-7973-E2976718D128}</ProjectGuid>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000032 <Keyword>Win32Proj</Keyword>
33 <RootNamespace>md5sum</RootNamespace>
34 </PropertyGroup>
35 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
37 <ConfigurationType>Application</ConfigurationType>
38 <UseDebugLibraries>true</UseDebugLibraries>
39 <CharacterSet>Unicode</CharacterSet>
40 </PropertyGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000041 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42 <ConfigurationType>Application</ConfigurationType>
43 <UseDebugLibraries>true</UseDebugLibraries>
44 <CharacterSet>Unicode</CharacterSet>
45 </PropertyGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000046 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
47 <ConfigurationType>Application</ConfigurationType>
48 <UseDebugLibraries>false</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
50 <CharacterSet>Unicode</CharacterSet>
51 </PropertyGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000052 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
53 <ConfigurationType>Application</ConfigurationType>
54 <UseDebugLibraries>false</UseDebugLibraries>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
56 <CharacterSet>Unicode</CharacterSet>
57 <PlatformToolset>Windows7.1SDK</PlatformToolset>
58 </PropertyGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000059 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
60 <ImportGroup Label="ExtensionSettings">
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>
Paul Bakker8101cd22011-04-24 15:42:06 +000065 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 </ImportGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000068 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70 </ImportGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000071 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 </ImportGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000074 <PropertyGroup Label="UserMacros" />
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76 <LinkIncremental>true</LinkIncremental>
77 </PropertyGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000078 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79 <LinkIncremental>true</LinkIncremental>
80 </PropertyGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000081 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
82 <LinkIncremental>false</LinkIncremental>
83 </PropertyGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000084 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85 <LinkIncremental>false</LinkIncremental>
86 </PropertyGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000087 <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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
95 </ClCompile>
96 <Link>
97 <SubSystem>Console</SubSystem>
98 <GenerateDebugInformation>true</GenerateDebugInformation>
99 <ShowProgress>NotSet</ShowProgress>
Krzysztof Stachowiak31f0a3b2018-02-20 10:03:59 +0100100 <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)</AdditionalDependencies>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000101 <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
102 </Link>
103 <ProjectReference>
104 <LinkLibraryDependencies>false</LinkLibraryDependencies>
105 </ProjectReference>
106 </ItemDefinitionGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +0000107 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
108 <ClCompile>
109 <PrecompiledHeader>
110 </PrecompiledHeader>
111 <WarningLevel>Level3</WarningLevel>
112 <Optimization>Disabled</Optimization>
113 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
115 </ClCompile>
116 <Link>
117 <SubSystem>Console</SubSystem>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
119 <ShowProgress>NotSet</ShowProgress>
Krzysztof Stachowiak31f0a3b2018-02-20 10:03:59 +0100120 <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)</AdditionalDependencies>
Paul Bakker8101cd22011-04-24 15:42:06 +0000121 <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
122 </Link>
123 <ProjectReference>
124 <LinkLibraryDependencies>false</LinkLibraryDependencies>
125 </ProjectReference>
126 </ItemDefinitionGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
128 <ClCompile>
129 <WarningLevel>Level3</WarningLevel>
130 <PrecompiledHeader>
131 </PrecompiledHeader>
132 <Optimization>MaxSpeed</Optimization>
133 <FunctionLevelLinking>true</FunctionLevelLinking>
134 <IntrinsicFunctions>true</IntrinsicFunctions>
135 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
137 </ClCompile>
138 <Link>
139 <SubSystem>Console</SubSystem>
140 <GenerateDebugInformation>true</GenerateDebugInformation>
141 <EnableCOMDATFolding>true</EnableCOMDATFolding>
142 <OptimizeReferences>true</OptimizeReferences>
143 <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
Krzysztof Stachowiak31f0a3b2018-02-20 10:03:59 +0100144 <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)</AdditionalDependencies>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000145 </Link>
146 </ItemDefinitionGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +0000147 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
148 <ClCompile>
149 <WarningLevel>Level3</WarningLevel>
150 <PrecompiledHeader>
151 </PrecompiledHeader>
152 <Optimization>MaxSpeed</Optimization>
153 <FunctionLevelLinking>true</FunctionLevelLinking>
154 <IntrinsicFunctions>true</IntrinsicFunctions>
155 <PreprocessorDefinitions>WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
157 </ClCompile>
158 <Link>
159 <SubSystem>Console</SubSystem>
160 <GenerateDebugInformation>true</GenerateDebugInformation>
161 <EnableCOMDATFolding>true</EnableCOMDATFolding>
162 <OptimizeReferences>true</OptimizeReferences>
163 <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
164 <AdditionalDependencies>%(AdditionalDependencies);</AdditionalDependencies>
165 </Link>
166 </ItemDefinitionGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000167 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
168 <ImportGroup Label="ExtensionTargets">
169 </ImportGroup>
Manuel Pégourié-Gonnard1b578782013-09-16 13:33:42 +0200170</Project>