blob: 8a2a28ea3879040253c1645a2654eb2bdcde541e [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\pkey\mpi_demo.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>{A59FAA0B-9C34-1F99-794D-A365A3AA8CCE}</ProjectGuid>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000032 <Keyword>Win32Proj</Keyword>
33 <RootNamespace>mpi_demo</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" />
Simon Butcher6406e812017-03-01 22:25:12 +000075 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76 <LinkIncremental>true</LinkIncremental>
77 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
78 </PropertyGroup>
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80 <LinkIncremental>true</LinkIncremental>
81 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
82 </PropertyGroup>
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
84 <LinkIncremental>false</LinkIncremental>
85 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
86 </PropertyGroup>
87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
88 <LinkIncremental>false</LinkIncremental>
89 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
90 </PropertyGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000091 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92 <ClCompile>
93 <PrecompiledHeader>
94 </PrecompiledHeader>
95 <WarningLevel>Level3</WarningLevel>
96 <Optimization>Disabled</Optimization>
97 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -040098 <AdditionalIncludeDirectories>
Andrzej Kurek9f3d39d2019-05-07 07:28:30 -040099../../include;../../crypto/include
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400100 </AdditionalIncludeDirectories>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000101 </ClCompile>
102 <Link>
103 <SubSystem>Console</SubSystem>
104 <GenerateDebugInformation>true</GenerateDebugInformation>
105 <ShowProgress>NotSet</ShowProgress>
Krzysztof Stachowiak5fa98762018-02-20 10:03:59 +0100106 <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 +0000107 <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
108 </Link>
109 <ProjectReference>
110 <LinkLibraryDependencies>false</LinkLibraryDependencies>
111 </ProjectReference>
112 </ItemDefinitionGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +0000113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
114 <ClCompile>
115 <PrecompiledHeader>
116 </PrecompiledHeader>
117 <WarningLevel>Level3</WarningLevel>
118 <Optimization>Disabled</Optimization>
119 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400120 <AdditionalIncludeDirectories>
Andrzej Kurek9f3d39d2019-05-07 07:28:30 -0400121../../include;../../crypto/include
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400122 </AdditionalIncludeDirectories>
Paul Bakker8101cd22011-04-24 15:42:06 +0000123 </ClCompile>
124 <Link>
125 <SubSystem>Console</SubSystem>
126 <GenerateDebugInformation>true</GenerateDebugInformation>
127 <ShowProgress>NotSet</ShowProgress>
Krzysztof Stachowiak5fa98762018-02-20 10:03:59 +0100128 <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 +0000129 <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
130 </Link>
131 <ProjectReference>
132 <LinkLibraryDependencies>false</LinkLibraryDependencies>
133 </ProjectReference>
134 </ItemDefinitionGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000135 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
136 <ClCompile>
137 <WarningLevel>Level3</WarningLevel>
138 <PrecompiledHeader>
139 </PrecompiledHeader>
140 <Optimization>MaxSpeed</Optimization>
141 <FunctionLevelLinking>true</FunctionLevelLinking>
142 <IntrinsicFunctions>true</IntrinsicFunctions>
143 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400144 <AdditionalIncludeDirectories>
Andrzej Kurek9f3d39d2019-05-07 07:28:30 -0400145../../include;../../crypto/include
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400146 </AdditionalIncludeDirectories>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000147 </ClCompile>
148 <Link>
149 <SubSystem>Console</SubSystem>
150 <GenerateDebugInformation>true</GenerateDebugInformation>
151 <EnableCOMDATFolding>true</EnableCOMDATFolding>
152 <OptimizeReferences>true</OptimizeReferences>
153 <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
Krzysztof Stachowiak5fa98762018-02-20 10:03:59 +0100154 <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 +0000155 </Link>
156 </ItemDefinitionGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +0000157 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
158 <ClCompile>
159 <WarningLevel>Level3</WarningLevel>
160 <PrecompiledHeader>
161 </PrecompiledHeader>
162 <Optimization>MaxSpeed</Optimization>
163 <FunctionLevelLinking>true</FunctionLevelLinking>
164 <IntrinsicFunctions>true</IntrinsicFunctions>
165 <PreprocessorDefinitions>WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400166 <AdditionalIncludeDirectories>
Andrzej Kurek9f3d39d2019-05-07 07:28:30 -0400167../../include;../../crypto/include
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400168 </AdditionalIncludeDirectories>
Paul Bakker8101cd22011-04-24 15:42:06 +0000169 </ClCompile>
170 <Link>
171 <SubSystem>Console</SubSystem>
172 <GenerateDebugInformation>true</GenerateDebugInformation>
173 <EnableCOMDATFolding>true</EnableCOMDATFolding>
174 <OptimizeReferences>true</OptimizeReferences>
175 <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
176 <AdditionalDependencies>%(AdditionalDependencies);</AdditionalDependencies>
177 </Link>
178 </ItemDefinitionGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000179 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
180 <ImportGroup Label="ExtensionTargets">
181 </ImportGroup>
Manuel Pégourié-Gonnard1b578782013-09-16 13:33:42 +0200182</Project>