| <?xml version="1.0" encoding="utf-8"?>
|
|
|
| <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| <Import Project="Microsoft.Managed.Core.targets"/>
|
|
|
| <Target Name="CoreCompile"
|
| Inputs="$(MSBuildAllProjects);
|
| @(Compile);
|
| @(_CoreCompileResourceInputs);
|
| $(ApplicationIcon);
|
| $(KeyOriginatorFile);
|
| @(ReferencePathWithRefAssemblies);
|
| @(CompiledLicenseFile);
|
| @(LinkResource);
|
| @(EmbeddedDocumentation);
|
| $(Win32Resource);
|
| $(Win32Manifest);
|
| @(CustomAdditionalCompileInputs);
|
| $(ResolvedCodeAnalysisRuleSet);
|
| @(AdditionalFiles);
|
| @(EmbeddedFiles);
|
| @(Analyzer);
|
| @(EditorConfigFiles);
|
| $(SourceLink)"
|
| Outputs="@(DocFileItem);
|
| @(IntermediateAssembly);
|
| @(IntermediateRefAssembly);
|
| @(_DebugSymbolsIntermediatePath);
|
| $(NonExistentFile);
|
| @(CustomAdditionalCompileOutputs)"
|
| Returns="@(VbcCommandLineArgs)"
|
| DependsOnTargets="$(CoreCompileDependsOn);_BeforeVBCSCoreCompile">
|
| <PropertyGroup>
|
| <_NoWarnings Condition="'$(WarningLevel)' == '0'">true</_NoWarnings>
|
| <_NoWarnings Condition="'$(WarningLevel)' == '1'">false</_NoWarnings>
|
| </PropertyGroup>
|
|
|
| <PropertyGroup>
|
|
|
| <PdbFile Condition="'$(PdbFile)' == '' AND '$(OutputType)' == 'winmdobj' AND '$(DebugSymbols)' == 'true'">$(IntermediateOutputPath)$(TargetName).compile.pdb</PdbFile>
|
| </PropertyGroup>
|
|
|
|
|
| <Vbc Condition="'%(_CoreCompileResourceInputs.WithCulture)' != 'true'"
|
| AdditionalLibPaths="$(AdditionalLibPaths)"
|
| AddModules="@(AddModules)"
|
| AdditionalFiles="@(AdditionalFiles)"
|
| AnalyzerConfigFiles="@(EditorConfigFiles)"
|
| Analyzers="@(Analyzer)"
|
| BaseAddress="$(BaseAddress)"
|
| ChecksumAlgorithm="$(ChecksumAlgorithm)"
|
| CodeAnalysisRuleSet="$(ResolvedCodeAnalysisRuleSet)"
|
| CodePage="$(CodePage)"
|
| DebugType="$(DebugType)"
|
| DefineConstants="$(FinalDefineConstants)"
|
| DelaySign="$(DelaySign)"
|
| DisableSdkPath="$(DisableSdkPath)"
|
| DisabledWarnings="$(NoWarn)"
|
| DocumentationFile="@(DocFileItem)"
|
| EmbedAllSources="$(EmbedAllSources)"
|
| EmbeddedFiles="@(EmbeddedFiles)"
|
| EmitDebugInformation="$(DebugSymbols)"
|
| EnvironmentVariables="$(VbcEnvironment)"
|
| ErrorLog="$(ErrorLog)"
|
| ErrorReport="$(ErrorReport)"
|
| Features="$(Features)"
|
| FileAlignment="$(FileAlignment)"
|
| GenerateDocumentation="$(GenerateDocumentation)"
|
| GeneratedFilesOutputPath="$(CompilerGeneratedFilesOutputPath)"
|
| HighEntropyVA="$(HighEntropyVA)"
|
| Imports="@(Import)"
|
| Instrument="$(Instrument)"
|
| KeyContainer="$(KeyContainerName)"
|
| KeyFile="$(KeyOriginatorFile)"
|
| LangVersion="$(LangVersion)"
|
| LinkResources="@(LinkResource)"
|
| MainEntryPoint="$(StartupObject)"
|
| ModuleAssemblyName="$(ModuleAssemblyName)"
|
| NoConfig="true"
|
| NoStandardLib="$(NoCompilerStandardLib)"
|
| NoVBRuntimeReference="$(NoVBRuntimeReference)"
|
| NoWarnings="$(_NoWarnings)"
|
| NoWin32Manifest="$(NoWin32Manifest)"
|
| Optimize="$(Optimize)"
|
| Deterministic="$(Deterministic)"
|
| PublicSign="$(PublicSign)"
|
| OptionCompare="$(OptionCompare)"
|
| OptionExplicit="$(OptionExplicit)"
|
| OptionInfer="$(OptionInfer)"
|
| OptionStrict="$(OptionStrict)"
|
| OptionStrictType="$(OptionStrictType)"
|
| OutputAssembly="@(IntermediateAssembly)"
|
| OutputRefAssembly="@(IntermediateRefAssembly)"
|
| PdbFile="$(PdbFile)"
|
| Platform="$(PlatformTarget)"
|
| Prefer32Bit="$(Prefer32Bit)"
|
| PreferredUILang="$(PreferredUILang)"
|
| ProjectName="$(MSBuildProjectName)"
|
| ProvideCommandLineArgs="$(ProvideCommandLineArgs)"
|
| References="@(ReferencePathWithRefAssemblies)"
|
| RefOnly="$(ProduceOnlyReferenceAssembly)"
|
| RemoveIntegerChecks="$(RemoveIntegerChecks)"
|
| ReportAnalyzer="$(ReportAnalyzer)"
|
| ReportIVTs="$(ReportIVTs)"
|
| Resources="@(_CoreCompileResourceInputs);@(CompiledLicenseFile)"
|
| ResponseFiles="$(CompilerResponseFile)"
|
| RootNamespace="$(RootNamespace)"
|
| RuntimeMetadataVersion="$(RuntimeMetadataVersion)"
|
| SdkPath="$(FrameworkPathOverride)"
|
| SharedCompilationId="$(SharedCompilationId)"
|
| SkipAnalyzers="$(_SkipAnalyzers)"
|
| SkipCompilerExecution="$(SkipCompilerExecution)"
|
| Sources="@(Compile)"
|
| SubsystemVersion="$(SubsystemVersion)"
|
| TargetCompactFramework="$(TargetCompactFramework)"
|
| TargetType="$(OutputType)"
|
| TargetFramework="$(TargetFramework)"
|
| ToolExe="$(VbcToolExe)"
|
| ToolPath="$(VbcToolPath)"
|
| TreatWarningsAsErrors="$(TreatWarningsAsErrors)"
|
| UseHostCompilerIfAvailable="$(UseHostCompilerIfAvailable)"
|
| UseSharedCompilation="$(UseSharedCompilation)"
|
| Utf8Output="$(Utf8Output)"
|
| VBRuntimePath="$(VBRuntimePath)"
|
| Verbosity="$(VbcVerbosity)"
|
| VsSessionGuid="$(VsSessionGuid)"
|
| WarningsAsErrors="$(WarningsAsErrors)"
|
| WarningsNotAsErrors="$(WarningsNotAsErrors)"
|
| Win32Icon="$(ApplicationIcon)"
|
| Win32Manifest="$(Win32Manifest)"
|
| Win32Resource="$(Win32Resource)"
|
| VBRuntime="$(VBRuntime)"
|
| PathMap="$(PathMap)"
|
| SourceLink="$(SourceLink)">
|
| <Output TaskParameter="CommandLineArgs" ItemName="VbcCommandLineArgs" />
|
| </Vbc>
|
| <ItemGroup>
|
| <_CoreCompileResourceInputs Remove="@(_CoreCompileResourceInputs)" />
|
| </ItemGroup>
|
|
|
| <CallTarget Targets="$(TargetsTriggeredByCompilation)" Condition="'$(TargetsTriggeredByCompilation)' != ''" />
|
| </Target>
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| <PropertyGroup>
|
| <CommandLineArgsForDesignTimeEvaluation>-langversion:$(LangVersion)</CommandLineArgsForDesignTimeEvaluation>
|
| <CommandLineArgsForDesignTimeEvaluation Condition="'$(ChecksumAlgorithm)' != ''">$(CommandLineArgsForDesignTimeEvaluation) -checksumalgorithm:$(ChecksumAlgorithm)</CommandLineArgsForDesignTimeEvaluation>
|
| <CommandLineArgsForDesignTimeEvaluation Condition="'$(FinalDefineConstants)' != ''">$(CommandLineArgsForDesignTimeEvaluation) -define:$(FinalDefineConstants)</CommandLineArgsForDesignTimeEvaluation>
|
| </PropertyGroup>
|
| </Project>
|
|
|