Init
This commit is contained in:
155
Samples/Tests/Tests.vcxproj
Normal file
155
Samples/Tests/Tests.vcxproj
Normal file
@ -0,0 +1,155 @@
|
||||
<?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>{8DD46676-F5C2-48D2-B08D-2D6D51637A73}</ProjectGuid>
|
||||
<RootNamespace>Tests</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>NotSet</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" />
|
||||
</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" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<AdditionalIncludeDirectories>./../../Source;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>./../../Source;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalOptions>/NODEFAULTLIB:LIBCMT %(AdditionalOptions)</AdditionalOptions>
|
||||
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="CommonFunctions.cpp" />
|
||||
<ClCompile Include="ComprehensiveConvertTest.cpp" />
|
||||
<ClCompile Include="ConnectWithSocketTest.cpp" />
|
||||
<ClCompile Include="CrossConnectionConvertTest.cpp" />
|
||||
<ClCompile Include="DebugTools.cpp" />
|
||||
<ClCompile Include="DroppedConnectionConvertTest.cpp" />
|
||||
<ClCompile Include="EightPeerTest.cpp" />
|
||||
<ClCompile Include="LocalIsConnectedTest.cpp" />
|
||||
<ClCompile Include="ManyClientsOneServerBlockingTest.cpp" />
|
||||
<ClCompile Include="ManyClientsOneServerDeallocateBlockingTest.cpp" />
|
||||
<ClCompile Include="ManyClientsOneServerNonBlockingTest.cpp" />
|
||||
<ClCompile Include="MaximumConnectTest.cpp" />
|
||||
<ClCompile Include="MiscellaneousTestsTest.cpp" />
|
||||
<ClCompile Include="OfflineMessagesConvertTest.cpp" />
|
||||
<ClCompile Include="PacketAndLowLevelTestsTest.cpp" />
|
||||
<ClCompile Include="PacketChangerPlugin.cpp" />
|
||||
<ClCompile Include="PacketDropPlugin.cpp" />
|
||||
<ClCompile Include="PeerConnectDisconnectTest.cpp" />
|
||||
<ClCompile Include="PeerConnectDisconnectWithCancelPendingTest.cpp" />
|
||||
<ClCompile Include="PingTestsTest.cpp" />
|
||||
<ClCompile Include="RakTimer.cpp" />
|
||||
<ClCompile Include="ReliableOrderedConvertedTest.cpp" />
|
||||
<ClCompile Include="SecurityFunctionsTest.cpp" />
|
||||
<ClCompile Include="SystemAddressAndGuidTest.cpp" />
|
||||
<ClCompile Include="TestHelpers.cpp" />
|
||||
<ClCompile Include="TestInterface.cpp" />
|
||||
<ClCompile Include="Tests.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="CommonFunctions.h" />
|
||||
<ClInclude Include="ComprehensiveConvertTest.h" />
|
||||
<ClInclude Include="ConnectWithSocketTest.h" />
|
||||
<ClInclude Include="CrossConnectionConvertTest.h" />
|
||||
<ClInclude Include="DebugTools.h" />
|
||||
<ClInclude Include="DroppedConnectionConvertTest.h" />
|
||||
<ClInclude Include="EightPeerTest.h" />
|
||||
<ClInclude Include="IncludeAllTests.h" />
|
||||
<ClInclude Include="LocalIsConnectedTest.h" />
|
||||
<ClInclude Include="ManyClientsOneServerBlockingTest.h" />
|
||||
<ClInclude Include="ManyClientsOneServerDeallocateBlockingTest.h" />
|
||||
<ClInclude Include="ManyClientsOneServerNonBlockingTest.h" />
|
||||
<ClInclude Include="MaximumConnectTest.h" />
|
||||
<ClInclude Include="MiscellaneousTestsTest.h" />
|
||||
<ClInclude Include="OfflineMessagesConvertTest.h" />
|
||||
<ClInclude Include="PacketAndLowLevelTestsTest.h" />
|
||||
<ClInclude Include="PacketChangerPlugin.h" />
|
||||
<ClInclude Include="PacketDropPlugin.h" />
|
||||
<ClInclude Include="PeerConnectDisconnectTest.h" />
|
||||
<ClInclude Include="PeerConnectDisconnectWithCancelPendingTest.h" />
|
||||
<ClInclude Include="PingTestsTest.h" />
|
||||
<ClInclude Include="RakTimer.h" />
|
||||
<ClInclude Include="ReliableOrderedConvertedTest.h" />
|
||||
<ClInclude Include="RouterInterfaceTester.h" />
|
||||
<ClInclude Include="SecurityFunctionsTest.h" />
|
||||
<ClInclude Include="SystemAddressAndGuidTest.h" />
|
||||
<ClInclude Include="TestHelpers.h" />
|
||||
<ClInclude Include="TestInterface.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user