|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>VBCSCompiler</AssemblyName>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\..\..\_external\1\35MSSharedLib1024.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\..\Shared\BuildClient.cs" Link="src\Compilers\Shared\BuildClient.cs"/>
<Compile Include="..\..\..\Shared\BuildProtocol.cs" Link="src\Compilers\Shared\BuildProtocol.cs"/>
<Compile Include="..\..\..\Shared\BuildServerConnection.cs" Link="src\Compilers\Shared\BuildServerConnection.cs"/>
<Compile Include="..\..\..\Shared\CompilerServerLogger.cs" Link="src\Compilers\Shared\CompilerServerLogger.cs"/>
<Compile Include="..\..\..\Shared\ConsoleUtil.cs" Link="src\Compilers\Shared\ConsoleUtil.cs"/>
<Compile Include="..\..\..\Shared\ExitingTraceListener.cs" Link="src\Compilers\Shared\ExitingTraceListener.cs"/>
<Compile Include="..\..\..\Shared\NamedPipeUtil.cs" Link="src\Compilers\Shared\NamedPipeUtil.cs"/>
<Compile Include="..\..\..\Shared\NativeMethods.cs" Link="src\Compilers\Shared\NativeMethods.cs"/>
<Compile Include="..\..\..\Shared\RuntimeHostInfo.cs" Link="src\Compilers\Shared\RuntimeHostInfo.cs"/>
<Compile Include="..\AnalyzerConsistencyChecker.cs" Link="src\Compilers\Server\VBCSCompiler\AnalyzerConsistencyChecker.cs"/>
<Compile Include="..\Assembly.cs" Link="src\Compilers\Server\VBCSCompiler\Assembly.cs"/>
<Compile Include="..\BuildProtocolUtil.cs" Link="src\Compilers\Server\VBCSCompiler\BuildProtocolUtil.cs"/>
<Compile Include="..\BuildServerController.cs" Link="src\Compilers\Server\VBCSCompiler\BuildServerController.cs"/>
<Compile Include="..\ClientConnectionHandler.cs" Link="src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs"/>
<Compile Include="..\CompilerRequestHandler.cs" Link="src\Compilers\Server\VBCSCompiler\CompilerRequestHandler.cs"/>
<Compile Include="..\CompletionData.cs" Link="src\Compilers\Server\VBCSCompiler\CompletionData.cs"/>
<Compile Include="..\CSharpCompilerServer.cs" Link="src\Compilers\Server\VBCSCompiler\CSharpCompilerServer.cs"/>
<Compile Include="..\DiagnosticListener.cs" Link="src\Compilers\Server\VBCSCompiler\DiagnosticListener.cs"/>
<Compile Include="..\IClientConnection.cs" Link="src\Compilers\Server\VBCSCompiler\IClientConnection.cs"/>
<Compile Include="..\ICompilerServerHost.cs" Link="src\Compilers\Server\VBCSCompiler\ICompilerServerHost.cs"/>
<Compile Include="..\MemoryHelper.cs" Link="src\Compilers\Server\VBCSCompiler\MemoryHelper.cs"/>
<Compile Include="..\MetadataCache.cs" Link="src\Compilers\Server\VBCSCompiler\MetadataCache.cs"/>
<Compile Include="..\NamedPipeClientConnection.cs" Link="src\Compilers\Server\VBCSCompiler\NamedPipeClientConnection.cs"/>
<Compile Include="..\NamedPipeClientConnectionHost.cs" Link="src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs"/>
<Compile Include="..\ServerDispatcher.cs" Link="src\Compilers\Server\VBCSCompiler\ServerDispatcher.cs"/>
<Compile Include="..\VBCSCompiler.cs" Link="src\Compilers\Server\VBCSCompiler\VBCSCompiler.cs"/>
<Compile Include="..\VisualBasicCompilerServer.cs" Link="src\Compilers\Server\VBCSCompiler\VisualBasicCompilerServer.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\VBCSCompiler-arm64\Release\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" Link="artifacts\obj\VBCSCompiler-arm64\Release\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\VBCSCompiler-arm64\Release\net472\VBCSCompiler-arm64.InternalsVisibleTo.cs" Link="artifacts\obj\VBCSCompiler-arm64\Release\net472\VBCSCompiler-arm64.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\VBCSCompiler-arm64\Release\net472\VBCSCompiler-arm64.AssemblyInfo.cs" Link="artifacts\obj\VBCSCompiler-arm64\Release\net472\VBCSCompiler-arm64.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\..\ref\ea7d290c7857468699932e843f034f0c\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bbd5ce81cf9d4f3c913275d21055c519\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\73ca485b873c4a04a9058160f4cab340\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ac30c42a21c24e538c05be13c97f92e0\Microsoft.CodeAnalysis.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cafb29d5233847fbb4edcf8d7c32b1e3\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b2d1b8bf968e435a8f1bf50ac8adbe27\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7dce6114fa9248aebd41186c2d78c57f\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\033a414fa3a844c28fdb2a8acdd26b68\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3c9e850c90c548a0af7e388089bbdae9\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9830c18b4ae54d3189f16c37283329f2\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\da2502c5079842b19aaf45d431b1301b\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\76e5685aed5642c2b08f6e049526ab12\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\be636da5b9a7459dba9af713d30adf42\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9ec9197d1f7c4c4dbf693e36cfb70674\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\64a5d4a2a4354531b41c65ed5e5534b2\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\77b60af6663e45bf9a2c75ff62f47cba\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\43cc9541a3714a50833c179859aba586\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7df9bef78e0f4dae8fb2a658c86e5d22\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\40dd49b3da7b4fe9aa1fe56059d48289\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5558870a07cd485286f35f30b23bfda7\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6c79620f502f4e7692c81ec44e59e7a0\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\82ca8cb89d1a481badc16322e06a8f03\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a51d290bb29447c7b3e5b8d0df4c4e4e\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\441ee83d10d44a1e8ef73fc3d62bc3b3\netstandard.dll"/>
</ItemGroup>
</Project>
|