8 lines
346 B
XML
8 lines
346 B
XML
<?xml version="1.0"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Help" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<!-- Set an auth token here. You can create one at https://github.com/settings/applications. -->
|
|
<GitHubAuthToken><!-- token goes here --></GitHubAuthToken>
|
|
</PropertyGroup>
|
|
</Project>
|