diff --git a/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj b/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj index 0a14c49908045963aa6f160b86400bc4f3f08b7b..0e632f6614dff3c8ac3a3222a6902cdb85c5c9ed 100644 --- a/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj +++ b/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj @@ -92,6 +92,7 @@ csc.rsp + diff --git a/src/Compilers/CSharp/Test/CommandLine/app.config b/src/Compilers/CSharp/Test/CommandLine/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/CSharp/Test/CommandLine/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj b/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj index 17d6b425fa288f6761f987997d9d1be45c72580e..73a94bdb8917342558ee54a44cc20baad4021a68 100644 --- a/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj +++ b/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj @@ -184,6 +184,7 @@ + diff --git a/src/Compilers/CSharp/Test/Emit/app.config b/src/Compilers/CSharp/Test/Emit/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/CSharp/Test/Emit/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj b/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj index 25fc180195dd6fb451172b3f0dc31e874c15bd2d..86639cb65bc44442e8c5f6ed2491b523bf14329f 100644 --- a/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj +++ b/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj @@ -135,6 +135,7 @@ + diff --git a/src/Compilers/CSharp/Test/Semantic/app.config b/src/Compilers/CSharp/Test/Semantic/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/CSharp/Test/Semantic/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj b/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj index af46d7e84339a67353fc9de314dae3299ba25604..5e58f2e0db279f41f265bfe652a45d3ff8a11785 100644 --- a/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj +++ b/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj @@ -189,6 +189,7 @@ + diff --git a/src/Compilers/CSharp/Test/Symbol/app.config b/src/Compilers/CSharp/Test/Symbol/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/CSharp/Test/Symbol/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj b/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj index 35dd3936d5ca170c532b6ffd83c8eac66bf4c7c1..63cc2a48513b11793e7bd87e51af27d95ce6249e 100644 --- a/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj +++ b/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj @@ -163,6 +163,7 @@ + diff --git a/src/Compilers/CSharp/Test/Syntax/app.config b/src/Compilers/CSharp/Test/Syntax/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/CSharp/Test/Syntax/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj b/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj index 11dde9b404dfab44e324b4138d37b7365f5cb6a9..c8954dbc2e91f55ce591a77de576264a8f38fc5e 100644 --- a/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj +++ b/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj @@ -55,6 +55,7 @@ + diff --git a/src/Compilers/CSharp/Test/WinRT/app.config b/src/Compilers/CSharp/Test/WinRT/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/CSharp/Test/WinRT/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj b/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj index 033392834f5a5450d17ce24d1036684fb207e5ed..1b7ced217081a82b15dc145ada9b0e2df3b50db7 100644 --- a/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj +++ b/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj @@ -165,6 +165,7 @@ + diff --git a/src/Compilers/Core/CodeAnalysisTest/app.config b/src/Compilers/Core/CodeAnalysisTest/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/Core/CodeAnalysisTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj b/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj index 8314aae75e079eeb4da43041f36c7e0f48cbbd4e..9fd25bfacb2d0e58c651e4c5c07fdfc84f76e7b9 100644 --- a/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj +++ b/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj @@ -96,6 +96,7 @@ + diff --git a/src/Compilers/Core/MSBuildTaskTests/app.config b/src/Compilers/Core/MSBuildTaskTests/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/Core/MSBuildTaskTests/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/Core/VBCSCompilerTests/VBCSCompilerTests.csproj b/src/Compilers/Core/VBCSCompilerTests/VBCSCompilerTests.csproj index 321cab88b98c7c413067a4425b2f4f0623978905..24bdde1a147c7bdec9acdbdcec6d9ed5f063c18a 100644 --- a/src/Compilers/Core/VBCSCompilerTests/VBCSCompilerTests.csproj +++ b/src/Compilers/Core/VBCSCompilerTests/VBCSCompilerTests.csproj @@ -111,6 +111,7 @@ + diff --git a/src/Compilers/Core/VBCSCompilerTests/app.config b/src/Compilers/Core/VBCSCompilerTests/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/Core/VBCSCompilerTests/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj b/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj index d7bf32d01ebe61f11c8b77bb368e592d2abf1610..15764e8e34501ea8756598611efc338cb0acf836 100644 --- a/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj +++ b/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj @@ -92,6 +92,7 @@ + diff --git a/src/Compilers/Test/Utilities/CSharp/app.config b/src/Compilers/Test/Utilities/CSharp/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/Test/Utilities/CSharp/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj b/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj index aef254c79261db5fa42844786f356341a5ef925a..86b9e075b33ba94c7e5ac26737c05c88426853b0 100644 --- a/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj +++ b/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj @@ -118,6 +118,7 @@ + diff --git a/src/Compilers/Test/Utilities/VisualBasic/app.config b/src/Compilers/Test/Utilities/VisualBasic/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/Test/Utilities/VisualBasic/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj b/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj index 5486278d9fabea0ddf155eb9735748b8f8075be5..21f9f161910136cf319bae009fd3ecdfeedc7348 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj +++ b/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj @@ -128,6 +128,7 @@ My Settings.Designer.vb + diff --git a/src/Compilers/VisualBasic/Test/CommandLine/app.config b/src/Compilers/VisualBasic/Test/CommandLine/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/VisualBasic/Test/CommandLine/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj b/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj index 1e2c79b9c97564ffcc2c1ea377e294abc7b1aa4a..9ddd8fb998e4caf5e899c2b14451bf4bc7ade765 100644 --- a/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj @@ -255,6 +255,7 @@ + diff --git a/src/Compilers/VisualBasic/Test/Emit/app.config b/src/Compilers/VisualBasic/Test/Emit/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/VisualBasic/Test/Emit/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj b/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj index 23ec639e36727b66553c8130656f0d37a0114f6e..3bd042e5ce107f7032604a45540d7e54d2677903 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj @@ -222,6 +222,7 @@ + diff --git a/src/Compilers/VisualBasic/Test/Semantic/app.config b/src/Compilers/VisualBasic/Test/Semantic/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/VisualBasic/Test/Semantic/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj b/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj index e112ae574a185dd29867b019de911f3e39700b5d..eaa7326b1edf4375e4fc58b75b02cda2501cf6d1 100644 --- a/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj @@ -173,6 +173,7 @@ + diff --git a/src/Compilers/VisualBasic/Test/Symbol/app.config b/src/Compilers/VisualBasic/Test/Symbol/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/VisualBasic/Test/Symbol/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj b/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj index f3d36e7a7da3e118378e93ee9dfd36607865a9de..93ce79ccbdd8202e7227bad44c785f3347958d36 100644 --- a/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj @@ -147,6 +147,7 @@ + diff --git a/src/Compilers/VisualBasic/Test/Syntax/app.config b/src/Compilers/VisualBasic/Test/Syntax/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Compilers/VisualBasic/Test/Syntax/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Microsoft.DiaSymReader.PortablePdb.UnitTests.csproj b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Microsoft.DiaSymReader.PortablePdb.UnitTests.csproj index 9b45959998f2c50ce5a33f8033add12da3877332..f16306d569f526be18d2e595e0c48b0044b7b62d 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Microsoft.DiaSymReader.PortablePdb.UnitTests.csproj +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Microsoft.DiaSymReader.PortablePdb.UnitTests.csproj @@ -103,6 +103,7 @@ + diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/app.config b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/EditorFeatures/CSharpTest/app.config b/src/EditorFeatures/CSharpTest/app.config index 5456dae4dc6f883533352673130d69dc413bc63b..54f07776a53fd38187e728ad75f5edc1b6879570 100644 --- a/src/EditorFeatures/CSharpTest/app.config +++ b/src/EditorFeatures/CSharpTest/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/EditorFeatures/Test/app.config b/src/EditorFeatures/Test/app.config index 5456dae4dc6f883533352673130d69dc413bc63b..54f07776a53fd38187e728ad75f5edc1b6879570 100644 --- a/src/EditorFeatures/Test/app.config +++ b/src/EditorFeatures/Test/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/EditorFeatures/Test2/app.config b/src/EditorFeatures/Test2/app.config index 5456dae4dc6f883533352673130d69dc413bc63b..54f07776a53fd38187e728ad75f5edc1b6879570 100644 --- a/src/EditorFeatures/Test2/app.config +++ b/src/EditorFeatures/Test2/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj b/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj index bc2f05c99bb30efdd24f0637eba7059995bac903..fea235b4c6758e2507918e35edf5dc36770de701 100644 --- a/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj +++ b/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj @@ -87,6 +87,7 @@ + diff --git a/src/EditorFeatures/TestUtilities/app.config b/src/EditorFeatures/TestUtilities/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/EditorFeatures/TestUtilities/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/EditorFeatures/VisualBasicTest/app.config b/src/EditorFeatures/VisualBasicTest/app.config index 5456dae4dc6f883533352673130d69dc413bc63b..54f07776a53fd38187e728ad75f5edc1b6879570 100644 --- a/src/EditorFeatures/VisualBasicTest/app.config +++ b/src/EditorFeatures/VisualBasicTest/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj index f137fed5563284b6f7a032076e469999327c3a8e..082252c6450f0200e573c9f4d1897b6109b50af3 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj @@ -102,6 +102,7 @@ + diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/app.config b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj index 2b9e584fde9de1a1f88493fc549e496ba1c12b63..5d4f3b9d7b6381a3ab3e95976cbc67bac40fbf85 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj @@ -101,6 +101,7 @@ + diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/app.config b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj index b2a12c15f4d0840df7d6c60446611b47a6c10a0c..7066df070806c9b4532965fec0326cc31e6919ff 100644 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj @@ -77,6 +77,7 @@ + diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/app.config b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj b/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj index 54c9032c46e581b38a6330124de35183afcf1a7c..9adbbeb4ea895f9293ddc192d7256ae16c3b4042 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj @@ -158,6 +158,7 @@ + diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/app.config b/src/ExpressionEvaluator/Core/Test/ResultProvider/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj index b8fd397d9162bd4029008f6a1d2b27a2892ac1c6..cf30047f8cee1b20921fc560c97df5157a9103cc 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj @@ -113,6 +113,7 @@ + diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/app.config b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj index fa0e296bef3430a0e3ea0f02a9a707ac29b2bfbb..77ec44d92561f1af0b2ee462d22b20c183e3d21f 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj @@ -91,6 +91,7 @@ + diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/app.config b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Interactive/HostTest/InteractiveHostTest.csproj b/src/Interactive/HostTest/InteractiveHostTest.csproj index 527432cd4465adb6a1232cd715ef8fff4989c35f..06b5ca497ea55a220d579d154c8ba7984ee3beb3 100644 --- a/src/Interactive/HostTest/InteractiveHostTest.csproj +++ b/src/Interactive/HostTest/InteractiveHostTest.csproj @@ -108,6 +108,7 @@ + diff --git a/src/Interactive/HostTest/app.config b/src/Interactive/HostTest/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Interactive/HostTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj b/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj index 714cb22d7b46e71801c603bb28a3303af33be3e9..efca6680dc448546a00400865cfc1d138ba88424 100644 --- a/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj +++ b/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj @@ -87,6 +87,7 @@ + diff --git a/src/InteractiveWindow/EditorTest/app.config b/src/InteractiveWindow/EditorTest/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/InteractiveWindow/EditorTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj index 28e96a5a0b1036fd2ed8a0419730ec262f0d43f7..b475786361f7b4cea25cda7366940cbcd2c88558 100644 --- a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj @@ -17,6 +17,7 @@ v4.5.2 + diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/app.config b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Samples/CSharp/MakeConst/Test/MakeConstCS.UnitTests.csproj b/src/Samples/CSharp/MakeConst/Test/MakeConstCS.UnitTests.csproj index e6bb6bf78ec30ab93768dc8b33ebd196252fcfce..d5bb6be3b9f020303f5c26674ad057ec92a09563 100644 --- a/src/Samples/CSharp/MakeConst/Test/MakeConstCS.UnitTests.csproj +++ b/src/Samples/CSharp/MakeConst/Test/MakeConstCS.UnitTests.csproj @@ -17,6 +17,7 @@ v4.5.2 + diff --git a/src/Samples/CSharp/MakeConst/Test/app.config b/src/Samples/CSharp/MakeConst/Test/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Samples/CSharp/MakeConst/Test/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj b/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj index b73c58ecdc2a8cb3f2295488b526706534bfbae7..34f3b22a2436519aff0657c52b5808bc72d601e1 100644 --- a/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj +++ b/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj @@ -59,6 +59,7 @@ + diff --git a/src/Samples/Shared/UnitTestFramework/app.config b/src/Samples/Shared/UnitTestFramework/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Samples/Shared/UnitTestFramework/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj index dfd6ac9abb2b88b88ce3ec615b700a4e6301f153..29e170d9db5f29a84d26dab668c95e56980758a4 100644 --- a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj @@ -72,6 +72,7 @@ + diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/app.config b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj index c3161383cfaedd5759dfc19e5519501520893d87..7d003192cf9781215c80ffd358b50f1cc01e8c29 100644 --- a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj @@ -56,6 +56,7 @@ + diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/app.config b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Samples/VisualBasic/MakeConst/Test/MakeConstVB.UnitTests.vbproj b/src/Samples/VisualBasic/MakeConst/Test/MakeConstVB.UnitTests.vbproj index d2313a74bac5ca4b4d294800ed620f050635196c..e340c166f5183c1073ae6f8b9256380c0ca1b4aa 100644 --- a/src/Samples/VisualBasic/MakeConst/Test/MakeConstVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/MakeConst/Test/MakeConstVB.UnitTests.vbproj @@ -78,6 +78,7 @@ + diff --git a/src/Samples/VisualBasic/MakeConst/Test/app.config b/src/Samples/VisualBasic/MakeConst/Test/app.config new file mode 100644 index 0000000000000000000000000000000000000000..6c21467b7bbec1080161ed933cfa823073617681 --- /dev/null +++ b/src/Samples/VisualBasic/MakeConst/Test/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Scripting/CSharpTest/CSharpScriptingTest.csproj b/src/Scripting/CSharpTest/CSharpScriptingTest.csproj index af2e17626f18ae0191c8df4cdfbf6a65b0cbdd8b..3a11d36e472b1135bf8644e53d0579e7c55f3fd9 100644 --- a/src/Scripting/CSharpTest/CSharpScriptingTest.csproj +++ b/src/Scripting/CSharpTest/CSharpScriptingTest.csproj @@ -70,6 +70,7 @@ + diff --git a/src/Scripting/CSharpTest/app.config b/src/Scripting/CSharpTest/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Scripting/CSharpTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Scripting/CoreTest/ScriptingTest.csproj b/src/Scripting/CoreTest/ScriptingTest.csproj index d4c12af9016e4ecae39fbc043b0bc384a00b18f6..9cf385d557af83030f54ad074614ac4249b06b10 100644 --- a/src/Scripting/CoreTest/ScriptingTest.csproj +++ b/src/Scripting/CoreTest/ScriptingTest.csproj @@ -67,6 +67,10 @@ + + + + diff --git a/src/Scripting/CoreTest/app.config b/src/Scripting/CoreTest/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Scripting/CoreTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj b/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj index bbbe8c9a0daf64cc2384506ee8128f6183701c1c..3e67f73948d49c8b978f56f72fa5b81f888091a4 100644 --- a/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj +++ b/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj @@ -63,6 +63,7 @@ + diff --git a/src/Scripting/VisualBasicTest/app.config b/src/Scripting/VisualBasicTest/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Scripting/VisualBasicTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Test/Utilities/App.config b/src/Test/Utilities/App.config new file mode 100644 index 0000000000000000000000000000000000000000..1fbaaf067c7c9fddd2c9e9bbdb9a3265317867cd --- /dev/null +++ b/src/Test/Utilities/App.config @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj b/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj index 97d730025f77c743631f0ddada6977479bd8fd8c..bd0f6dd3505f7a986b199e873519d9255f2da721 100644 --- a/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj +++ b/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj @@ -161,6 +161,7 @@ + diff --git a/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj b/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj index 132933b57544d432ca53312830f104ccbccbc855..b8c46a4a39039abe2e2b44e4b4ea49ee653f82b4 100644 --- a/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj +++ b/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj @@ -65,6 +65,7 @@ +<<<<<<< HEAD true ..\..\..\..\Binaries\Debug\amd64 @@ -86,6 +87,8 @@ prompt MinimumRecommendedRules.ruleset +======= +>>>>>>> This adds xUnit config settings per Unit Test Assembly @@ -129,6 +132,7 @@ + diff --git a/src/Test/Utilities/Portable/TestUtilities.csproj b/src/Test/Utilities/Portable/TestUtilities.csproj index a567c21d98483b7e5d140445dd1dad1e9f7c088b..312aba29922f48b194c3d411fb9b5e32ea92306b 100644 --- a/src/Test/Utilities/Portable/TestUtilities.csproj +++ b/src/Test/Utilities/Portable/TestUtilities.csproj @@ -113,6 +113,7 @@ + diff --git a/src/VisualStudio/CSharp/Test/app.config b/src/VisualStudio/CSharp/Test/app.config index 5456dae4dc6f883533352673130d69dc413bc63b..54f07776a53fd38187e728ad75f5edc1b6879570 100644 --- a/src/VisualStudio/CSharp/Test/app.config +++ b/src/VisualStudio/CSharp/Test/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/VisualStudio/Core/Test/app.config b/src/VisualStudio/Core/Test/app.config index 5456dae4dc6f883533352673130d69dc413bc63b..54f07776a53fd38187e728ad75f5edc1b6879570 100644 --- a/src/VisualStudio/Core/Test/app.config +++ b/src/VisualStudio/Core/Test/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/Workspaces/CSharpTest/CSharpServicesTest.csproj b/src/Workspaces/CSharpTest/CSharpServicesTest.csproj index fb5fcd89c27c67d5c11d950216a7f60724d8a3e7..7a23f57ec7236e60203c1d2791df0aef3b2ec947 100644 --- a/src/Workspaces/CSharpTest/CSharpServicesTest.csproj +++ b/src/Workspaces/CSharpTest/CSharpServicesTest.csproj @@ -70,6 +70,7 @@ + diff --git a/src/Workspaces/CSharpTest/app.config b/src/Workspaces/CSharpTest/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Workspaces/CSharpTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Workspaces/CoreTest/app.config b/src/Workspaces/CoreTest/app.config index 390201d87c3a7348a8ab969d3fd7b848f233e6e8..3ade2c54136c11bc8714f779e5f133f00d56d545 100644 --- a/src/Workspaces/CoreTest/app.config +++ b/src/Workspaces/CoreTest/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj b/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj index 4974fc22e8237c0ce591a47715339a79bc733f77..3d322fee287dda498ff2d701fc8012a96fe9b81a 100644 --- a/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj +++ b/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj @@ -98,6 +98,7 @@ + diff --git a/src/Workspaces/VisualBasicTest/app.config b/src/Workspaces/VisualBasicTest/app.config new file mode 100644 index 0000000000000000000000000000000000000000..5860c794e48e28cecf78c87a36444e5f48195de5 --- /dev/null +++ b/src/Workspaces/VisualBasicTest/app.config @@ -0,0 +1,8 @@ + + + + + + + +