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