Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarnott/enlistmentinfo
A NuGet package that imports EnlistmentInfo .props and .targets from a parent directory.
https://github.com/aarnott/enlistmentinfo
Last synced: 6 days ago
JSON representation
A NuGet package that imports EnlistmentInfo .props and .targets from a parent directory.
- Host: GitHub
- URL: https://github.com/aarnott/enlistmentinfo
- Owner: AArnott
- License: ms-pl
- Created: 2016-04-04T04:41:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T13:57:45.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T00:09:48.554Z (8 months ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
EnlistmentInfo
=================[![Build status](https://ci.appveyor.com/api/projects/status/lcawxbl6blrbo5ha/branch/master?svg=true)](https://ci.appveyor.com/project/AArnott/enlistmentinfo/branch/master)
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/EnlistmentInfo.svg)](https://www.nuget.org/packages/EnlistmentInfo)This project produces a NuGet package that you can add to your MSBuild project to
automatically import EnlistmentInfo.props at the top of your project file and
import EnlistmentInfo.targets at the bottom of your project file.These EnlistmentInfo.* files may be present in your project directory, or any
directory that is an ancestor to it. A recursive search toward the root directory
will stop and import the first match of each file it finds.