diff --git a/src/Compilers/CSharp/csc/App.config b/src/Compilers/CSharp/csc/App.config index 15481f0b84175..0b8bc41dc17f4 100644 --- a/src/Compilers/CSharp/csc/App.config +++ b/src/Compilers/CSharp/csc/App.config @@ -2,6 +2,9 @@ + + + diff --git a/src/Compilers/Server/VBCSCompiler/App.config b/src/Compilers/Server/VBCSCompiler/App.config index 8b142580b9e39..7db1af7cfaef3 100644 --- a/src/Compilers/Server/VBCSCompiler/App.config +++ b/src/Compilers/Server/VBCSCompiler/App.config @@ -2,6 +2,9 @@ + + + diff --git a/src/Compilers/VisualBasic/vbc/App.config b/src/Compilers/VisualBasic/vbc/App.config index 15481f0b84175..0b8bc41dc17f4 100644 --- a/src/Compilers/VisualBasic/vbc/App.config +++ b/src/Compilers/VisualBasic/vbc/App.config @@ -2,6 +2,9 @@ + + + diff --git a/src/Interactive/csi/App.config b/src/Interactive/csi/App.config new file mode 100644 index 0000000000000..442bfd2d9b621 --- /dev/null +++ b/src/Interactive/csi/App.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Interactive/csi/csi.csproj b/src/Interactive/csi/csi.csproj index d9201fa99e705..ed6b8a2b4942d 100644 --- a/src/Interactive/csi/csi.csproj +++ b/src/Interactive/csi/csi.csproj @@ -34,6 +34,7 @@ + PreserveNewest diff --git a/src/Interactive/vbi/App.config b/src/Interactive/vbi/App.config new file mode 100644 index 0000000000000..442bfd2d9b621 --- /dev/null +++ b/src/Interactive/vbi/App.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Interactive/vbi/vbi.vbproj b/src/Interactive/vbi/vbi.vbproj index a0564aa98f7c1..96953215f84d4 100644 --- a/src/Interactive/vbi/vbi.vbproj +++ b/src/Interactive/vbi/vbi.vbproj @@ -34,6 +34,7 @@ + PreserveNewest