| <?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\CyaSSL;..\..\..\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> | |
| </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\CyaSSL\ctaocrypt\src\aes.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\arc4.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\asn.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\coding.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\des3.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\dh.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\dsa.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\hc128.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\hmac.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\integer.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\logging.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\md4.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\md5.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\memory.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\misc.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\pwdbased.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\rabbit.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\random.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\rsa.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\sha.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\sha256.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\src\internal.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\src\io.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\src\keys.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\src\ssl.c" /> | |
| <ClCompile Include="..\..\Source\CyaSSL\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> |