Skip to content

Commit

Permalink
Update solutions.proj
Browse files Browse the repository at this point in the history
  • Loading branch information
tshanep authored Jan 22, 2024
1 parent 8bc788e commit 0142083
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Solutions/solutions.proj
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<!-- SAP Solutions -->
<SolutionsToBuild Include="mpa_SAPBase/mpa_SAPBase.cdsproj" />
<SolutionsToBuild Include="mpa_SAPProcurement/mpa_SAPProcurement.cdsproj" />

<!-- IT Solutions -->
<SolutionsToBuild Include="mpa_ITBase/mpa_ITBase.cdsproj" />
<SolutionsToBuild Include="mpa_HardwareRequestAndManagement/mpa_HardwareRequestAndManagement.cdsproj" />
<SolutionsToBuild Include="mpa_AppointmentBooking/mpa_AppointmentBooking.cdsproj" />

<!-- HR Solutions -->
<SolutionsToBuild Include="mpa_EmployeeExperienceBase/mpa_EmployeeExperienceBase.cdsproj" />
<SolutionsToBuild Include="mpa_Kudos/mpa_Kudos.cdsproj" />
<SolutionsToBuild Include="mpa_AwardsAndRecognition/mpa_AwardsAndRecognition.cdsproj" />
Expand All @@ -27,4 +22,4 @@
<MSBuild Projects="@(SolutionsToBuild)" BuildInParallel="false" Targets="Restore" Properties="FakeProperty=one"/>
<MSBuild Projects="@(SolutionsToBuild)" BuildInParallel="false" />
</Target>
</Project>
</Project>

0 comments on commit 0142083

Please sign in to comment.