diff options
Diffstat (limited to 'freetrackclient')
| -rw-r--r-- | freetrackclient/FreeTrackClient.sln | 26 | ||||
| -rw-r--r-- | freetrackclient/FreeTrackClient/FreeTrackClient.vcproj | 556 | 
2 files changed, 0 insertions, 582 deletions
diff --git a/freetrackclient/FreeTrackClient.sln b/freetrackclient/FreeTrackClient.sln deleted file mode 100644 index 5bbc5a5b..00000000 --- a/freetrackclient/FreeTrackClient.sln +++ /dev/null @@ -1,26 +0,0 @@ -
 -Microsoft Visual Studio Solution File, Format Version 9.00
 -# Visual Studio 2005
 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FreeTrackClient", "FreeTrackClient\FreeTrackClient.vcproj", "{74CE36A5-0E38-4252-AAD1-7B2066247F0E}"
 -EndProject
 -Global
 -	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 -		Release|Win32 = Release|Win32
 -		Release|x64 = Release|x64
 -		Release64|Win32 = Release64|Win32
 -		Release64|x64 = Release64|x64
 -	EndGlobalSection
 -	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 -		{74CE36A5-0E38-4252-AAD1-7B2066247F0E}.Release|Win32.ActiveCfg = Release|Win32
 -		{74CE36A5-0E38-4252-AAD1-7B2066247F0E}.Release|Win32.Build.0 = Release|Win32
 -		{74CE36A5-0E38-4252-AAD1-7B2066247F0E}.Release|x64.ActiveCfg = Release|x64
 -		{74CE36A5-0E38-4252-AAD1-7B2066247F0E}.Release|x64.Build.0 = Release|x64
 -		{74CE36A5-0E38-4252-AAD1-7B2066247F0E}.Release64|Win32.ActiveCfg = Release64|Win32
 -		{74CE36A5-0E38-4252-AAD1-7B2066247F0E}.Release64|Win32.Build.0 = Release64|Win32
 -		{74CE36A5-0E38-4252-AAD1-7B2066247F0E}.Release64|x64.ActiveCfg = Release64|x64
 -		{74CE36A5-0E38-4252-AAD1-7B2066247F0E}.Release64|x64.Build.0 = Release64|x64
 -	EndGlobalSection
 -	GlobalSection(SolutionProperties) = preSolution
 -		HideSolutionNode = FALSE
 -	EndGlobalSection
 -EndGlobal
 diff --git a/freetrackclient/FreeTrackClient/FreeTrackClient.vcproj b/freetrackclient/FreeTrackClient/FreeTrackClient.vcproj deleted file mode 100644 index 7d69802e..00000000 --- a/freetrackclient/FreeTrackClient/FreeTrackClient.vcproj +++ /dev/null @@ -1,556 +0,0 @@ -<?xml version="1.0" encoding="windows-1250"?>
 -<VisualStudioProject
 -	ProjectType="Visual C++"
 -	Version="8.00"
 -	Name="FreeTrackClient"
 -	ProjectGUID="{74CE36A5-0E38-4252-AAD1-7B2066247F0E}"
 -	RootNamespace="FreeTrackClient"
 -	Keyword="Win32Proj"
 -	>
 -	<Platforms>
 -		<Platform
 -			Name="Win32"
 -		/>
 -		<Platform
 -			Name="x64"
 -		/>
 -	</Platforms>
 -	<ToolFiles>
 -	</ToolFiles>
 -	<Configurations>
 -		<Configuration
 -			Name="Debug|Win32"
 -			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
 -			IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
 -			ConfigurationType="2"
 -			CharacterSet="1"
 -			>
 -			<Tool
 -				Name="VCPreBuildEventTool"
 -			/>
 -			<Tool
 -				Name="VCCustomBuildTool"
 -			/>
 -			<Tool
 -				Name="VCXMLDataGeneratorTool"
 -			/>
 -			<Tool
 -				Name="VCWebServiceProxyGeneratorTool"
 -			/>
 -			<Tool
 -				Name="VCMIDLTool"
 -			/>
 -			<Tool
 -				Name="VCCLCompilerTool"
 -				Optimization="0"
 -				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FreeTrackClient_EXPORTS"
 -				MinimalRebuild="true"
 -				BasicRuntimeChecks="3"
 -				RuntimeLibrary="3"
 -				UsePrecompiledHeader="0"
 -				WarningLevel="3"
 -				DebugInformationFormat="4"
 -			/>
 -			<Tool
 -				Name="VCManagedResourceCompilerTool"
 -			/>
 -			<Tool
 -				Name="VCResourceCompilerTool"
 -			/>
 -			<Tool
 -				Name="VCPreLinkEventTool"
 -			/>
 -			<Tool
 -				Name="VCLinkerTool"
 -				LinkIncremental="2"
 -				GenerateDebugInformation="true"
 -				SubSystem="2"
 -				TargetMachine="1"
 -			/>
 -			<Tool
 -				Name="VCALinkTool"
 -			/>
 -			<Tool
 -				Name="VCManifestTool"
 -			/>
 -			<Tool
 -				Name="VCXDCMakeTool"
 -			/>
 -			<Tool
 -				Name="VCBscMakeTool"
 -			/>
 -			<Tool
 -				Name="VCFxCopTool"
 -			/>
 -			<Tool
 -				Name="VCAppVerifierTool"
 -			/>
 -			<Tool
 -				Name="VCWebDeploymentTool"
 -			/>
 -			<Tool
 -				Name="VCPostBuildEventTool"
 -			/>
 -		</Configuration>
 -		<Configuration
 -			Name="Debug|x64"
 -			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
 -			IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
 -			ConfigurationType="2"
 -			CharacterSet="1"
 -			>
 -			<Tool
 -				Name="VCPreBuildEventTool"
 -			/>
 -			<Tool
 -				Name="VCCustomBuildTool"
 -			/>
 -			<Tool
 -				Name="VCXMLDataGeneratorTool"
 -			/>
 -			<Tool
 -				Name="VCWebServiceProxyGeneratorTool"
 -			/>
 -			<Tool
 -				Name="VCMIDLTool"
 -				TargetEnvironment="3"
 -			/>
 -			<Tool
 -				Name="VCCLCompilerTool"
 -				Optimization="0"
 -				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FreeTrackClient_EXPORTS"
 -				MinimalRebuild="true"
 -				BasicRuntimeChecks="3"
 -				RuntimeLibrary="3"
 -				UsePrecompiledHeader="0"
 -				WarningLevel="3"
 -				DebugInformationFormat="3"
 -			/>
 -			<Tool
 -				Name="VCManagedResourceCompilerTool"
 -			/>
 -			<Tool
 -				Name="VCResourceCompilerTool"
 -			/>
 -			<Tool
 -				Name="VCPreLinkEventTool"
 -			/>
 -			<Tool
 -				Name="VCLinkerTool"
 -				LinkIncremental="2"
 -				GenerateDebugInformation="true"
 -				SubSystem="2"
 -				TargetMachine="17"
 -			/>
 -			<Tool
 -				Name="VCALinkTool"
 -			/>
 -			<Tool
 -				Name="VCManifestTool"
 -			/>
 -			<Tool
 -				Name="VCXDCMakeTool"
 -			/>
 -			<Tool
 -				Name="VCBscMakeTool"
 -			/>
 -			<Tool
 -				Name="VCFxCopTool"
 -			/>
 -			<Tool
 -				Name="VCAppVerifierTool"
 -			/>
 -			<Tool
 -				Name="VCWebDeploymentTool"
 -			/>
 -			<Tool
 -				Name="VCPostBuildEventTool"
 -			/>
 -		</Configuration>
 -		<Configuration
 -			Name="Release|Win32"
 -			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
 -			IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
 -			ConfigurationType="2"
 -			CharacterSet="0"
 -			WholeProgramOptimization="1"
 -			>
 -			<Tool
 -				Name="VCPreBuildEventTool"
 -			/>
 -			<Tool
 -				Name="VCCustomBuildTool"
 -			/>
 -			<Tool
 -				Name="VCXMLDataGeneratorTool"
 -			/>
 -			<Tool
 -				Name="VCWebServiceProxyGeneratorTool"
 -			/>
 -			<Tool
 -				Name="VCMIDLTool"
 -			/>
 -			<Tool
 -				Name="VCCLCompilerTool"
 -				Optimization="2"
 -				InlineFunctionExpansion="2"
 -				EnableIntrinsicFunctions="true"
 -				FavorSizeOrSpeed="1"
 -				OmitFramePointers="true"
 -				PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL;FreeTrackClient_EXPORTS"
 -				StringPooling="true"
 -				ExceptionHandling="0"
 -				RuntimeLibrary="2"
 -				BufferSecurityCheck="false"
 -				EnableFunctionLevelLinking="false"
 -				EnableEnhancedInstructionSet="0"
 -				UsePrecompiledHeader="0"
 -				WarningLevel="3"
 -				DebugInformationFormat="0"
 -			/>
 -			<Tool
 -				Name="VCManagedResourceCompilerTool"
 -			/>
 -			<Tool
 -				Name="VCResourceCompilerTool"
 -			/>
 -			<Tool
 -				Name="VCPreLinkEventTool"
 -			/>
 -			<Tool
 -				Name="VCLinkerTool"
 -				LinkIncremental="1"
 -				GenerateDebugInformation="false"
 -				SubSystem="2"
 -				OptimizeReferences="1"
 -				EnableCOMDATFolding="2"
 -				TargetMachine="1"
 -			/>
 -			<Tool
 -				Name="VCALinkTool"
 -			/>
 -			<Tool
 -				Name="VCManifestTool"
 -			/>
 -			<Tool
 -				Name="VCXDCMakeTool"
 -			/>
 -			<Tool
 -				Name="VCBscMakeTool"
 -			/>
 -			<Tool
 -				Name="VCFxCopTool"
 -			/>
 -			<Tool
 -				Name="VCAppVerifierTool"
 -			/>
 -			<Tool
 -				Name="VCWebDeploymentTool"
 -			/>
 -			<Tool
 -				Name="VCPostBuildEventTool"
 -				CommandLine="postbuild.bat "$(OutDir)" "D:\Project\FaceTrackNoIR\VS2005\FaceTrackNoIR\bin""
 -			/>
 -		</Configuration>
 -		<Configuration
 -			Name="Release|x64"
 -			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
 -			IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
 -			ConfigurationType="2"
 -			CharacterSet="2"
 -			WholeProgramOptimization="1"
 -			>
 -			<Tool
 -				Name="VCPreBuildEventTool"
 -			/>
 -			<Tool
 -				Name="VCCustomBuildTool"
 -			/>
 -			<Tool
 -				Name="VCXMLDataGeneratorTool"
 -			/>
 -			<Tool
 -				Name="VCWebServiceProxyGeneratorTool"
 -			/>
 -			<Tool
 -				Name="VCMIDLTool"
 -				TargetEnvironment="3"
 -			/>
 -			<Tool
 -				Name="VCCLCompilerTool"
 -				Optimization="2"
 -				InlineFunctionExpansion="2"
 -				EnableIntrinsicFunctions="true"
 -				FavorSizeOrSpeed="1"
 -				OmitFramePointers="true"
 -				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FreeTrackClient_EXPORTS"
 -				StringPooling="true"
 -				ExceptionHandling="0"
 -				RuntimeLibrary="2"
 -				BufferSecurityCheck="false"
 -				EnableFunctionLevelLinking="false"
 -				EnableEnhancedInstructionSet="1"
 -				UsePrecompiledHeader="0"
 -				WarningLevel="3"
 -				DebugInformationFormat="3"
 -			/>
 -			<Tool
 -				Name="VCManagedResourceCompilerTool"
 -			/>
 -			<Tool
 -				Name="VCResourceCompilerTool"
 -			/>
 -			<Tool
 -				Name="VCPreLinkEventTool"
 -			/>
 -			<Tool
 -				Name="VCLinkerTool"
 -				LinkIncremental="1"
 -				GenerateDebugInformation="true"
 -				SubSystem="2"
 -				OptimizeReferences="1"
 -				EnableCOMDATFolding="2"
 -				TargetMachine="17"
 -			/>
 -			<Tool
 -				Name="VCALinkTool"
 -			/>
 -			<Tool
 -				Name="VCManifestTool"
 -			/>
 -			<Tool
 -				Name="VCXDCMakeTool"
 -			/>
 -			<Tool
 -				Name="VCBscMakeTool"
 -			/>
 -			<Tool
 -				Name="VCFxCopTool"
 -			/>
 -			<Tool
 -				Name="VCAppVerifierTool"
 -			/>
 -			<Tool
 -				Name="VCWebDeploymentTool"
 -			/>
 -			<Tool
 -				Name="VCPostBuildEventTool"
 -			/>
 -		</Configuration>
 -		<Configuration
 -			Name="Release64|Win32"
 -			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
 -			IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
 -			ConfigurationType="2"
 -			CharacterSet="2"
 -			WholeProgramOptimization="1"
 -			>
 -			<Tool
 -				Name="VCPreBuildEventTool"
 -			/>
 -			<Tool
 -				Name="VCCustomBuildTool"
 -			/>
 -			<Tool
 -				Name="VCXMLDataGeneratorTool"
 -			/>
 -			<Tool
 -				Name="VCWebServiceProxyGeneratorTool"
 -			/>
 -			<Tool
 -				Name="VCMIDLTool"
 -			/>
 -			<Tool
 -				Name="VCCLCompilerTool"
 -				Optimization="2"
 -				InlineFunctionExpansion="2"
 -				EnableIntrinsicFunctions="true"
 -				FavorSizeOrSpeed="1"
 -				OmitFramePointers="true"
 -				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FreeTrackClient_EXPORTS"
 -				StringPooling="true"
 -				ExceptionHandling="0"
 -				RuntimeLibrary="2"
 -				BufferSecurityCheck="false"
 -				EnableFunctionLevelLinking="false"
 -				EnableEnhancedInstructionSet="1"
 -				UsePrecompiledHeader="0"
 -				WarningLevel="3"
 -				DebugInformationFormat="3"
 -			/>
 -			<Tool
 -				Name="VCManagedResourceCompilerTool"
 -			/>
 -			<Tool
 -				Name="VCResourceCompilerTool"
 -			/>
 -			<Tool
 -				Name="VCPreLinkEventTool"
 -			/>
 -			<Tool
 -				Name="VCLinkerTool"
 -				LinkIncremental="1"
 -				GenerateDebugInformation="true"
 -				SubSystem="2"
 -				OptimizeReferences="1"
 -				EnableCOMDATFolding="2"
 -				TargetMachine="17"
 -			/>
 -			<Tool
 -				Name="VCALinkTool"
 -			/>
 -			<Tool
 -				Name="VCManifestTool"
 -			/>
 -			<Tool
 -				Name="VCXDCMakeTool"
 -			/>
 -			<Tool
 -				Name="VCBscMakeTool"
 -			/>
 -			<Tool
 -				Name="VCFxCopTool"
 -			/>
 -			<Tool
 -				Name="VCAppVerifierTool"
 -			/>
 -			<Tool
 -				Name="VCWebDeploymentTool"
 -			/>
 -			<Tool
 -				Name="VCPostBuildEventTool"
 -			/>
 -		</Configuration>
 -		<Configuration
 -			Name="Release64|x64"
 -			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
 -			IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
 -			ConfigurationType="2"
 -			UseOfMFC="0"
 -			CharacterSet="1"
 -			WholeProgramOptimization="1"
 -			>
 -			<Tool
 -				Name="VCPreBuildEventTool"
 -			/>
 -			<Tool
 -				Name="VCCustomBuildTool"
 -			/>
 -			<Tool
 -				Name="VCXMLDataGeneratorTool"
 -			/>
 -			<Tool
 -				Name="VCWebServiceProxyGeneratorTool"
 -			/>
 -			<Tool
 -				Name="VCMIDLTool"
 -				TargetEnvironment="3"
 -			/>
 -			<Tool
 -				Name="VCCLCompilerTool"
 -				Optimization="2"
 -				InlineFunctionExpansion="2"
 -				EnableIntrinsicFunctions="true"
 -				FavorSizeOrSpeed="1"
 -				OmitFramePointers="true"
 -				PreprocessorDefinitions="WIN64;NDEBUG;_USRDLL;FreeTrackClient_EXPORTS"
 -				StringPooling="true"
 -				ExceptionHandling="0"
 -				RuntimeLibrary="2"
 -				BufferSecurityCheck="false"
 -				EnableFunctionLevelLinking="false"
 -				EnableEnhancedInstructionSet="0"
 -				UsePrecompiledHeader="0"
 -				WarningLevel="3"
 -				DebugInformationFormat="0"
 -			/>
 -			<Tool
 -				Name="VCManagedResourceCompilerTool"
 -			/>
 -			<Tool
 -				Name="VCResourceCompilerTool"
 -			/>
 -			<Tool
 -				Name="VCPreLinkEventTool"
 -			/>
 -			<Tool
 -				Name="VCLinkerTool"
 -				OutputFile="$(OutDir)\$(ProjectName)64.dll"
 -				LinkIncremental="1"
 -				GenerateDebugInformation="false"
 -				SubSystem="2"
 -				OptimizeReferences="2"
 -				EnableCOMDATFolding="2"
 -				TargetMachine="17"
 -			/>
 -			<Tool
 -				Name="VCALinkTool"
 -			/>
 -			<Tool
 -				Name="VCManifestTool"
 -				VerboseOutput="true"
 -			/>
 -			<Tool
 -				Name="VCXDCMakeTool"
 -			/>
 -			<Tool
 -				Name="VCBscMakeTool"
 -			/>
 -			<Tool
 -				Name="VCFxCopTool"
 -			/>
 -			<Tool
 -				Name="VCAppVerifierTool"
 -			/>
 -			<Tool
 -				Name="VCWebDeploymentTool"
 -			/>
 -			<Tool
 -				Name="VCPostBuildEventTool"
 -				CommandLine="postbuild.bat "$(OutDir)" "D:\Project\FaceTrackNoIR\VS2005\FaceTrackNoIR\bin""
 -			/>
 -		</Configuration>
 -	</Configurations>
 -	<References>
 -	</References>
 -	<Files>
 -		<Filter
 -			Name="Source Files"
 -			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 -			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 -			>
 -			<File
 -				RelativePath=".\FreeTrackClient.cpp"
 -				>
 -			</File>
 -			<File
 -				RelativePath=".\postbuild.bat"
 -				>
 -			</File>
 -		</Filter>
 -		<Filter
 -			Name="Header Files"
 -			Filter="h;hpp;hxx;hm;inl;inc;xsd"
 -			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 -			>
 -			<File
 -				RelativePath="..\..\FTNoIR_Protocol_FT\FTTypes.h"
 -				>
 -			</File>
 -			<File
 -				RelativePath=".\resource.h"
 -				>
 -			</File>
 -		</Filter>
 -		<Filter
 -			Name="Resources"
 -			>
 -			<File
 -				RelativePath=".\FreeTrackClient.rc"
 -				>
 -			</File>
 -		</Filter>
 -	</Files>
 -	<Globals>
 -	</Globals>
 -</VisualStudioProject>
  | 
