cf9967bcd2
* Add fsc to distribution * update package * Update compiler version * I'm not sure these do anything usefull * Reenable f# new project tests * Revert "Reenable f# new project tests" This reverts commit 34d294ec8c42145cf8cf0af166f9dfc8ee51b6f8. * merge * Update fsharp version * Update compiler version * Review feedback * review feedback * Update DependencyVersions.props
22 lines
1.9 KiB
XML
22 lines
1.9 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<BaseOutputDirectory>$(RepoRoot)/artifacts/$(Rid)</BaseOutputDirectory>
|
|
<OutputDirectory>$(BaseOutputDirectory)/stage2</OutputDirectory>
|
|
<Stage2WithBackwardsCompatibleRuntimesOutputDirectory>$(BaseOutputDirectory)/stage2WithBackwardsCompatibleRuntimes</Stage2WithBackwardsCompatibleRuntimesOutputDirectory>
|
|
<SdkOutputDirectory>$(OutputDirectory)/sdk/$(SdkVersion)</SdkOutputDirectory>
|
|
<SymbolsDirectory>$(BaseOutputDirectory)/stage2symbols</SymbolsDirectory>
|
|
<RoslynDirectory>$(SdkOutputDirectory)/Roslyn</RoslynDirectory>
|
|
<FSharpDirectory>$(SdkOutputDirectory)/FSharp</FSharpDirectory>
|
|
<CompilationDirectory>$(BaseOutputDirectory)/stage2compilation</CompilationDirectory>
|
|
<IntermediateDirectory>$(BaseOutputDirectory)/intermediate</IntermediateDirectory>
|
|
<PackagesDirectory>$(BaseOutputDirectory)/packages</PackagesDirectory>
|
|
<SharedFrameworkPublishDirectory>$(IntermediateDirectory)/sharedFrameworkPublish</SharedFrameworkPublishDirectory>
|
|
<!-- The 'AspNetRuntimePackageStorePublishDirectory' needs to be very short due to path length constraints on Win8.1 -->
|
|
<AspNetRuntimePackageStorePublishDirectory>$(BaseOutputDirectory)/AspRT</AspNetRuntimePackageStorePublishDirectory>
|
|
<BackwardsCompatibleSharedFrameworksPublishDirectory>$(IntermediateDirectory)/backwardsCompatibleSharedFrameworksPublish</BackwardsCompatibleSharedFrameworksPublishDirectory>
|
|
<TestOutputDir>$(RepoRoot)/artifacts/testpackages/</TestOutputDir>
|
|
<DotnetInOutputDirectory>$(OutputDirectory)/dotnet$(ExeExtension)</DotnetInOutputDirectory>
|
|
<GeneratedMSBuildExtensionsDirectory>$(IntermediateDirectory)/GeneratedMSBuildExtensions</GeneratedMSBuildExtensionsDirectory>
|
|
<SdkResolverOutputDirectory>$(IntermediateDirectory)/MSBuildSdkResolver</SdkResolverOutputDirectory>
|
|
</PropertyGroup>
|
|
</Project>
|