Commit 3f5b69df authored by ArnoldZokas's avatar ArnoldZokas

Removed redundant 'Platform' settings

parent 227d30a2
......@@ -7,7 +7,7 @@
</Target>
<Target Name="_Compile" DependsOnTargets="_Clean">
<MSBuild Projects="%(Solution.Identity)" Properties="Configuration=%(Solution.Configuration);Platform=%(Solution.Platform)" BuildInParallel="true" />
<MSBuild Projects="%(Solution.Identity)" Properties="Configuration=%(Solution.Configuration)" BuildInParallel="true" />
</Target>
</Project>
\ No newline at end of file
......@@ -20,7 +20,6 @@
<Solution Include="$(SolutionFile)">
<Configuration>$(BuildConfiguration)</Configuration>
<Platform>Any CPU</Platform>
</Solution>
</ItemGroup>
......
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