summaryrefslogtreecommitdiff
path: root/src/matrixOperations
diff options
context:
space:
mode:
Diffstat (limited to 'src/matrixOperations')
-rw-r--r--src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj2
-rw-r--r--src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj2
-rw-r--r--src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj2
-rw-r--r--src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj2
-rw-r--r--src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj2
-rw-r--r--src/matrixOperations/jmat/test_Jmat/testJmat.vcproj2
-rw-r--r--src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj2
-rw-r--r--src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj2
-rw-r--r--src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj2
-rw-r--r--src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj2
-rw-r--r--src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj2
-rw-r--r--src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj2
-rw-r--r--src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj2
-rw-r--r--src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj2
-rw-r--r--src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj2
-rw-r--r--src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj2
-rw-r--r--src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj2
-rw-r--r--src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj2
-rw-r--r--src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj2
-rw-r--r--src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj2
20 files changed, 40 insertions, 0 deletions
diff --git a/src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj b/src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj
index 1f06ae78..c791051e 100644
--- a/src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj
+++ b/src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.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/eye/test_MatrixEye/testMatrixEye.vcproj b/src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj
index e32fc0a3..cfa315b2 100644
--- a/src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj
+++ b/src/matrixOperations/eye/test_MatrixEye/testMatrixEye.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/fill/test_DoubleFill/testDoubleFill.vcproj b/src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj
index 61635de7..f3c3b0d5 100644
--- a/src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj
+++ b/src/matrixOperations/fill/test_DoubleFill/testDoubleFill.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/fill/test_FloatFill/testFloatFill.vcproj b/src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj
index f2e44a66..cb02172f 100644
--- a/src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj
+++ b/src/matrixOperations/fill/test_FloatFill/testFloatFill.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/hilbert/test_Hilbert/testHilbert.vcproj b/src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj
index d1a907f0..d6871fae 100644
--- a/src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj
+++ b/src/matrixOperations/hilbert/test_Hilbert/testHilbert.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/jmat/test_Jmat/testJmat.vcproj b/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj
index ac0fbc21..c944b275 100644
--- a/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj
+++ b/src/matrixOperations/jmat/test_Jmat/testJmat.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_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"
diff --git a/src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj b/src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj
index d0cc8910..c561e39e 100644
--- a/src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj
+++ b/src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.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/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj b/src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj
index a3788c05..dd1cd7ca 100644
--- a/src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj
+++ b/src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.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/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj b/src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj
index 9596f830..cc9c464c 100644
--- a/src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj
+++ b/src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.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/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj b/src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj
index 2ebe4228..26c2bc64 100644
--- a/src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj
+++ b/src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.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/powm/test_DoublePowm/testDoublePowm.vcproj b/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj
index 629ce6b4..a39a73dc 100644
--- a/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj
+++ b/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.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/powm/test_FloatPowm/testFloatPowm.vcproj b/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj
index 99f1c164..157a3f20 100644
--- a/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj
+++ b/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.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/spec/test_DoubleSpec/testDoubleSpec.vcproj b/src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj
index 86aae56f..20b76e2a 100644
--- a/src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj
+++ b/src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.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/spec/test_FloatSpec/testFloatSpec.vcproj b/src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj
index 9e2f2df7..e6c28fc7 100644
--- a/src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj
+++ b/src/matrixOperations/spec/test_FloatSpec/testFloatSpec.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/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj b/src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj
index 420345ca..3cf54a58 100644
--- a/src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj
+++ b/src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.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/spec2/test_FloatSpec2/testFloatSpec2.vcproj b/src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj
index 5e5dccfa..926e3003 100644
--- a/src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj
+++ b/src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.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/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj b/src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj
index 028d7081..0231b30a 100644
--- a/src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj
+++ b/src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.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/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj b/src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj
index 25faedef..ad9fb38b 100644
--- a/src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj
+++ b/src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.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"