blob: a385841a0653ed80b2c3a0e1b79cc7911f22ed56 [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>
Paul Bakker00c1c422011-12-04 22:20:33 +000022 <ClCompile Include="..\..\programs\random\gen_random_ctr_drbg.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000023 </ItemGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000024 <ItemGroup>
Gilles Peskine2ae678d2020-03-24 22:10:57 +010025 <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>{5FCC71F6-FF33-EBCF-FBA2-8FC783D5318E}</ProjectGuid>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000032 <Keyword>Win32Proj</Keyword>
Paul Bakker00c1c422011-12-04 22:20:33 +000033 <RootNamespace>gen_random_ctr_drbg</RootNamespace>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000034 </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" />
Gilles Peskine2ae678d2020-03-24 22:10:57 +010074 <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>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000092 <WarningLevel>Level3</WarningLevel>
93 <Optimization>Disabled</Optimization>
irwirfcdea0f2020-05-19 19:48:27 +030094 <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
Gilles Peskined362d0b2020-02-26 14:32:42 +010095 <AdditionalIncludeDirectories>
Ronald Cron8dc0af22020-06-05 16:00:22 +020096../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000097 </ClCompile>
98 <Link>
99 <SubSystem>Console</SubSystem>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
Gilles Peskine2ae678d2020-03-24 22:10:57 +0100101 <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 +0000102 <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
103 </Link>
104 <ProjectReference>
105 <LinkLibraryDependencies>false</LinkLibraryDependencies>
106 </ProjectReference>
107 </ItemDefinitionGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +0000108 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
109 <ClCompile>
Paul Bakker8101cd22011-04-24 15:42:06 +0000110 <WarningLevel>Level3</WarningLevel>
111 <Optimization>Disabled</Optimization>
irwirfcdea0f2020-05-19 19:48:27 +0300112 <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
Gilles Peskined362d0b2020-02-26 14:32:42 +0100113 <AdditionalIncludeDirectories>
Ronald Cron8dc0af22020-06-05 16:00:22 +0200114../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
Paul Bakker8101cd22011-04-24 15:42:06 +0000115 </ClCompile>
116 <Link>
117 <SubSystem>Console</SubSystem>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
Gilles Peskine2ae678d2020-03-24 22:10:57 +0100119 <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 +0000120 <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
121 </Link>
122 <ProjectReference>
123 <LinkLibraryDependencies>false</LinkLibraryDependencies>
124 </ProjectReference>
125 </ItemDefinitionGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
127 <ClCompile>
128 <WarningLevel>Level3</WarningLevel>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000129 <Optimization>MaxSpeed</Optimization>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
131 <IntrinsicFunctions>true</IntrinsicFunctions>
irwirfcdea0f2020-05-19 19:48:27 +0300132 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Gilles Peskined362d0b2020-02-26 14:32:42 +0100133 <AdditionalIncludeDirectories>
Ronald Cron8dc0af22020-06-05 16:00:22 +0200134../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000135 </ClCompile>
136 <Link>
137 <SubSystem>Console</SubSystem>
138 <GenerateDebugInformation>true</GenerateDebugInformation>
139 <EnableCOMDATFolding>true</EnableCOMDATFolding>
140 <OptimizeReferences>true</OptimizeReferences>
141 <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
Gilles Peskine2ae678d2020-03-24 22:10:57 +0100142 <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 +0000143 </Link>
144 </ItemDefinitionGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +0000145 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
146 <ClCompile>
147 <WarningLevel>Level3</WarningLevel>
Paul Bakker8101cd22011-04-24 15:42:06 +0000148 <Optimization>MaxSpeed</Optimization>
149 <FunctionLevelLinking>true</FunctionLevelLinking>
150 <IntrinsicFunctions>true</IntrinsicFunctions>
irwirfcdea0f2020-05-19 19:48:27 +0300151 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Gilles Peskined362d0b2020-02-26 14:32:42 +0100152 <AdditionalIncludeDirectories>
Ronald Cron8dc0af22020-06-05 16:00:22 +0200153../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
Paul Bakker8101cd22011-04-24 15:42:06 +0000154 </ClCompile>
155 <Link>
156 <SubSystem>Console</SubSystem>
157 <GenerateDebugInformation>true</GenerateDebugInformation>
158 <EnableCOMDATFolding>true</EnableCOMDATFolding>
159 <OptimizeReferences>true</OptimizeReferences>
160 <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
161 <AdditionalDependencies>%(AdditionalDependencies);</AdditionalDependencies>
162 </Link>
163 </ItemDefinitionGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000164 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
165 <ImportGroup Label="ExtensionTargets">
166 </ImportGroup>
Manuel Pégourié-Gonnard1b578782013-09-16 13:33:42 +0200167</Project>