From 06337f0dc8114c70fd0c7767083971a0d091750a Mon Sep 17 00:00:00 2001 From: Sandeep Gupta Date: Wed, 5 Jul 2017 12:41:25 +0530 Subject: LinearAlgebra and MatrixOperation Update --- .../spec/test_DoubleSpec/testDoubleSpec.vcxproj | 178 --------------------- 1 file changed, 178 deletions(-) delete mode 100644 src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj (limited to 'src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj') diff --git a/src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj b/src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj deleted file mode 100644 index f696bff..0000000 --- a/src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj +++ /dev/null @@ -1,178 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {651B0E61-1047-4575-BE31-D9CB28062CBA} - testDoubleSpec - Win32Proj - - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - - - Application - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)bin\ - $(SolutionDir)bin\ - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - true - true - $(SolutionDir)bin\ - $(SolutionDir)bin\ - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - false - false - - - - Disabled - ../../../includes;../../../type;../../includes;../../../operations/includes;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - $(SolutionDir)bin\$(ProjectName).exe - true - Console - MachineX86 - - - - - Disabled - ../../../includes;../../../type;../../includes;../../../operations/includes;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - $(SolutionDir)bin\$(ProjectName).exe - true - Console - - - - - MaxSpeed - true - ../../../includes;../../../type;../../includes;../../../operations/includes;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - $(SolutionDir)bin\$(ProjectName).exe - true - Console - true - true - MachineX86 - - - - - MaxSpeed - true - ../../../includes;../../../type;../../includes;../../../operations/includes;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - $(SolutionDir)bin\$(ProjectName).exe - true - Console - true - true - - - - - CompileAsCpp - CompileAsCpp - CompileAsCpp - CompileAsCpp - - - - - {9b1bd750-1fef-4d6b-9422-782d16181cee} - false - - - {fd335544-52bf-4736-a34e-77f591d158d5} - false - - - - - - \ No newline at end of file -- cgit From ea958d3c401761dcc24865d9639b2fab31038db8 Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Thu, 6 Jul 2017 15:48:47 +0530 Subject: Revert "LinearAlgebra Function Added" --- .../spec/test_DoubleSpec/testDoubleSpec.vcxproj | 178 +++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj (limited to 'src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj') diff --git a/src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj b/src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj new file mode 100644 index 0000000..f696bff --- /dev/null +++ b/src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj @@ -0,0 +1,178 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {651B0E61-1047-4575-BE31-D9CB28062CBA} + testDoubleSpec + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + true + + + Application + Unicode + + + Application + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)bin\ + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\ + true + true + $(SolutionDir)bin\ + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\ + false + false + + + + Disabled + ../../../includes;../../../type;../../includes;../../../operations/includes;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + $(SolutionDir)bin\$(ProjectName).exe + true + Console + MachineX86 + + + + + Disabled + ../../../includes;../../../type;../../includes;../../../operations/includes;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + $(SolutionDir)bin\$(ProjectName).exe + true + Console + + + + + MaxSpeed + true + ../../../includes;../../../type;../../includes;../../../operations/includes;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + $(SolutionDir)bin\$(ProjectName).exe + true + Console + true + true + MachineX86 + + + + + MaxSpeed + true + ../../../includes;../../../type;../../includes;../../../operations/includes;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + $(SolutionDir)bin\$(ProjectName).exe + true + Console + true + true + + + + + CompileAsCpp + CompileAsCpp + CompileAsCpp + CompileAsCpp + + + + + {9b1bd750-1fef-4d6b-9422-782d16181cee} + false + + + {fd335544-52bf-4736-a34e-77f591d158d5} + false + + + + + + \ No newline at end of file -- cgit From 7a7f685a8436b456b246c49baf76bb8af930b214 Mon Sep 17 00:00:00 2001 From: Sandeep Gupta Date: Fri, 7 Jul 2017 00:29:35 +0530 Subject: NORM --- .../spec/test_DoubleSpec/testDoubleSpec.vcxproj | 178 --------------------- 1 file changed, 178 deletions(-) delete mode 100644 src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj (limited to 'src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj') diff --git a/src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj b/src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj deleted file mode 100644 index f696bff..0000000 --- a/src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcxproj +++ /dev/null @@ -1,178 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {651B0E61-1047-4575-BE31-D9CB28062CBA} - testDoubleSpec - Win32Proj - - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - - - Application - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)bin\ - $(SolutionDir)bin\ - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - true - true - $(SolutionDir)bin\ - $(SolutionDir)bin\ - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - false - false - - - - Disabled - ../../../includes;../../../type;../../includes;../../../operations/includes;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - $(SolutionDir)bin\$(ProjectName).exe - true - Console - MachineX86 - - - - - Disabled - ../../../includes;../../../type;../../includes;../../../operations/includes;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - $(SolutionDir)bin\$(ProjectName).exe - true - Console - - - - - MaxSpeed - true - ../../../includes;../../../type;../../includes;../../../operations/includes;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - $(SolutionDir)bin\$(ProjectName).exe - true - Console - true - true - MachineX86 - - - - - MaxSpeed - true - ../../../includes;../../../type;../../includes;../../../operations/includes;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - $(SolutionDir)bin\$(ProjectName).exe - true - Console - true - true - - - - - CompileAsCpp - CompileAsCpp - CompileAsCpp - CompileAsCpp - - - - - {9b1bd750-1fef-4d6b-9422-782d16181cee} - false - - - {fd335544-52bf-4736-a34e-77f591d158d5} - false - - - - - - \ No newline at end of file -- cgit