Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/server-vc2010.sln2
-rw-r--r--server/server-vc2010.vcxproj (renamed from server/server.vcxproj)6
-rw-r--r--server/server-vc2010.vcxproj.filters (renamed from server/server.vcxproj.filters)0
-rw-r--r--server/server-vc2012.sln26
-rw-r--r--server/server-vc2012.vcxproj304
-rw-r--r--server/server-vc2012.vcxproj.filters355
6 files changed, 691 insertions, 2 deletions
diff --git a/server/server-vc2010.sln b/server/server-vc2010.sln
index 81928ddf..bdd41835 100644
--- a/server/server-vc2010.sln
+++ b/server/server-vc2010.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server", "server.vcxproj", "{4EBA43E4-98C0-4F00-ADA7-21758F1BAE77}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server", "server-vc2010.vcxproj", "{4EBA43E4-98C0-4F00-ADA7-21758F1BAE77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/server/server.vcxproj b/server/server-vc2010.vcxproj
index 3b776d8e..ef15cdeb 100644
--- a/server/server.vcxproj
+++ b/server/server-vc2010.vcxproj
@@ -72,6 +72,10 @@
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\obj\MSVC\$(Platform)\$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\obj\MSVC\$(Platform)\$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">server</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">server</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">server</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">server</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
@@ -293,4 +297,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/server/server.vcxproj.filters b/server/server-vc2010.vcxproj.filters
index 68cf9c11..68cf9c11 100644
--- a/server/server.vcxproj.filters
+++ b/server/server-vc2010.vcxproj.filters
diff --git a/server/server-vc2012.sln b/server/server-vc2012.sln
new file mode 100644
index 00000000..c7361b0c
--- /dev/null
+++ b/server/server-vc2012.sln
@@ -0,0 +1,26 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server-vc2012", "server-vc2012.vcxproj", "{B11C12A6-FD70-46CA-B993-9286067E698B}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {B11C12A6-FD70-46CA-B993-9286067E698B}.Debug|Win32.ActiveCfg = Debug|Win32
+ {B11C12A6-FD70-46CA-B993-9286067E698B}.Debug|Win32.Build.0 = Debug|Win32
+ {B11C12A6-FD70-46CA-B993-9286067E698B}.Debug|x64.ActiveCfg = Debug|x64
+ {B11C12A6-FD70-46CA-B993-9286067E698B}.Debug|x64.Build.0 = Debug|x64
+ {B11C12A6-FD70-46CA-B993-9286067E698B}.Release|Win32.ActiveCfg = Release|Win32
+ {B11C12A6-FD70-46CA-B993-9286067E698B}.Release|Win32.Build.0 = Release|Win32
+ {B11C12A6-FD70-46CA-B993-9286067E698B}.Release|x64.ActiveCfg = Release|x64
+ {B11C12A6-FD70-46CA-B993-9286067E698B}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/server/server-vc2012.vcxproj b/server/server-vc2012.vcxproj
new file mode 100644
index 00000000..919c0fe6
--- /dev/null
+++ b/server/server-vc2012.vcxproj
@@ -0,0 +1,304 @@
+<?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="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{b11c12a6-fd70-46ca-b993-9286067e698b}</ProjectGuid>
+ <RootNamespace>server</RootNamespace>
+ <Keyword>Win32Proj</Keyword>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <PlatformToolset>v110</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <PlatformToolset>v110</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
+ </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>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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|x64'" 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.30319.1</_ProjectFileVersion>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\obj\MSVC\$(Platform)\$(Configuration)\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\obj\MSVC\$(Platform)\$(Configuration)\</IntDir>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\obj\MSVC\$(Platform)\$(Configuration)\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\obj\MSVC\$(Platform)\$(Configuration)\</IntDir>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\obj\MSVC\$(Platform)\$(Configuration)\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\obj\MSVC\$(Platform)\$(Configuration)\</IntDir>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\obj\MSVC\$(Platform)\$(Configuration)\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\obj\MSVC\$(Platform)\$(Configuration)\</IntDir>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">server</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">server</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">server</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">server</TargetName>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <Optimization>Disabled</Optimization>
+ <AdditionalIncludeDirectories>.;../agent;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MinimalRebuild>true</MinimalRebuild>
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <CompileAs>CompileAsC</CompileAs>
+ </ClCompile>
+ <Link>
+ <AdditionalDependencies>WS2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Console</SubSystem>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <DataExecutionPrevention>true</DataExecutionPrevention>
+ <TargetMachine>MachineX86</TargetMachine>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <Midl>
+ <TargetEnvironment>X64</TargetEnvironment>
+ </Midl>
+ <ClCompile>
+ <Optimization>Disabled</Optimization>
+ <AdditionalIncludeDirectories>.;../agent;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MinimalRebuild>true</MinimalRebuild>
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <CompileAs>CompileAsC</CompileAs>
+ </ClCompile>
+ <Link>
+ <AdditionalDependencies>WS2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Console</SubSystem>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <DataExecutionPrevention>true</DataExecutionPrevention>
+ <TargetMachine>MachineX64</TargetMachine>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <Optimization>MaxSpeed</Optimization>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <AdditionalIncludeDirectories>.;../agent;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <CompileAs>CompileAsC</CompileAs>
+ </ClCompile>
+ <Link>
+ <AdditionalDependencies>WS2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Console</SubSystem>
+ <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <DataExecutionPrevention>true</DataExecutionPrevention>
+ <TargetMachine>MachineX86</TargetMachine>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <Midl>
+ <TargetEnvironment>X64</TargetEnvironment>
+ </Midl>
+ <ClCompile>
+ <Optimization>MaxSpeed</Optimization>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <AdditionalIncludeDirectories>.;../agent;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <CompileAs>CompileAsC</CompileAs>
+ </ClCompile>
+ <Link>
+ <AdditionalDependencies>WS2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Console</SubSystem>
+ <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <DataExecutionPrevention>true</DataExecutionPrevention>
+ <TargetMachine>MachineX64</TargetMachine>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClCompile Include="..\agent\tcf\framework\sigsets.c" />
+ <ClCompile Include="..\agent\tcf\services\disassembly.c" />
+ <ClCompile Include="..\agent\tcf\services\elf-symbols.c" />
+ <ClCompile Include="tcf\services\context-proxy.c" />
+ <ClCompile Include="..\agent\tcf\services\contextquery.c" />
+ <ClCompile Include="..\agent\tcf\services\diagnostics.c" />
+ <ClCompile Include="..\agent\tcf\services\discovery.c" />
+ <ClCompile Include="..\agent\tcf\services\discovery_udp.c" />
+ <ClCompile Include="..\agent\tcf\services\dwarfcache.c" />
+ <ClCompile Include="..\agent\tcf\services\dwarfecomp.c" />
+ <ClCompile Include="..\agent\tcf\services\dwarfexpr.c" />
+ <ClCompile Include="..\agent\tcf\services\dwarfframe.c" />
+ <ClCompile Include="..\agent\tcf\services\dwarfio.c" />
+ <ClCompile Include="..\agent\tcf\services\dwarfreloc.c" />
+ <ClCompile Include="..\agent\tcf\services\elf-loader.c" />
+ <ClCompile Include="..\agent\tcf\services\filesystem.c" />
+ <ClCompile Include="..\agent\tcf\services\funccall.c" />
+ <ClCompile Include="..\agent\tcf\services\linenumbers.c" />
+ <ClCompile Include="..\agent\tcf\services\linenumbers_elf.c" />
+ <ClCompile Include="..\agent\tcf\services\memorymap.c" />
+ <ClCompile Include="..\agent\tcf\services\pathmap.c" />
+ <ClCompile Include="..\agent\tcf\services\symbols.c" />
+ <ClCompile Include="..\agent\tcf\services\symbols_common.c" />
+ <ClCompile Include="..\agent\tcf\services\symbols_elf.c" />
+ <ClCompile Include="..\agent\tcf\services\tcf_elf.c" />
+ <ClCompile Include="..\agent\tcf\services\vm.c" />
+ <ClCompile Include="..\agent\tcf\main\main.c" />
+ <ClCompile Include="tcf\main\server.c" />
+ <ClCompile Include="..\agent\tcf\main\services.c" />
+ <ClCompile Include="..\agent\tcf\framework\asyncreq.c" />
+ <ClCompile Include="..\agent\tcf\framework\base64.c" />
+ <ClCompile Include="..\agent\tcf\framework\cache.c" />
+ <ClCompile Include="..\agent\tcf\framework\channel.c" />
+ <ClCompile Include="..\agent\tcf\framework\channel_pipe.c" />
+ <ClCompile Include="..\agent\tcf\framework\channel_tcp.c" />
+ <ClCompile Include="..\agent\tcf\framework\context.c" />
+ <ClCompile Include="..\agent\tcf\framework\context-dispatcher.c" />
+ <ClCompile Include="..\agent\tcf\framework\cpudefs.c" />
+ <ClCompile Include="..\agent\tcf\framework\errors.c" />
+ <ClCompile Include="..\agent\tcf\framework\events.c" />
+ <ClCompile Include="..\agent\tcf\framework\exceptions.c" />
+ <ClCompile Include="..\agent\tcf\framework\inputbuf.c" />
+ <ClCompile Include="..\agent\tcf\framework\ip_ifc.c" />
+ <ClCompile Include="..\agent\tcf\framework\json.c" />
+ <ClCompile Include="..\agent\tcf\framework\mdep.c" />
+ <ClCompile Include="..\agent\tcf\framework\myalloc.c" />
+ <ClCompile Include="..\agent\tcf\framework\outputbuf.c" />
+ <ClCompile Include="..\agent\tcf\framework\peer.c" />
+ <ClCompile Include="..\agent\tcf\framework\protocol.c" />
+ <ClCompile Include="..\agent\tcf\framework\proxy.c" />
+ <ClCompile Include="..\agent\tcf\framework\shutdown.c" />
+ <ClCompile Include="..\agent\tcf\framework\streams.c" />
+ <ClCompile Include="..\agent\tcf\framework\trace.c" />
+ <ClCompile Include="..\agent\system\Windows\tcf\pthreads-win32.c" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\agent\tcf\framework\sigsets.h" />
+ <ClInclude Include="..\agent\tcf\services\disassembly.h" />
+ <ClInclude Include="..\agent\tcf\services\elf-symbols-ext.h" />
+ <ClInclude Include="..\agent\tcf\services\elf-symbols.h" />
+ <ClInclude Include="tcf\services\context-proxy.h" />
+ <ClInclude Include="..\agent\tcf\services\contextquery.h" />
+ <ClInclude Include="..\agent\tcf\services\diagnostics.h" />
+ <ClInclude Include="..\agent\tcf\services\discovery.h" />
+ <ClInclude Include="..\agent\tcf\services\discovery_udp.h" />
+ <ClInclude Include="..\agent\tcf\services\dwarf.h" />
+ <ClInclude Include="..\agent\tcf\services\dwarfcache.h" />
+ <ClInclude Include="..\agent\tcf\services\dwarfecomp.h" />
+ <ClInclude Include="..\agent\tcf\services\dwarfexpr.h" />
+ <ClInclude Include="..\agent\tcf\services\dwarfframe.h" />
+ <ClInclude Include="..\agent\tcf\services\dwarfio.h" />
+ <ClInclude Include="..\agent\tcf\services\dwarfreloc-ext.h" />
+ <ClInclude Include="..\agent\tcf\services\dwarfreloc.h" />
+ <ClInclude Include="..\agent\tcf\services\elf-loader.h" />
+ <ClInclude Include="..\agent\tcf\services\filesystem.h" />
+ <ClInclude Include="..\agent\tcf\services\funccall.h" />
+ <ClInclude Include="..\agent\tcf\services\linenumbers.h" />
+ <ClInclude Include="..\agent\tcf\services\memorymap.h" />
+ <ClInclude Include="..\agent\tcf\services\pathmap.h" />
+ <ClInclude Include="..\agent\tcf\services\symbols.h" />
+ <ClInclude Include="..\agent\tcf\services\tcf_elf.h" />
+ <ClInclude Include="..\agent\tcf\services\vm.h" />
+ <ClInclude Include="..\agent\tcf\main\server.h" />
+ <ClInclude Include="..\agent\tcf\main\services.h" />
+ <ClInclude Include="..\agent\tcf\framework\asyncreq.h" />
+ <ClInclude Include="..\agent\tcf\framework\base64.h" />
+ <ClInclude Include="..\agent\tcf\framework\cache.h" />
+ <ClInclude Include="..\agent\tcf\framework\channel.h" />
+ <ClInclude Include="..\agent\tcf\framework\channel_pipe.h" />
+ <ClInclude Include="..\agent\tcf\framework\channel_tcp.h" />
+ <ClInclude Include="..\agent\tcf\framework\context.h" />
+ <ClInclude Include="tcf\framework\cpudefs-ext.h" />
+ <ClInclude Include="..\agent\tcf\framework\cpudefs.h" />
+ <ClInclude Include="..\agent\tcf\framework\errors.h" />
+ <ClInclude Include="..\agent\tcf\framework\events.h" />
+ <ClInclude Include="..\agent\tcf\framework\exceptions.h" />
+ <ClInclude Include="..\agent\tcf\framework\inputbuf.h" />
+ <ClInclude Include="..\agent\tcf\framework\ip_ifc.h" />
+ <ClInclude Include="..\agent\tcf\framework\json.h" />
+ <ClInclude Include="..\agent\tcf\framework\link.h" />
+ <ClInclude Include="..\agent\tcf\framework\mdep.h" />
+ <ClInclude Include="..\agent\tcf\framework\myalloc.h" />
+ <ClInclude Include="..\agent\tcf\framework\outputbuf.h" />
+ <ClInclude Include="..\agent\tcf\framework\peer.h" />
+ <ClInclude Include="..\agent\tcf\framework\plugins.h" />
+ <ClInclude Include="..\agent\tcf\framework\protocol.h" />
+ <ClInclude Include="..\agent\tcf\framework\proxy.h" />
+ <ClInclude Include="..\agent\tcf\framework\shutdown.h" />
+ <ClInclude Include="..\agent\tcf\framework\signames.h" />
+ <ClInclude Include="..\agent\tcf\framework\streams.h" />
+ <ClInclude Include="..\agent\tcf\framework\tcf.h" />
+ <ClInclude Include="..\agent\tcf\framework\trace.h" />
+ <ClInclude Include="tcf\config.h" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file
diff --git a/server/server-vc2012.vcxproj.filters b/server/server-vc2012.vcxproj.filters
new file mode 100644
index 00000000..68cf9c11
--- /dev/null
+++ b/server/server-vc2012.vcxproj.filters
@@ -0,0 +1,355 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="services">
+ <UniqueIdentifier>{922fdf54-9f70-42a3-b4f3-d3f3c9cf028c}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="main">
+ <UniqueIdentifier>{d7d09c97-ef67-436c-9900-e888c9a99e5f}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="framework">
+ <UniqueIdentifier>{d39f397d-fda2-49d2-a531-26fc13702737}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="system">
+ <UniqueIdentifier>{f77c103a-6fae-460b-bd3d-a028b62bae4a}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="system\Windows">
+ <UniqueIdentifier>{91c3a7f6-3c30-41b7-ace3-eefbe5d5fdca}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="tcf\services\context-proxy.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\contextquery.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\diagnostics.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\discovery.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\discovery_udp.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\dwarfcache.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\dwarfecomp.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\dwarfexpr.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\dwarfframe.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\dwarfio.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\dwarfreloc.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\elf-loader.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\filesystem.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\funccall.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\linenumbers.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\linenumbers_elf.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\memorymap.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\pathmap.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\symbols.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\symbols_common.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\symbols_elf.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\tcf_elf.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\vm.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\main\main.c">
+ <Filter>main</Filter>
+ </ClCompile>
+ <ClCompile Include="tcf\main\server.c">
+ <Filter>main</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\main\services.c">
+ <Filter>main</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\asyncreq.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\base64.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\cache.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\channel.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\channel_pipe.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\channel_tcp.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\context.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\context-dispatcher.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\cpudefs.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\errors.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\events.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\exceptions.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\inputbuf.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\ip_ifc.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\json.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\mdep.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\myalloc.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\outputbuf.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\peer.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\protocol.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\proxy.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\shutdown.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\streams.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\trace.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\system\Windows\tcf\pthreads-win32.c">
+ <Filter>system\Windows</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\elf-symbols.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\services\disassembly.c">
+ <Filter>services</Filter>
+ </ClCompile>
+ <ClCompile Include="..\agent\tcf\framework\sigsets.c">
+ <Filter>framework</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="tcf\services\context-proxy.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\contextquery.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\diagnostics.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\discovery.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\discovery_udp.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\dwarf.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\dwarfcache.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\dwarfecomp.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\dwarfexpr.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\dwarfframe.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\dwarfio.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\dwarfreloc-ext.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\dwarfreloc.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\elf-loader.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\filesystem.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\funccall.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\linenumbers.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\memorymap.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\pathmap.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\symbols.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\tcf_elf.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\vm.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\main\server.h">
+ <Filter>main</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\main\services.h">
+ <Filter>main</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\asyncreq.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\base64.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\cache.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\channel.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\channel_pipe.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\channel_tcp.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\context.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="tcf\framework\cpudefs-ext.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\cpudefs.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\errors.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\events.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\exceptions.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\inputbuf.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\ip_ifc.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\json.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\link.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\mdep.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\myalloc.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\outputbuf.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\peer.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\plugins.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\protocol.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\proxy.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\shutdown.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\signames.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\streams.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\tcf.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\trace.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ <ClInclude Include="tcf\config.h" />
+ <ClInclude Include="..\agent\tcf\services\elf-symbols.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\elf-symbols-ext.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\services\disassembly.h">
+ <Filter>services</Filter>
+ </ClInclude>
+ <ClInclude Include="..\agent\tcf\framework\sigsets.h">
+ <Filter>framework</Filter>
+ </ClInclude>
+ </ItemGroup>
+</Project>

Back to the top