Blame SOURCES/roslyn-no-apphost.patch

8c3e2c
Index: a/src/Interactive/csi/csi.csproj
8c3e2c
===================================================================
8c3e2c
--- a/src/Interactive/csi/csi.csproj
8c3e2c
+++ b/src/Interactive/csi/csi.csproj
8c3e2c
@@ -6,6 +6,7 @@
8c3e2c
     <OutputType>Exe</OutputType>
8c3e2c
     <RootNamespace>CSharpInteractive</RootNamespace>
8c3e2c
     <TargetFrameworks>netcoreapp3.1;net472</TargetFrameworks>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
   <ItemGroup Label="Project References">
8c3e2c
     <ProjectReference Include="..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" />
8c3e2c
Index: roslyn.dae39045cd460ba44053ff2af2217da126c25dbf/src/Interactive/vbi/vbi.vbproj
8c3e2c
===================================================================
8c3e2c
--- a/src/Interactive/vbi/vbi.vbproj
8c3e2c
+++ b/src/Interactive/vbi/vbi.vbproj
8c3e2c
@@ -7,6 +7,7 @@
8c3e2c
     <StartupObject>Sub Main</StartupObject>
8c3e2c
     <TargetFrameworks>netcoreapp3.1;net472</TargetFrameworks>
8c3e2c
     <RootNamespace></RootNamespace>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
   <ItemGroup Label="Project References">
8c3e2c
     <ProjectReference Include="..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" />
8c3e2c
Index: roslyn.dae39045cd460ba44053ff2af2217da126c25dbf/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj
8c3e2c
===================================================================
8c3e2c
--- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj
8c3e2c
+++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj
8c3e2c
@@ -14,6 +14,7 @@
8c3e2c
     <RuntimeIdentifiers>$(RoslynPortableRuntimeIdentifiers)</RuntimeIdentifiers>
8c3e2c
     <IsShipping>false</IsShipping>
8c3e2c
     <ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
   <ItemGroup>
8c3e2c
     
8c3e2c
Index: roslyn.dae39045cd460ba44053ff2af2217da126c25dbf/src/Tools/PrepareTests/PrepareTests.csproj
8c3e2c
===================================================================
8c3e2c
--- a/src/Tools/PrepareTests/PrepareTests.csproj
8c3e2c
+++ b/src/Tools/PrepareTests/PrepareTests.csproj
8c3e2c
@@ -7,6 +7,7 @@
8c3e2c
     <SignAssembly>false</SignAssembly>
8c3e2c
     <UseVSHostingProcess>false</UseVSHostingProcess>
8c3e2c
     <IsShipping>false</IsShipping>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
   <ItemGroup>
8c3e2c
     <PackageReference Include="Mono.Options" Version="$(MonoOptionsVersion)" />
8c3e2c
Index: roslyn.dae39045cd460ba44053ff2af2217da126c25dbf/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj
8c3e2c
===================================================================
8c3e2c
--- a/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj
8c3e2c
+++ b/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj
8c3e2c
@@ -11,8 +11,9 @@
8c3e2c
     <AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
8c3e2c
     <TargetFramework>netcoreapp3.1</TargetFramework>
8c3e2c
     <IsShipping>false</IsShipping>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
   <ItemGroup>
8c3e2c
     <None Include="app.config" />
8c3e2c
   </ItemGroup>
8c3e2c
-</Project>
8c3e2c
\ No newline at end of file
8c3e2c
+</Project>
8c3e2c
Index: roslyn.dae39045cd460ba44053ff2af2217da126c25dbf/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj
8c3e2c
===================================================================
8c3e2c
--- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj
8c3e2c
+++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj
8c3e2c
@@ -10,5 +10,6 @@
8c3e2c
     <AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
8c3e2c
     <TargetFramework>netcoreapp3.1</TargetFramework>
8c3e2c
     <IsShipping>false</IsShipping>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
-</Project>
8c3e2c
\ No newline at end of file
8c3e2c
+</Project>
8c3e2c
Index: roslyn.dae39045cd460ba44053ff2af2217da126c25dbf/src/Tools/Source/CompilerGeneratorTools/Source/IOperationGenerator/CompilersIOperationGenerator.csproj
8c3e2c
===================================================================
8c3e2c
--- a/src/Tools/Source/CompilerGeneratorTools/Source/IOperationGenerator/CompilersIOperationGenerator.csproj
8c3e2c
+++ b/src/Tools/Source/CompilerGeneratorTools/Source/IOperationGenerator/CompilersIOperationGenerator.csproj
8c3e2c
@@ -8,5 +8,6 @@
8c3e2c
     <AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
8c3e2c
     <TargetFramework>net5.0</TargetFramework>
8c3e2c
     <IsShipping>false</IsShipping>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
 </Project>
8c3e2c
Index: roslyn.dae39045cd460ba44053ff2af2217da126c25dbf/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj
8c3e2c
===================================================================
8c3e2c
--- a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj
8c3e2c
+++ b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj
8c3e2c
@@ -12,5 +12,6 @@
8c3e2c
     <AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
8c3e2c
     <TargetFramework>netcoreapp3.1</TargetFramework>
8c3e2c
     <IsShipping>false</IsShipping>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
-</Project>
8c3e2c
\ No newline at end of file
8c3e2c
+</Project>
8c3e2c
Index: roslyn.dae39045cd460ba44053ff2af2217da126c25dbf/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj
8c3e2c
===================================================================
8c3e2c
--- a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj
8c3e2c
+++ b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj
8c3e2c
@@ -13,6 +13,7 @@
8c3e2c
     <AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
8c3e2c
     <TargetFramework>netcoreapp3.1</TargetFramework>
8c3e2c
     <IsShipping>false</IsShipping>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
   <ItemGroup>
8c3e2c
     <Compile Include="..\..\..\..\..\Compilers\VisualBasic\Portable\Declarations\DeclarationModifiers.vb" Link="Grammar\DeclarationModifiers.vb" />
8c3e2c
Index: roslyn.dae39045cd460ba44053ff2af2217da126c25dbf/src/Tools/Source/RunTests/RunTests.csproj
8c3e2c
===================================================================
8c3e2c
--- a/src/Tools/Source/RunTests/RunTests.csproj
8c3e2c
+++ b/src/Tools/Source/RunTests/RunTests.csproj
8c3e2c
@@ -7,6 +7,7 @@
8c3e2c
     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
8c3e2c
     <SignAssembly>false</SignAssembly>
8c3e2c
     <IsShipping>false</IsShipping>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
   <ItemGroup>
8c3e2c
     <PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" />