This repository has been archived by the owner on May 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove project-targets from KoreBuild
- Loading branch information
Nate McMaster
committed
Jan 10, 2017
1 parent
272f79f
commit d91125d
Showing
5 changed files
with
10 additions
and
164 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |