blob: 17d1343b2ef72f6f9a5e57010ce5f1105ddaed17 [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\test\selftest.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 Stachowiak5fa98762018-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>{7DBC5F77-3DA1-5F73-8421-E693D95FC66A}</ProjectGuid>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000032 <Keyword>Win32Proj</Keyword>
33 <RootNamespace>selftest</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>
Paul Bakker8101cd22011-04-24 15:42:06 +000057 </PropertyGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000058 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59 <ImportGroup Label="ExtensionSettings">
60 </ImportGroup>
61 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63 </ImportGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000064 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66 </ImportGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000067 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69 </ImportGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000070 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
71 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
72 </ImportGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000073 <PropertyGroup Label="UserMacros" />
Simon Butcher6406e812017-03-01 22:25:12 +000074 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75 <LinkIncremental>true</LinkIncremental>
76 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
77 </PropertyGroup>
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79 <LinkIncremental>true</LinkIncremental>
80 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
81 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83 <LinkIncremental>false</LinkIncremental>
84 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
85 </PropertyGroup>
86 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
87 <LinkIncremental>false</LinkIncremental>
88 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
89 </PropertyGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000090 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
91 <ClCompile>
92 <PrecompiledHeader>
93 </PrecompiledHeader>
94 <WarningLevel>Level3</WarningLevel>
95 <Optimization>Disabled</Optimization>
96 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -040097 <AdditionalIncludeDirectories>
Christoph M. Wintersteigerc14dd842018-12-06 18:59:19 +000098../../include;../../crypto/include;../../crypto/3rdparty/everest/include/;../../crypto/3rdparty/everest/include/everest;../../crypto/3rdparty/everest/include/everest/vs2010;../../crypto/3rdparty/everest/include/everest/kremlib
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -040099 </AdditionalIncludeDirectories>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000100 </ClCompile>
101 <Link>
102 <SubSystem>Console</SubSystem>
103 <GenerateDebugInformation>true</GenerateDebugInformation>
104 <ShowProgress>NotSet</ShowProgress>
Krzysztof Stachowiak5fa98762018-02-20 10:03:59 +0100105 <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 +0000106 <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
107 </Link>
108 <ProjectReference>
109 <LinkLibraryDependencies>false</LinkLibraryDependencies>
110 </ProjectReference>
111 </ItemDefinitionGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +0000112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
113 <ClCompile>
114 <PrecompiledHeader>
115 </PrecompiledHeader>
116 <WarningLevel>Level3</WarningLevel>
117 <Optimization>Disabled</Optimization>
118 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400119 <AdditionalIncludeDirectories>
Christoph M. Wintersteigerc14dd842018-12-06 18:59:19 +0000120../../include;../../crypto/include;../../crypto/3rdparty/everest/include/;../../crypto/3rdparty/everest/include/everest;../../crypto/3rdparty/everest/include/everest/vs2010;../../crypto/3rdparty/everest/include/everest/kremlib
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400121 </AdditionalIncludeDirectories>
Paul Bakker8101cd22011-04-24 15:42:06 +0000122 </ClCompile>
123 <Link>
124 <SubSystem>Console</SubSystem>
125 <GenerateDebugInformation>true</GenerateDebugInformation>
126 <ShowProgress>NotSet</ShowProgress>
Krzysztof Stachowiak5fa98762018-02-20 10:03:59 +0100127 <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 +0000128 <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
129 </Link>
130 <ProjectReference>
131 <LinkLibraryDependencies>false</LinkLibraryDependencies>
132 </ProjectReference>
133 </ItemDefinitionGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000134 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
135 <ClCompile>
136 <WarningLevel>Level3</WarningLevel>
137 <PrecompiledHeader>
138 </PrecompiledHeader>
139 <Optimization>MaxSpeed</Optimization>
140 <FunctionLevelLinking>true</FunctionLevelLinking>
141 <IntrinsicFunctions>true</IntrinsicFunctions>
142 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400143 <AdditionalIncludeDirectories>
Christoph M. Wintersteigerc14dd842018-12-06 18:59:19 +0000144../../include;../../crypto/include;../../crypto/3rdparty/everest/include/;../../crypto/3rdparty/everest/include/everest;../../crypto/3rdparty/everest/include/everest/vs2010;../../crypto/3rdparty/everest/include/everest/kremlib
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400145 </AdditionalIncludeDirectories>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000146 </ClCompile>
147 <Link>
148 <SubSystem>Console</SubSystem>
149 <GenerateDebugInformation>true</GenerateDebugInformation>
150 <EnableCOMDATFolding>true</EnableCOMDATFolding>
151 <OptimizeReferences>true</OptimizeReferences>
152 <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
Krzysztof Stachowiak5fa98762018-02-20 10:03:59 +0100153 <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 +0000154 </Link>
155 </ItemDefinitionGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +0000156 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
157 <ClCompile>
158 <WarningLevel>Level3</WarningLevel>
159 <PrecompiledHeader>
160 </PrecompiledHeader>
161 <Optimization>MaxSpeed</Optimization>
162 <FunctionLevelLinking>true</FunctionLevelLinking>
163 <IntrinsicFunctions>true</IntrinsicFunctions>
164 <PreprocessorDefinitions>WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400165 <AdditionalIncludeDirectories>
Christoph M. Wintersteigerc14dd842018-12-06 18:59:19 +0000166../../include;../../crypto/include;../../crypto/3rdparty/everest/include/;../../crypto/3rdparty/everest/include/everest;../../crypto/3rdparty/everest/include/everest/vs2010;../../crypto/3rdparty/everest/include/everest/kremlib
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400167 </AdditionalIncludeDirectories>
Paul Bakker8101cd22011-04-24 15:42:06 +0000168 </ClCompile>
169 <Link>
170 <SubSystem>Console</SubSystem>
171 <GenerateDebugInformation>true</GenerateDebugInformation>
172 <EnableCOMDATFolding>true</EnableCOMDATFolding>
173 <OptimizeReferences>true</OptimizeReferences>
174 <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
175 <AdditionalDependencies>%(AdditionalDependencies);</AdditionalDependencies>
176 </Link>
177 </ItemDefinitionGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000178 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
179 <ImportGroup Label="ExtensionTargets">
180 </ImportGroup>
Manuel Pégourié-Gonnard1b578782013-09-16 13:33:42 +0200181</Project>