2014-03-17 14:36:17 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
<ClInclude Include="src\DNSTest.h"/>
|
|
|
|
<ClInclude Include="src\IPAddressTest.h"/>
|
|
|
|
<ClInclude Include="src\NetCoreTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\NetworkInterfaceTest.h"/>
|
|
|
|
<ClInclude Include="src\SocketAddressTest.h"/>
|
|
|
|
<ClInclude Include="src\NetTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\DatagramSocketTest.h"/>
|
|
|
|
<ClInclude Include="src\DialogServer.h"/>
|
|
|
|
<ClInclude Include="src\DialogSocketTest.h"/>
|
|
|
|
<ClInclude Include="src\EchoServer.h"/>
|
|
|
|
<ClInclude Include="src\MulticastEchoServer.h"/>
|
|
|
|
<ClInclude Include="src\MulticastSocketTest.h"/>
|
|
|
|
<ClInclude Include="src\RawSocketTest.h"/>
|
|
|
|
<ClInclude Include="src\SocketsTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\SocketStreamTest.h"/>
|
|
|
|
<ClInclude Include="src\SocketTest.h"/>
|
|
|
|
<ClInclude Include="src\UDPEchoServer.h"/>
|
|
|
|
<ClInclude Include="src\MediaTypeTest.h"/>
|
|
|
|
<ClInclude Include="src\MessageHeaderTest.h"/>
|
|
|
|
<ClInclude Include="src\MessagesTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\MultipartReaderTest.h"/>
|
|
|
|
<ClInclude Include="src\MultipartWriterTest.h"/>
|
|
|
|
<ClInclude Include="src\NameValueCollectionTest.h"/>
|
|
|
|
<ClInclude Include="src\QuotedPrintableTest.h"/>
|
|
|
|
<ClInclude Include="src\HTTPCookieTest.h"/>
|
|
|
|
<ClInclude Include="src\HTTPCredentialsTest.h"/>
|
|
|
|
<ClInclude Include="src\HTTPRequestTest.h"/>
|
|
|
|
<ClInclude Include="src\HTTPResponseTest.h"/>
|
|
|
|
<ClInclude Include="src\HTTPTestServer.h"/>
|
|
|
|
<ClInclude Include="src\HTTPTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\TCPServerTest.h"/>
|
|
|
|
<ClInclude Include="src\TCPServerTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\HTTPServerTest.h"/>
|
|
|
|
<ClInclude Include="src\HTTPServerTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\HTMLFormTest.h"/>
|
|
|
|
<ClInclude Include="src\HTMLTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\HTTPClientSessionTest.h"/>
|
|
|
|
<ClInclude Include="src\HTTPClientTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\HTTPStreamFactoryTest.h"/>
|
|
|
|
<ClInclude Include="src\FTPClientSessionTest.h"/>
|
|
|
|
<ClInclude Include="src\FTPClientTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\FTPStreamFactoryTest.h"/>
|
|
|
|
<ClInclude Include="src\ReactorTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\SocketReactorTest.h"/>
|
|
|
|
<ClInclude Include="src\MailMessageTest.h"/>
|
|
|
|
<ClInclude Include="src\MailStreamTest.h"/>
|
|
|
|
<ClInclude Include="src\MailTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\POP3ClientSessionTest.h"/>
|
|
|
|
<ClInclude Include="src\SMTPClientSessionTest.h"/>
|
|
|
|
<ClInclude Include="src\ICMPClientTest.h"/>
|
|
|
|
<ClInclude Include="src\ICMPClientTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\ICMPSocketTest.h"/>
|
|
|
|
<ClInclude Include="src\NTPClientTest.h"/>
|
|
|
|
<ClInclude Include="src\NTPClientTestSuite.h"/>
|
|
|
|
<ClInclude Include="src\SyslogTest.h"/>
|
|
|
|
<ClInclude Include="src\WebSocketTest.h"/>
|
|
|
|
<ClInclude Include="src\WebSocketTestSuite.h"/>
|
|
|
|
</ItemGroup>
|
2014-05-26 12:54:18 +02:00
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectName>TestSuite</ProjectName>
|
|
|
|
<ProjectGuid>{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}</ProjectGuid>
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
|
|
|
<EnableRedirectPlatform>true</EnableRedirectPlatform>
|
2014-05-30 15:27:11 +02:00
|
|
|
<RedirectPlatformValue>SDK_AM335X_SK_WEC2013</RedirectPlatformValue>
|
2014-05-26 12:54:18 +02:00
|
|
|
<PlatformToolset>CE800</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
|
|
|
|
<ImportGroup Label="ExtensionSettings"/>
|
|
|
|
<PropertyGroup Label="UserMacros"/>
|
|
|
|
<PropertyGroup>
|
|
|
|
<_ProjectFileVersion>11.0.61030.0</_ProjectFileVersion>
|
2014-05-30 15:27:11 +02:00
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='debug_shared|SDK_AM335X_SK_WEC2013'">TestSuited</TargetName>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='debug_static_md|SDK_AM335X_SK_WEC2013'">TestSuited</TargetName>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='debug_static_mt|SDK_AM335X_SK_WEC2013'">TestSuited</TargetName>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='release_shared|SDK_AM335X_SK_WEC2013'">TestSuite</TargetName>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='release_static_md|SDK_AM335X_SK_WEC2013'">TestSuite</TargetName>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='release_static_mt|SDK_AM335X_SK_WEC2013'">TestSuite</TargetName>
|
2014-05-26 12:54:18 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup/>
|
2014-03-17 14:36:17 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="src\DNSTest.cpp"/>
|
|
|
|
<ClCompile Include="src\IPAddressTest.cpp"/>
|
|
|
|
<ClCompile Include="src\NetCoreTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\NetworkInterfaceTest.cpp"/>
|
|
|
|
<ClCompile Include="src\SocketAddressTest.cpp"/>
|
|
|
|
<ClCompile Include="src\NetTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\WinCEDriver.cpp"/>
|
|
|
|
<ClCompile Include="src\DatagramSocketTest.cpp"/>
|
|
|
|
<ClCompile Include="src\DialogServer.cpp"/>
|
|
|
|
<ClCompile Include="src\DialogSocketTest.cpp"/>
|
|
|
|
<ClCompile Include="src\EchoServer.cpp"/>
|
|
|
|
<ClCompile Include="src\MulticastEchoServer.cpp"/>
|
|
|
|
<ClCompile Include="src\MulticastSocketTest.cpp"/>
|
|
|
|
<ClCompile Include="src\RawSocketTest.cpp"/>
|
|
|
|
<ClCompile Include="src\SocketsTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\SocketStreamTest.cpp"/>
|
|
|
|
<ClCompile Include="src\SocketTest.cpp"/>
|
|
|
|
<ClCompile Include="src\UDPEchoServer.cpp"/>
|
|
|
|
<ClCompile Include="src\MediaTypeTest.cpp"/>
|
|
|
|
<ClCompile Include="src\MessageHeaderTest.cpp"/>
|
|
|
|
<ClCompile Include="src\MessagesTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\MultipartReaderTest.cpp"/>
|
|
|
|
<ClCompile Include="src\MultipartWriterTest.cpp"/>
|
|
|
|
<ClCompile Include="src\NameValueCollectionTest.cpp"/>
|
|
|
|
<ClCompile Include="src\QuotedPrintableTest.cpp"/>
|
|
|
|
<ClCompile Include="src\HTTPCookieTest.cpp"/>
|
|
|
|
<ClCompile Include="src\HTTPCredentialsTest.cpp"/>
|
|
|
|
<ClCompile Include="src\HTTPRequestTest.cpp"/>
|
|
|
|
<ClCompile Include="src\HTTPResponseTest.cpp"/>
|
|
|
|
<ClCompile Include="src\HTTPTestServer.cpp"/>
|
|
|
|
<ClCompile Include="src\HTTPTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\TCPServerTest.cpp"/>
|
|
|
|
<ClCompile Include="src\TCPServerTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\HTTPServerTest.cpp"/>
|
|
|
|
<ClCompile Include="src\HTTPServerTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\HTMLFormTest.cpp"/>
|
|
|
|
<ClCompile Include="src\HTMLTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\HTTPClientSessionTest.cpp"/>
|
|
|
|
<ClCompile Include="src\HTTPClientTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\HTTPStreamFactoryTest.cpp"/>
|
|
|
|
<ClCompile Include="src\FTPClientSessionTest.cpp"/>
|
|
|
|
<ClCompile Include="src\FTPClientTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\FTPStreamFactoryTest.cpp"/>
|
|
|
|
<ClCompile Include="src\ReactorTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\SocketReactorTest.cpp"/>
|
|
|
|
<ClCompile Include="src\MailMessageTest.cpp"/>
|
|
|
|
<ClCompile Include="src\MailStreamTest.cpp"/>
|
|
|
|
<ClCompile Include="src\MailTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\POP3ClientSessionTest.cpp"/>
|
|
|
|
<ClCompile Include="src\SMTPClientSessionTest.cpp"/>
|
|
|
|
<ClCompile Include="src\ICMPClientTest.cpp"/>
|
|
|
|
<ClCompile Include="src\ICMPClientTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\ICMPSocketTest.cpp"/>
|
|
|
|
<ClCompile Include="src\NTPClientTest.cpp"/>
|
|
|
|
<ClCompile Include="src\NTPClientTestSuite.cpp"/>
|
|
|
|
<ClCompile Include="src\SyslogTest.cpp"/>
|
|
|
|
<ClCompile Include="src\WebSocketTest.cpp"/>
|
|
|
|
<ClCompile Include="src\WebSocketTestSuite.cpp"/>
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
|
|
|
|
<ImportGroup Label="ExtensionTargets"/>
|
|
|
|
</Project>
|