You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
This commit is contained in:
parent
4bdbaf4a88
commit
966bba02bb
11
external/corefx/build.proj
vendored
11
external/corefx/build.proj
vendored
@@ -16,6 +16,7 @@
|
||||
<ItemGroup>
|
||||
<Project Include="external\dir.proj" />
|
||||
<Project Include="src\dirs.proj" />
|
||||
<Project Include="src\tests.builds" Condition="'$(BuildTests)'=='true'" />
|
||||
<!-- signing must happen before packaging -->
|
||||
<Project Include="src\sign.builds" />
|
||||
<Project Include="src\packages.builds" Condition="'$(BuildPackages)'=='true'" />
|
||||
@@ -62,9 +63,15 @@
|
||||
<Target Name="UpdateVSConfigurations" DependsOnTargets="BuildCoreFxTools">
|
||||
<Message Importance="High" Text="Updating configurations for projects ..." />
|
||||
<ItemGroup>
|
||||
<_projectsToUpdate Include="$(MSBuildThisFileDirectory)src/**/*.*proj" Exclude="@(ProjectExclusions)" />
|
||||
<_projectsToUpdate Include="$(MSBuildThisFileDirectory)src/**/*.*csproj" Exclude="@(_projectsToExcludeFromUpdate)" />
|
||||
<_projectsToUpdate Include="$(MSBuildThisFileDirectory)src/**/*.*ilproj" Exclude="@(_projectsToExcludeFromUpdate)" />
|
||||
<_solutionsToUpdateFiles Include="$(MSBuildThisFileDirectory)src/*/dir.props" />
|
||||
<_solutionsToUpdate Include="@(_solutionsToUpdateFiles->'%(RootDir)%(Directory)')" Exclude="@(_solutionsToExcludeFromUpdate)" />
|
||||
<_solutionsToUpdate Include="$(MSBuildThisFileDirectory)src/System.ServiceProcess.ServiceController/" >
|
||||
<ExcludePattern>TestNativeService</ExcludePattern>
|
||||
</_solutionsToUpdate>
|
||||
</ItemGroup>
|
||||
<UpdateVSConfigurations ProjectsToValidate="@(_projectsToUpdate)" />
|
||||
<UpdateVSConfigurations ProjectsToUpdate="@(_projectsToUpdate)" SolutionsToUpdate="@(_solutionsToUpdate)" />
|
||||
<Message Importance="High" Text="Updating configurations for projects ... Done." />
|
||||
</Target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user