Commit a5a1b993 authored by ArnoldZokas's avatar ArnoldZokas

Removed redundant configuration from build scripts

parent 88d4e8bb
......@@ -7,7 +7,7 @@
</Target>
<Target Name="_Compile" DependsOnTargets="_Clean">
<MSBuild Projects="%(Solution.Identity)" Properties="Configuration=%(Solution.Configuration)" BuildInParallel="true" />
<MSBuild Projects="@(Solution)" Properties="Configuration=$(BuildConfiguration)" BuildInParallel="true" />
</Target>
</Project>
\ No newline at end of file
......@@ -17,11 +17,7 @@
<ItemGroup>
<WorkingDirectories Include="$(BuildTempDirectory)" />
<Solution Include="$(SolutionFile)">
<Configuration>$(BuildConfiguration)</Configuration>
</Solution>
<Solution Include="$(SolutionFile)" />
</ItemGroup>
<!-- targets -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment