diff options
author | cornet | 2009-04-23 07:19:36 +0000 |
---|---|---|
committer | cornet | 2009-04-23 07:19:36 +0000 |
commit | 93b96745bf6acef58aede4bfa0291a20a0696013 (patch) | |
tree | d125379c83e11ca31e21ed0f0bc0340315f990e3 /src/auxiliaryFunctions | |
parent | 87cfbf0550febd7a33f3117c87bfe900ac92ff64 (diff) | |
download | scilab2c-93b96745bf6acef58aede4bfa0291a20a0696013.tar.gz scilab2c-93b96745bf6acef58aede4bfa0291a20a0696013.tar.bz2 scilab2c-93b96745bf6acef58aede4bfa0291a20a0696013.zip |
rename directories with _
remove dependency on fortran runtime
add run_tests project
Diffstat (limited to 'src/auxiliaryFunctions')
-rw-r--r-- | src/auxiliaryFunctions/abs/test_DoubleAbs/testDoubleAbs.vcproj | 217 | ||||
-rw-r--r-- | src/auxiliaryFunctions/abs/test_FloatAbs/testFloatAbs.vcproj (renamed from src/auxiliaryFunctions/abs/testFloatAbs/testFloatAbs.vcproj) | 0 | ||||
-rw-r--r-- | src/auxiliaryFunctions/conj/test_Conj/testConj.vcproj (renamed from src/auxiliaryFunctions/conj/testConj/testConj.vcproj) | 0 | ||||
-rw-r--r-- | src/auxiliaryFunctions/find/test_Find/testFind.vcproj (renamed from src/auxiliaryFunctions/find/testFind/testFind.vcproj) | 0 | ||||
-rw-r--r-- | src/auxiliaryFunctions/find2d/test_Find2d/testFind2d.vcproj (renamed from src/auxiliaryFunctions/find2d/testFind2d/testFind2d.vcproj) | 0 | ||||
-rw-r--r-- | src/auxiliaryFunctions/frexp/test_frexp/frexp.vcproj (renamed from src/auxiliaryFunctions/frexp/frexp/frexp.vcproj) | 0 | ||||
-rw-r--r-- | src/auxiliaryFunctions/isempty/test_IsEmpty/testIsEmpty.vcproj (renamed from src/auxiliaryFunctions/isempty/testIsEmpty/testIsEmpty.vcproj) | 0 | ||||
-rw-r--r-- | src/auxiliaryFunctions/isnan/test_IsNan/testIsNan.vcproj | 217 | ||||
-rw-r--r-- | src/auxiliaryFunctions/length/test_Length/testLength.vcproj (renamed from src/auxiliaryFunctions/length/testLength/testLength.vcproj) | 0 | ||||
-rw-r--r-- | src/auxiliaryFunctions/pythag/test_Pythag/testPythag.vcproj (renamed from src/auxiliaryFunctions/pythag/testPythag/testPythag.vcproj) | 0 | ||||
-rw-r--r-- | src/auxiliaryFunctions/rand/test_Rand/testRand.vcproj | 217 | ||||
-rw-r--r-- | src/auxiliaryFunctions/sign/test_Sign/testSign.vcproj (renamed from src/auxiliaryFunctions/sign/testSign/testSign.vcproj) | 0 | ||||
-rw-r--r-- | src/auxiliaryFunctions/size/test_Size/testSize.vcproj (renamed from src/auxiliaryFunctions/size/testSize/testSize.vcproj) | 0 | ||||
-rw-r--r-- | src/auxiliaryFunctions/type/test_Type/testType.vcproj (renamed from src/auxiliaryFunctions/type/testType/testType.vcproj) | 0 |
14 files changed, 651 insertions, 0 deletions
diff --git a/src/auxiliaryFunctions/abs/test_DoubleAbs/testDoubleAbs.vcproj b/src/auxiliaryFunctions/abs/test_DoubleAbs/testDoubleAbs.vcproj new file mode 100644 index 00000000..d2b9248f --- /dev/null +++ b/src/auxiliaryFunctions/abs/test_DoubleAbs/testDoubleAbs.vcproj @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="testDoubleAbs"
+ ProjectGUID="{5A8D4B59-AC5D-4BA0-A26F-17E740F35042}"
+ RootNamespace="testDoubleAbs"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../auxiliaryFunctions/includes;../../../elementaryFunctions/includes;../../../type"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="../../../auxiliaryFunctions/includes;../../../elementaryFunctions/includes;../../../type"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <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="..\testDoubleAbs.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\testAbs.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>
diff --git a/src/auxiliaryFunctions/abs/testFloatAbs/testFloatAbs.vcproj b/src/auxiliaryFunctions/abs/test_FloatAbs/testFloatAbs.vcproj index 1958ed13..1958ed13 100644 --- a/src/auxiliaryFunctions/abs/testFloatAbs/testFloatAbs.vcproj +++ b/src/auxiliaryFunctions/abs/test_FloatAbs/testFloatAbs.vcproj diff --git a/src/auxiliaryFunctions/conj/testConj/testConj.vcproj b/src/auxiliaryFunctions/conj/test_Conj/testConj.vcproj index 1987e92e..1987e92e 100644 --- a/src/auxiliaryFunctions/conj/testConj/testConj.vcproj +++ b/src/auxiliaryFunctions/conj/test_Conj/testConj.vcproj diff --git a/src/auxiliaryFunctions/find/testFind/testFind.vcproj b/src/auxiliaryFunctions/find/test_Find/testFind.vcproj index fbc12e6e..fbc12e6e 100644 --- a/src/auxiliaryFunctions/find/testFind/testFind.vcproj +++ b/src/auxiliaryFunctions/find/test_Find/testFind.vcproj diff --git a/src/auxiliaryFunctions/find2d/testFind2d/testFind2d.vcproj b/src/auxiliaryFunctions/find2d/test_Find2d/testFind2d.vcproj index 35cdc691..35cdc691 100644 --- a/src/auxiliaryFunctions/find2d/testFind2d/testFind2d.vcproj +++ b/src/auxiliaryFunctions/find2d/test_Find2d/testFind2d.vcproj diff --git a/src/auxiliaryFunctions/frexp/frexp/frexp.vcproj b/src/auxiliaryFunctions/frexp/test_frexp/frexp.vcproj index b2ca95b0..b2ca95b0 100644 --- a/src/auxiliaryFunctions/frexp/frexp/frexp.vcproj +++ b/src/auxiliaryFunctions/frexp/test_frexp/frexp.vcproj diff --git a/src/auxiliaryFunctions/isempty/testIsEmpty/testIsEmpty.vcproj b/src/auxiliaryFunctions/isempty/test_IsEmpty/testIsEmpty.vcproj index b2f51008..b2f51008 100644 --- a/src/auxiliaryFunctions/isempty/testIsEmpty/testIsEmpty.vcproj +++ b/src/auxiliaryFunctions/isempty/test_IsEmpty/testIsEmpty.vcproj diff --git a/src/auxiliaryFunctions/isnan/test_IsNan/testIsNan.vcproj b/src/auxiliaryFunctions/isnan/test_IsNan/testIsNan.vcproj new file mode 100644 index 00000000..6a1df12d --- /dev/null +++ b/src/auxiliaryFunctions/isnan/test_IsNan/testIsNan.vcproj @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="testIsNan"
+ ProjectGUID="{18763BD3-2916-4D97-9633-5DAC1A635EDD}"
+ RootNamespace="testIsNan"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../auxiliaryFunctions/includes;../../../elementaryFunctions/includes;../../../type;../../../operations/includes;../../../includes"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="../../../auxiliaryFunctions/includes;../../../elementaryFunctions/includes;../../../type;../../../operations/includes;../../../includes"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <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="..\testIsNan.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\testIsNan.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>
diff --git a/src/auxiliaryFunctions/length/testLength/testLength.vcproj b/src/auxiliaryFunctions/length/test_Length/testLength.vcproj index 548b9298..548b9298 100644 --- a/src/auxiliaryFunctions/length/testLength/testLength.vcproj +++ b/src/auxiliaryFunctions/length/test_Length/testLength.vcproj diff --git a/src/auxiliaryFunctions/pythag/testPythag/testPythag.vcproj b/src/auxiliaryFunctions/pythag/test_Pythag/testPythag.vcproj index 9da6ee8a..9da6ee8a 100644 --- a/src/auxiliaryFunctions/pythag/testPythag/testPythag.vcproj +++ b/src/auxiliaryFunctions/pythag/test_Pythag/testPythag.vcproj diff --git a/src/auxiliaryFunctions/rand/test_Rand/testRand.vcproj b/src/auxiliaryFunctions/rand/test_Rand/testRand.vcproj new file mode 100644 index 00000000..66344c93 --- /dev/null +++ b/src/auxiliaryFunctions/rand/test_Rand/testRand.vcproj @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="testRand"
+ ProjectGUID="{31BBBDB6-9E46-4227-A8E3-9A1942DBD05E}"
+ RootNamespace="testRand"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../auxiliaryFunctions/includes;../../../elementaryFunctions/includes;../../../type;../../../operations/includes;../../../includes"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="../../../auxiliaryFunctions/includes;../../../elementaryFunctions/includes;../../../type;../../../operations/includes;../../../includes"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <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="..\testRand.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\testRand.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>
diff --git a/src/auxiliaryFunctions/sign/testSign/testSign.vcproj b/src/auxiliaryFunctions/sign/test_Sign/testSign.vcproj index 4ed86189..4ed86189 100644 --- a/src/auxiliaryFunctions/sign/testSign/testSign.vcproj +++ b/src/auxiliaryFunctions/sign/test_Sign/testSign.vcproj diff --git a/src/auxiliaryFunctions/size/testSize/testSize.vcproj b/src/auxiliaryFunctions/size/test_Size/testSize.vcproj index a19b55aa..a19b55aa 100644 --- a/src/auxiliaryFunctions/size/testSize/testSize.vcproj +++ b/src/auxiliaryFunctions/size/test_Size/testSize.vcproj diff --git a/src/auxiliaryFunctions/type/testType/testType.vcproj b/src/auxiliaryFunctions/type/test_Type/testType.vcproj index 43e60c67..43e60c67 100644 --- a/src/auxiliaryFunctions/type/testType/testType.vcproj +++ b/src/auxiliaryFunctions/type/test_Type/testType.vcproj |