summaryrefslogtreecommitdiff
path: root/riff/riff.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'riff/riff.vcproj')
-rw-r--r--riff/riff.vcproj293
1 files changed, 293 insertions, 0 deletions
diff --git a/riff/riff.vcproj b/riff/riff.vcproj
new file mode 100644
index 0000000..9087e48
--- /dev/null
+++ b/riff/riff.vcproj
@@ -0,0 +1,293 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="riff"
+ ProjectGUID="{10D8941B-290A-4898-A4A5-83DA6A17FF1D}"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\output"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\os_wrappers;..\dependencies"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="CDAL.lib LCDriver_CNH1606432.lib"
+ AdditionalLibraryDirectories="..\dependencies"
+ />
+ <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="..\output"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\os_wrappers;..\dependencies"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="CDAL.lib LCDriver_CNH1606432.lib"
+ AdditionalLibraryDirectories="..\dependencies"
+ />
+ <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>
+ </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=".\Config.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\os_wrappers\CriticalSection.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\DumpArea.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\DUT.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\DutManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\EraseArea.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\os_wrappers\Event.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\InitializeDut.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Logger.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\main.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\ProcessRawImage.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\SequenceFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Shutdown.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\os_wrappers\Thread.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\Command.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Config.h"
+ >
+ </File>
+ <File
+ RelativePath=".\constants.h"
+ >
+ </File>
+ <File
+ RelativePath="..\os_wrappers\CriticalSection.h"
+ >
+ </File>
+ <File
+ RelativePath=".\DumpArea.h"
+ >
+ </File>
+ <File
+ RelativePath=".\DUT.h"
+ >
+ </File>
+ <File
+ RelativePath=".\DutManager.h"
+ >
+ </File>
+ <File
+ RelativePath=".\EraseArea.h"
+ >
+ </File>
+ <File
+ RelativePath="..\os_wrappers\Event.h"
+ >
+ </File>
+ <File
+ RelativePath=".\InitializeDut.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Logger.h"
+ >
+ </File>
+ <File
+ RelativePath=".\main.h"
+ >
+ </File>
+ <File
+ RelativePath=".\ProcessRawImage.h"
+ >
+ </File>
+ <File
+ RelativePath=".\SequenceFactory.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Shutdown.h"
+ >
+ </File>
+ <File
+ RelativePath="..\os_wrappers\Thread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\os_wrappers\Utilities.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>