Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Remove project-targets from KoreBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Jan 10, 2017
1 parent 272f79f commit d91125d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 164 deletions.
47 changes: 0 additions & 47 deletions build/common.props

This file was deleted.

16 changes: 0 additions & 16 deletions build/targets/Internal.AspNetCore.Common.targets

This file was deleted.

41 changes: 0 additions & 41 deletions build/targets/Workarounds.CrossTargeting.targets

This file was deleted.

53 changes: 0 additions & 53 deletions build/targets/Workarounds.targets

This file was deleted.

17 changes: 10 additions & 7 deletions template/build/common.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<Project>
<Import Project="..\version.props" />
<Import Project="..\.build\common.props" Condition="Exists('..\.build\common.props')" />

<Target Name="EnsureInitialized"
BeforeTargets="Build"
Condition="!Exists('$(MSBuildThisFileDirectory)..\.build\common.props')">
<Error File="$(MSBuildProjectFile)"
Text="Project has not been initialized. Run 'build initialize' in the solution directory." />
</Target>
<ItemGroup>
<PackageReference Include="Internal.AspNetCore.Sdk" Version="1.0.0-*" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup>
<RepositoryUrl>https://github.com/aspnet/Korebuild</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Product>Microsoft ASP.NET Core</Product>
<!-- Include other common properties here, such as strong-naming settings -->
</PropertyGroup>

</Project>

0 comments on commit d91125d

Please sign in to comment.