Do not skip Source/OpenTK when cloning the source tree.
This commit is contained in:
parent
228a213dc5
commit
31a407ec3e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
Include="$(InputPath)**\*.*"
|
Include="$(InputPath)**\*.*"
|
||||||
Exclude="$(InputPath)**\.svn\**\*.*;
|
Exclude="$(InputPath)**\.svn\**\*.*;
|
||||||
$(InputPath)**\obj\**\*.*;
|
$(InputPath)**\obj\**\*.*;
|
||||||
$(InputPath)**\opentk\**\*.*;
|
$(InputPath)Installers\Zip\opentk\**\*.*;
|
||||||
$(InputPath)Documentation\Source\**\*.*;
|
$(InputPath)Documentation\Source\**\*.*;
|
||||||
$(InputPath)**\OpenTK*.xml;
|
$(InputPath)**\OpenTK*.xml;
|
||||||
$(InputPath)**\*.suo;
|
$(InputPath)**\*.suo;
|
||||||
|
|
Loading…
Reference in a new issue