1a8e1175bSopenharmony_ci<?xml version="1.0" encoding="utf-8"?>
2a8e1175bSopenharmony_ci<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3a8e1175bSopenharmony_ci  <ItemGroup Label="ProjectConfigurations">
4a8e1175bSopenharmony_ci    <ProjectConfiguration Include="Debug|Win32">
5a8e1175bSopenharmony_ci      <Configuration>Debug</Configuration>
6a8e1175bSopenharmony_ci      <Platform>Win32</Platform>
7a8e1175bSopenharmony_ci    </ProjectConfiguration>
8a8e1175bSopenharmony_ci    <ProjectConfiguration Include="Debug|x64">
9a8e1175bSopenharmony_ci      <Configuration>Debug</Configuration>
10a8e1175bSopenharmony_ci      <Platform>x64</Platform>
11a8e1175bSopenharmony_ci    </ProjectConfiguration>
12a8e1175bSopenharmony_ci    <ProjectConfiguration Include="Release|Win32">
13a8e1175bSopenharmony_ci      <Configuration>Release</Configuration>
14a8e1175bSopenharmony_ci      <Platform>Win32</Platform>
15a8e1175bSopenharmony_ci    </ProjectConfiguration>
16a8e1175bSopenharmony_ci    <ProjectConfiguration Include="Release|x64">
17a8e1175bSopenharmony_ci      <Configuration>Release</Configuration>
18a8e1175bSopenharmony_ci      <Platform>x64</Platform>
19a8e1175bSopenharmony_ci    </ProjectConfiguration>
20a8e1175bSopenharmony_ci  </ItemGroup>
21a8e1175bSopenharmony_ci  <ItemGroup>
22a8e1175bSopenharmony_ci    <SOURCES>
23a8e1175bSopenharmony_ci  </ItemGroup>
24a8e1175bSopenharmony_ci  <ItemGroup>
25a8e1175bSopenharmony_ci    <ProjectReference Include="mbedTLS.vcxproj">
26a8e1175bSopenharmony_ci      <Project>{46cf2d25-6a36-4189-b59c-e4815388e554}</Project>
27a8e1175bSopenharmony_ci      <LinkLibraryDependencies>true</LinkLibraryDependencies>
28a8e1175bSopenharmony_ci    </ProjectReference>
29a8e1175bSopenharmony_ci  </ItemGroup>
30a8e1175bSopenharmony_ci  <PropertyGroup Label="Globals">
31a8e1175bSopenharmony_ci    <ProjectGuid><GUID></ProjectGuid>
32a8e1175bSopenharmony_ci    <Keyword>Win32Proj</Keyword>
33a8e1175bSopenharmony_ci    <RootNamespace><APPNAME></RootNamespace>
34a8e1175bSopenharmony_ci  </PropertyGroup>
35a8e1175bSopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
36a8e1175bSopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
37a8e1175bSopenharmony_ci    <ConfigurationType>Application</ConfigurationType>
38a8e1175bSopenharmony_ci    <UseDebugLibraries>true</UseDebugLibraries>
39a8e1175bSopenharmony_ci    <CharacterSet>Unicode</CharacterSet>
40a8e1175bSopenharmony_ci    <PlatformToolset>v141</PlatformToolset>
41a8e1175bSopenharmony_ci  </PropertyGroup>
42a8e1175bSopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43a8e1175bSopenharmony_ci    <ConfigurationType>Application</ConfigurationType>
44a8e1175bSopenharmony_ci    <UseDebugLibraries>true</UseDebugLibraries>
45a8e1175bSopenharmony_ci    <CharacterSet>Unicode</CharacterSet>
46a8e1175bSopenharmony_ci    <PlatformToolset>v141</PlatformToolset>
47a8e1175bSopenharmony_ci  </PropertyGroup>
48a8e1175bSopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
49a8e1175bSopenharmony_ci    <ConfigurationType>Application</ConfigurationType>
50a8e1175bSopenharmony_ci    <UseDebugLibraries>false</UseDebugLibraries>
51a8e1175bSopenharmony_ci    <WholeProgramOptimization>true</WholeProgramOptimization>
52a8e1175bSopenharmony_ci    <CharacterSet>Unicode</CharacterSet>
53a8e1175bSopenharmony_ci    <PlatformToolset>v141</PlatformToolset>
54a8e1175bSopenharmony_ci  </PropertyGroup>
55a8e1175bSopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
56a8e1175bSopenharmony_ci    <ConfigurationType>Application</ConfigurationType>
57a8e1175bSopenharmony_ci    <UseDebugLibraries>false</UseDebugLibraries>
58a8e1175bSopenharmony_ci    <WholeProgramOptimization>true</WholeProgramOptimization>
59a8e1175bSopenharmony_ci    <CharacterSet>Unicode</CharacterSet>
60a8e1175bSopenharmony_ci    <PlatformToolset>v141</PlatformToolset>
61a8e1175bSopenharmony_ci  </PropertyGroup>
62a8e1175bSopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
63a8e1175bSopenharmony_ci  <ImportGroup Label="ExtensionSettings">
64a8e1175bSopenharmony_ci  </ImportGroup>
65a8e1175bSopenharmony_ci  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
66a8e1175bSopenharmony_ci    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67a8e1175bSopenharmony_ci  </ImportGroup>
68a8e1175bSopenharmony_ci  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
69a8e1175bSopenharmony_ci    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70a8e1175bSopenharmony_ci  </ImportGroup>
71a8e1175bSopenharmony_ci  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72a8e1175bSopenharmony_ci    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73a8e1175bSopenharmony_ci  </ImportGroup>
74a8e1175bSopenharmony_ci  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
75a8e1175bSopenharmony_ci    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
76a8e1175bSopenharmony_ci  </ImportGroup>
77a8e1175bSopenharmony_ci  <PropertyGroup Label="UserMacros" />
78a8e1175bSopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
79a8e1175bSopenharmony_ci    <LinkIncremental>true</LinkIncremental>
80a8e1175bSopenharmony_ci    <IntDir>$(Configuration)\$(TargetName)\</IntDir>
81a8e1175bSopenharmony_ci  </PropertyGroup>
82a8e1175bSopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
83a8e1175bSopenharmony_ci    <LinkIncremental>true</LinkIncremental>
84a8e1175bSopenharmony_ci    <IntDir>$(Configuration)\$(TargetName)\</IntDir>
85a8e1175bSopenharmony_ci  </PropertyGroup>
86a8e1175bSopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
87a8e1175bSopenharmony_ci    <LinkIncremental>false</LinkIncremental>
88a8e1175bSopenharmony_ci    <IntDir>$(Configuration)\$(TargetName)\</IntDir>
89a8e1175bSopenharmony_ci  </PropertyGroup>
90a8e1175bSopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
91a8e1175bSopenharmony_ci    <LinkIncremental>false</LinkIncremental>
92a8e1175bSopenharmony_ci    <IntDir>$(Configuration)\$(TargetName)\</IntDir>
93a8e1175bSopenharmony_ci  </PropertyGroup>
94a8e1175bSopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
95a8e1175bSopenharmony_ci    <ClCompile>
96a8e1175bSopenharmony_ci      <WarningLevel>Level3</WarningLevel>
97a8e1175bSopenharmony_ci      <Optimization>Disabled</Optimization>
98a8e1175bSopenharmony_ci      <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
99a8e1175bSopenharmony_ci      <AdditionalIncludeDirectories>
100a8e1175bSopenharmony_ciINCLUDE_DIRECTORIES
101a8e1175bSopenharmony_ci      </AdditionalIncludeDirectories>
102a8e1175bSopenharmony_ci    </ClCompile>
103a8e1175bSopenharmony_ci    <Link>
104a8e1175bSopenharmony_ci      <SubSystem>Console</SubSystem>
105a8e1175bSopenharmony_ci      <GenerateDebugInformation>true</GenerateDebugInformation>
106a8e1175bSopenharmony_ci      <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
107a8e1175bSopenharmony_ci      <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
108a8e1175bSopenharmony_ci    </Link>
109a8e1175bSopenharmony_ci    <ProjectReference>
110a8e1175bSopenharmony_ci      <LinkLibraryDependencies>false</LinkLibraryDependencies>
111a8e1175bSopenharmony_ci    </ProjectReference>
112a8e1175bSopenharmony_ci  </ItemDefinitionGroup>
113a8e1175bSopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
114a8e1175bSopenharmony_ci    <ClCompile>
115a8e1175bSopenharmony_ci      <WarningLevel>Level3</WarningLevel>
116a8e1175bSopenharmony_ci      <Optimization>Disabled</Optimization>
117a8e1175bSopenharmony_ci      <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
118a8e1175bSopenharmony_ci      <AdditionalIncludeDirectories>
119a8e1175bSopenharmony_ciINCLUDE_DIRECTORIES
120a8e1175bSopenharmony_ci      </AdditionalIncludeDirectories>
121a8e1175bSopenharmony_ci    </ClCompile>
122a8e1175bSopenharmony_ci    <Link>
123a8e1175bSopenharmony_ci      <SubSystem>Console</SubSystem>
124a8e1175bSopenharmony_ci      <GenerateDebugInformation>true</GenerateDebugInformation>
125a8e1175bSopenharmony_ci      <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
126a8e1175bSopenharmony_ci      <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
127a8e1175bSopenharmony_ci    </Link>
128a8e1175bSopenharmony_ci    <ProjectReference>
129a8e1175bSopenharmony_ci      <LinkLibraryDependencies>false</LinkLibraryDependencies>
130a8e1175bSopenharmony_ci    </ProjectReference>
131a8e1175bSopenharmony_ci  </ItemDefinitionGroup>
132a8e1175bSopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
133a8e1175bSopenharmony_ci    <ClCompile>
134a8e1175bSopenharmony_ci      <WarningLevel>Level3</WarningLevel>
135a8e1175bSopenharmony_ci      <Optimization>MaxSpeed</Optimization>
136a8e1175bSopenharmony_ci      <FunctionLevelLinking>true</FunctionLevelLinking>
137a8e1175bSopenharmony_ci      <IntrinsicFunctions>true</IntrinsicFunctions>
138a8e1175bSopenharmony_ci      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139a8e1175bSopenharmony_ci      <AdditionalIncludeDirectories>
140a8e1175bSopenharmony_ciINCLUDE_DIRECTORIES
141a8e1175bSopenharmony_ci      </AdditionalIncludeDirectories>
142a8e1175bSopenharmony_ci    </ClCompile>
143a8e1175bSopenharmony_ci    <Link>
144a8e1175bSopenharmony_ci      <SubSystem>Console</SubSystem>
145a8e1175bSopenharmony_ci      <GenerateDebugInformation>true</GenerateDebugInformation>
146a8e1175bSopenharmony_ci      <EnableCOMDATFolding>true</EnableCOMDATFolding>
147a8e1175bSopenharmony_ci      <OptimizeReferences>true</OptimizeReferences>
148a8e1175bSopenharmony_ci      <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
149a8e1175bSopenharmony_ci      <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
150a8e1175bSopenharmony_ci    </Link>
151a8e1175bSopenharmony_ci  </ItemDefinitionGroup>
152a8e1175bSopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
153a8e1175bSopenharmony_ci    <ClCompile>
154a8e1175bSopenharmony_ci      <WarningLevel>Level3</WarningLevel>
155a8e1175bSopenharmony_ci      <Optimization>MaxSpeed</Optimization>
156a8e1175bSopenharmony_ci      <FunctionLevelLinking>true</FunctionLevelLinking>
157a8e1175bSopenharmony_ci      <IntrinsicFunctions>true</IntrinsicFunctions>
158a8e1175bSopenharmony_ci      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
159a8e1175bSopenharmony_ci      <AdditionalIncludeDirectories>
160a8e1175bSopenharmony_ciINCLUDE_DIRECTORIES
161a8e1175bSopenharmony_ci      </AdditionalIncludeDirectories>
162a8e1175bSopenharmony_ci    </ClCompile>
163a8e1175bSopenharmony_ci    <Link>
164a8e1175bSopenharmony_ci      <SubSystem>Console</SubSystem>
165a8e1175bSopenharmony_ci      <GenerateDebugInformation>true</GenerateDebugInformation>
166a8e1175bSopenharmony_ci      <EnableCOMDATFolding>true</EnableCOMDATFolding>
167a8e1175bSopenharmony_ci      <OptimizeReferences>true</OptimizeReferences>
168a8e1175bSopenharmony_ci      <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
169a8e1175bSopenharmony_ci      <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
170a8e1175bSopenharmony_ci    </Link>
171a8e1175bSopenharmony_ci  </ItemDefinitionGroup>
172a8e1175bSopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
173a8e1175bSopenharmony_ci  <ImportGroup Label="ExtensionTargets">
174a8e1175bSopenharmony_ci  </ImportGroup>
175a8e1175bSopenharmony_ci</Project>
176