1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <ItemGroup Label =" ProjectConfigurations" >
4- <ProjectConfiguration Include =" Debug|INtime" >
5- <Configuration >Debug</Configuration >
6- <Platform >INtime</Platform >
7- </ProjectConfiguration >
8- <ProjectConfiguration Include =" Release|INtime" >
9- <Configuration >Release</Configuration >
10- <Platform >INtime</Platform >
11- </ProjectConfiguration >
12- </ItemGroup >
13- <ItemGroup >
14- <Text Include =" README.md" />
15- </ItemGroup >
16- <ItemGroup >
17- <ClCompile Include =" wolfExamples.c" />
18- <ClCompile Include =" ..\..\wolfcrypt\test\test.c" />
19- <ClCompile Include =" ..\..\wolfcrypt\benchmark\benchmark.c" />
20- </ItemGroup >
21- <ItemGroup >
22- <ClInclude Include =" user_settings.h" />
23- <ClInclude Include =" wolfExamples.h" />
24- </ItemGroup >
25- <PropertyGroup Label =" Globals" >
26- <ProjectGuid >{557A7EFD-2627-478A-A855-50F518DD13EE}</ProjectGuid >
27- <ProjectName >wolfExamples</ProjectName >
28- <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
29- </PropertyGroup >
30- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|INtime'" Label =" Configuration" >
32- <ConfigurationType >Application</ConfigurationType >
33- <CharacterSet >NotSet</CharacterSet >
34- <PlatformToolset >v140 </PlatformToolset >
35- </PropertyGroup >
36- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|INtime'" Label =" Configuration" >
37- <ConfigurationType >Application</ConfigurationType >
38- <WholeProgramOptimization >false</WholeProgramOptimization >
39- <CharacterSet >NotSet</CharacterSet >
40- <PlatformToolset >v140 </PlatformToolset >
41- </PropertyGroup >
42- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
43- <ImportGroup Label =" ExtensionSettings" >
44- </ImportGroup >
45- <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|INtime'" >
46- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
47- </ImportGroup >
48- <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|INtime'" >
49- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
50- </ImportGroup >
51- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|INtime'" >
52- <IntDir >$(Configuration)_$(ProjectName)\</IntDir >
53- </PropertyGroup >
54- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|INtime'" >
55- <IntDir >$(Configuration)_$(ProjectName)\</IntDir >
56- </PropertyGroup >
57- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|INtime'" >
58- <ClCompile >
59- </ClCompile >
60- <Link >
61- <Version >21076.20053</Version >
62- <AdditionalOptions >/SAFESEH:NO %(AdditionalOptions)</AdditionalOptions >
63- <AdditionalDependencies >rt.lib;pcibus.lib;netlib.lib;clib.lib;vshelper.lib;libwolfssl.lib</AdditionalDependencies >
64- <OutputFile >$(SolutionDir)$(Configuration)\\wolfExamples.rta</OutputFile >
65- <AdditionalLibraryDirectories >$(ProjectDir)$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
66- </Link >
67- <ClCompile >
68- <ExceptionHandling >Async</ExceptionHandling >
69- <PreprocessorDefinitions >WOLFSSL_USER_SETTINGS;_USE_64BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions >
70- <AdditionalIncludeDirectories >$(ProjectDir);$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
71- </ClCompile >
72- </ItemDefinitionGroup >
73- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|INtime'" >
74- <ClCompile >
75- </ClCompile >
76- <Link >
77- <Version >21076.20053</Version >
78- <AdditionalOptions >/SAFESEH:NO %(AdditionalOptions)</AdditionalOptions >
79- <AdditionalDependencies >rt.lib;pcibus.lib;netlib.lib;clib.lib;vshelper.lib;libwolfssl.lib</AdditionalDependencies >
80- <OutputFile >$(SolutionDir)$(Configuration)\\wolfExamples.rta</OutputFile >
81- <AdditionalLibraryDirectories >$(ProjectDir)$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
82- </Link >
83- <ClCompile >
84- <ExceptionHandling >Async</ExceptionHandling >
85- <PreprocessorDefinitions >WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
86- <AdditionalIncludeDirectories >$(ProjectDir);$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
87- <ProgramDataBaseFileName >$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName >
88- </ClCompile >
89- </ItemDefinitionGroup >
90- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
91- <ImportGroup Label =" ExtensionTargets" >
92- </ImportGroup >
93- </Project >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|INtime" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >INtime</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|INtime" >
9+ <Configuration >Release</Configuration >
10+ <Platform >INtime</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <ItemGroup >
14+ <Text Include =" README.md" />
15+ </ItemGroup >
16+ <ItemGroup >
17+ <ClCompile Include =" wolfExamples.c" />
18+ <ClCompile Include =" ..\..\wolfcrypt\test\test.c" />
19+ <ClCompile Include =" ..\..\wolfcrypt\benchmark\benchmark.c" />
20+ </ItemGroup >
21+ <ItemGroup >
22+ <ClInclude Include =" user_settings.h" />
23+ <ClInclude Include =" wolfExamples.h" />
24+ </ItemGroup >
25+ <PropertyGroup Label =" Globals" >
26+ <ProjectGuid >{557A7EFD-2627-478A-A855-50F518DD13EE}</ProjectGuid >
27+ <ProjectName >wolfExamples</ProjectName >
28+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
29+ </PropertyGroup >
30+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|INtime'" Label =" Configuration" >
32+ <ConfigurationType >Application</ConfigurationType >
33+ <CharacterSet >NotSet</CharacterSet >
34+ <PlatformToolset >v142 </PlatformToolset >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|INtime'" Label =" Configuration" >
37+ <ConfigurationType >Application</ConfigurationType >
38+ <WholeProgramOptimization >false</WholeProgramOptimization >
39+ <CharacterSet >NotSet</CharacterSet >
40+ <PlatformToolset >v142 </PlatformToolset >
41+ </PropertyGroup >
42+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
43+ <ImportGroup Label =" ExtensionSettings" >
44+ </ImportGroup >
45+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|INtime'" >
46+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
47+ </ImportGroup >
48+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|INtime'" >
49+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
50+ </ImportGroup >
51+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|INtime'" >
52+ <IntDir >$(Configuration)_$(ProjectName)\</IntDir >
53+ </PropertyGroup >
54+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|INtime'" >
55+ <IntDir >$(Configuration)_$(ProjectName)\</IntDir >
56+ </PropertyGroup >
57+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|INtime'" >
58+ <ClCompile >
59+ </ClCompile >
60+ <Link >
61+ <Version >21076.20053</Version >
62+ <AdditionalOptions >/SAFESEH:NO %(AdditionalOptions)</AdditionalOptions >
63+ <AdditionalDependencies >rt.lib;pcibus.lib;netlib.lib;clib.lib;vshelper.lib;libwolfssl.lib</AdditionalDependencies >
64+ <OutputFile >$(SolutionDir)$(Configuration)\\wolfExamples.rta</OutputFile >
65+ <AdditionalLibraryDirectories >$(ProjectDir)$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
66+ </Link >
67+ <ClCompile >
68+ <ExceptionHandling >Async</ExceptionHandling >
69+ <PreprocessorDefinitions >WOLFSSL_USER_SETTINGS;_USE_64BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions >
70+ <AdditionalIncludeDirectories >$(ProjectDir);$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
71+ </ClCompile >
72+ </ItemDefinitionGroup >
73+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|INtime'" >
74+ <ClCompile >
75+ </ClCompile >
76+ <Link >
77+ <Version >21076.20053</Version >
78+ <AdditionalOptions >/SAFESEH:NO %(AdditionalOptions)</AdditionalOptions >
79+ <AdditionalDependencies >rt.lib;pcibus.lib;netlib.lib;clib.lib;vshelper.lib;libwolfssl.lib</AdditionalDependencies >
80+ <OutputFile >$(SolutionDir)$(Configuration)\\wolfExamples.rta</OutputFile >
81+ <AdditionalLibraryDirectories >$(ProjectDir)$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
82+ </Link >
83+ <ClCompile >
84+ <ExceptionHandling >Async</ExceptionHandling >
85+ <PreprocessorDefinitions >WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
86+ <AdditionalIncludeDirectories >$(ProjectDir);$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
87+ <ProgramDataBaseFileName >$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName >
88+ </ClCompile >
89+ </ItemDefinitionGroup >
90+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
91+ <ImportGroup Label =" ExtensionTargets" >
92+ </ImportGroup >
93+ </Project >
0 commit comments