Skip to content
Snippets Groups Projects
Commit 28f0c054 authored by Andreia Gaita's avatar Andreia Gaita
Browse files

Fix build on windows :eyeroll:

parent 9c4fd8af
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="CoreCompile" />
<Target Name="CoreCompile" Condition="'$(OS)' == 'Unix'"/>
<Target Name="CopyFilesToOutputDirectory" Condition="'$(OS)' != 'Unix'"/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment