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

Fix build for mac

parent ac8089bf
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<AssemblyName>GitHub.Unity</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<OutputPath>$(SolutionDir)unity\TestProject\Assets\Editor\</OutputPath>
<OutputPath>$(SolutionDir)\unity\TestProject\Assets\Editor\</OutputPath>
<IntermediateOutputPath>..\obj\</IntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
......
......@@ -58,6 +58,7 @@
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="CoreCompile" />
<!-- 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