<?xml version="1.0" encoding="utf-8"?> | |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<ItemGroup Label="ProjectConfigurations"> | |
<ProjectConfiguration Include="Debug|Win32"> | |
<Configuration>Debug</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Release|Win32"> | |
<Configuration>Release</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
</ItemGroup> | |
<PropertyGroup Label="Globals"> | |
<ProjectGuid>{C686325E-3261-42F7-AEB1-DDE5280E1CEB}</ProjectGuid> | |
<ProjectName>RTOSDemo</ProjectName> | |
</PropertyGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
<ConfigurationType>Application</ConfigurationType> | |
<UseOfMfc>false</UseOfMfc> | |
<CharacterSet>MultiByte</CharacterSet> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
<ConfigurationType>Application</ConfigurationType> | |
<UseOfMfc>false</UseOfMfc> | |
<CharacterSet>MultiByte</CharacterSet> | |
</PropertyGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
<ImportGroup Label="ExtensionSettings"> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | |
</ImportGroup> | |
<PropertyGroup Label="UserMacros" /> | |
<PropertyGroup> | |
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir> | |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir> | |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
</PropertyGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
<Midl> | |
<TypeLibraryName>.\Debug/WIN32.tlb</TypeLibraryName> | |
<HeaderFileName> | |
</HeaderFileName> | |
</Midl> | |
<ClCompile> | |
<Optimization>Disabled</Optimization> | |
<AdditionalIncludeDirectories>..\..\Source\wolfSSL;..\..\..\FreeRTOS\Source\include;..\..\..\FreeRTOS\Source\portable\MSVC-MingW;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0500;WINVER=0x400;_CRT_SECURE_NO_WARNINGS;SIZEOF_LONG_LONG=8;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<MinimalRebuild>true</MinimalRebuild> | |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
<PrecompiledHeaderOutputFile>.\Debug/WIN32.pch</PrecompiledHeaderOutputFile> | |
<AssemblerListingLocation>.\Debug/</AssemblerListingLocation> | |
<ObjectFileName>.\Debug/</ObjectFileName> | |
<ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName> | |
<WarningLevel>Level4</WarningLevel> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<DisableLanguageExtensions>false</DisableLanguageExtensions> | |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
<DisableSpecificWarnings>4206;4214;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
</ClCompile> | |
<ResourceCompile> | |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<Culture>0x0c09</Culture> | |
</ResourceCompile> | |
<Link> | |
<OutputFile>.\Debug/RTOSDemo.exe</OutputFile> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<ProgramDatabaseFile>.\Debug/WIN32.pdb</ProgramDatabaseFile> | |
<SubSystem>Console</SubSystem> | |
<TargetMachine>MachineX86</TargetMachine> | |
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | |
<AdditionalLibraryDirectories> | |
</AdditionalLibraryDirectories> | |
</Link> | |
<Bscmake> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<OutputFile>.\Debug/WIN32.bsc</OutputFile> | |
</Bscmake> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
<Midl> | |
<TypeLibraryName>.\Release/WIN32.tlb</TypeLibraryName> | |
<HeaderFileName> | |
</HeaderFileName> | |
</Midl> | |
<ClCompile> | |
<Optimization>MaxSpeed</Optimization> | |
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
<PreprocessorDefinitions>_WINSOCKAPI_;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<StringPooling>true</StringPooling> | |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
<FunctionLevelLinking>true</FunctionLevelLinking> | |
<PrecompiledHeaderOutputFile>.\Release/WIN32.pch</PrecompiledHeaderOutputFile> | |
<AssemblerListingLocation>.\Release/</AssemblerListingLocation> | |
<ObjectFileName>.\Release/</ObjectFileName> | |
<ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName> | |
<WarningLevel>Level3</WarningLevel> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<AdditionalIncludeDirectories>..\..\Source\include;..\..\Source\portable\MSVC-MingW;..\Common\Include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
</ClCompile> | |
<ResourceCompile> | |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<Culture>0x0c09</Culture> | |
</ResourceCompile> | |
<Link> | |
<OutputFile>.\Release/RTOSDemo.exe</OutputFile> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<ProgramDatabaseFile>.\Release/WIN32.pdb</ProgramDatabaseFile> | |
<SubSystem>Console</SubSystem> | |
<TargetMachine>MachineX86</TargetMachine> | |
<AdditionalLibraryDirectories>..\Common\ethernet\lwip-1.4.0\ports\win32\WinPCap</AdditionalLibraryDirectories> | |
<AdditionalDependencies>wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
</Link> | |
<Bscmake> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<OutputFile>.\Release/WIN32.bsc</OutputFile> | |
</Bscmake> | |
</ItemDefinitionGroup> | |
<ItemGroup> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\aes.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\arc4.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\asn.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\blake2b.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\camellia.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\chacha.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\chacha20_poly1305.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\coding.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\compress.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\curve25519.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\des3.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\dh.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\dsa.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\ecc.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\ecc_fp.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\ed25519.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\error.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\fe_low_mem.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\fe_operations.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\ge_low_mem.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\ge_operations.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\hash.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\hc128.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\hmac.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\integer.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\logging.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\md2.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\md4.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\md5.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\memory.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\misc.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\pkcs7.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\poly1305.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\pwdbased.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\rabbit.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\random.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\ripemd.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\rsa.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\sha.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\sha256.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\sha512.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\tfm.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\wc_port.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\src\internal.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\src\io.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\src\keys.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\src\ssl.c" /> | |
<ClCompile Include="..\..\Source\wolfSSL\src\tls.c" /> | |
<ClCompile Include="..\..\..\FreeRTOS\Source\list.c" /> | |
<ClCompile Include="..\..\..\FreeRTOS\Source\portable\MemMang\heap_3.c" /> | |
<ClCompile Include="..\..\..\FreeRTOS\Source\portable\MSVC-MingW\port.c" /> | |
<ClCompile Include="..\..\..\FreeRTOS\Source\queue.c" /> | |
<ClCompile Include="..\..\..\FreeRTOS\Source\tasks.c" /> | |
<ClCompile Include="..\..\..\FreeRTOS\Source\timers.c" /> | |
<ClCompile Include="main.c"> | |
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
</ClCompile> | |
<ClCompile Include="SecureTCPClientTask.c" /> | |
<ClCompile Include="SecureTCPServerTask.c" /> | |
</ItemGroup> | |
<ItemGroup> | |
<ClInclude Include="FreeRTOSConfig.h" /> | |
</ItemGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
<ImportGroup Label="ExtensionTargets"> | |
</ImportGroup> | |
</Project> |