diff options
Diffstat (limited to 'src/matrixOperations/logm')
-rw-r--r-- | src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj | 2 | ||||
-rw-r--r-- | src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj b/src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj index 455bc07c..ca54a7c6 100644 --- a/src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj +++ b/src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj @@ -61,6 +61,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -134,6 +135,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj b/src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj index 910bc0d5..c65559b8 100644 --- a/src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj +++ b/src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj @@ -61,6 +61,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -134,6 +135,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
|