diff options
Diffstat (limited to 'src/matrixOperations/chol')
-rw-r--r-- | src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj (renamed from src/matrixOperations/chol/testDoubleChol/testDoubleChol.vcproj) | 2 | ||||
-rw-r--r-- | src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj (renamed from src/matrixOperations/chol/testFloatChol/testFloatChol.vcproj) | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/matrixOperations/chol/testDoubleChol/testDoubleChol.vcproj b/src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj index b621c455..53fd45dd 100644 --- a/src/matrixOperations/chol/testDoubleChol/testDoubleChol.vcproj +++ b/src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj @@ -60,6 +60,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -132,6 +133,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/src/matrixOperations/chol/testFloatChol/testFloatChol.vcproj b/src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj index 60a001ac..5619631a 100644 --- a/src/matrixOperations/chol/testFloatChol/testFloatChol.vcproj +++ b/src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj @@ -60,6 +60,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -132,6 +133,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
|