diff --git a/.gitignore b/.gitignore index 7414ecf..7c75e63 100644 --- a/.gitignore +++ b/.gitignore @@ -130,16 +130,9 @@ publish/ *.pubxml # NuGet Packages Directory -packages/* -## TODO: If the tool you use requires repositories.config -## uncomment the next line -#!packages/repositories.config - -# Enable "build/" folder in the NuGet Packages folder since -# NuGet packages use it for MSBuild targets. -# This line needs to be after the ignore of the build folder -# (and the packages folder if the line above has been uncommented) -!packages/build/ +packages/*.config +packages/*/* +!packages/*/build # Windows Azure Build Output csx/ diff --git a/packages/GitVersionTask.2.0.1/Build/GitVersionTask.targets b/packages/GitVersionTask.2.0.1/Build/GitVersionTask.targets new file mode 100644 index 0000000..070f978 --- /dev/null +++ b/packages/GitVersionTask.2.0.1/Build/GitVersionTask.targets @@ -0,0 +1,73 @@ + + + + $(MSBuildProjectDirectory)..\ + $(MSBuildProjectDirectory)obj\$(Configuration)\ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/client/NPSharp.Client.csproj b/src/client/NPSharp.Client.csproj index 4bcf308..65443e6 100644 --- a/src/client/NPSharp.Client.csproj +++ b/src/client/NPSharp.Client.csproj @@ -126,7 +126,9 @@ Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Aktivieren Sie die Wiederherstellung von NuGet-Paketen, um die fehlende Datei herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". + +