Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
Binplace global build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
josemesona committed May 24, 2016
1 parent b7a23e2 commit 48020b2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/CBT.Core/CBT.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Tasks\RestoreModules.cs" />
</ItemGroup>
<ItemGroup>
<None Include="$(CBTGlobalPath)\build.props">
<Link>build.props</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild">
<Message Text=" Optimize = $(Optimize)" />
</Target>
</Project>

0 comments on commit 48020b2

Please sign in to comment.