diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config new file mode 100644 index 0000000000..6a318ad9b7 --- /dev/null +++ b/.nuget/NuGet.Config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.nuget/NuGet.exe b/.nuget/NuGet.exe new file mode 100644 index 0000000000..79482f60d3 Binary files /dev/null and b/.nuget/NuGet.exe differ diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets new file mode 100644 index 0000000000..e470f19f5e --- /dev/null +++ b/.nuget/NuGet.targets @@ -0,0 +1,71 @@ + + + + $(MSBuildProjectDirectory)\..\ + + + $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) + $([System.IO.Path]::Combine($(ProjectDir), "packages.config")) + $([System.IO.Path]::Combine($(SolutionDir), "packages")) + + + $(SolutionDir).nuget + packages.config + $(SolutionDir)packages + + + $(NuGetToolsPath)\nuget.exe + "$(NuGetExePath)" + mono --runtime=v4.0.30319 $(NuGetExePath) + + $(TargetDir.Trim('\\')) + + + "" + + + false + + + false + + + $(NuGetCommand) install "$(PackagesConfig)" -source $(PackageSources) -o "$(PackagesDir)" + $(NuGetCommand) pack "$(ProjectPath)" -p Configuration=$(Configuration) -o "$(PackageOutputDir)" -symbols + + + + RestorePackages; + $(BuildDependsOn); + + + + + $(BuildDependsOn); + BuildPackage; + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VimCoreTest/VimCoreTest.csproj b/VimCoreTest/VimCoreTest.csproj index f1a190f129..89b4176ca2 100644 --- a/VimCoreTest/VimCoreTest.csproj +++ b/VimCoreTest/VimCoreTest.csproj @@ -34,6 +34,8 @@ 1.0.0.%2a false true + ..\ + true true @@ -266,6 +268,7 @@ + - + \ No newline at end of file diff --git a/VimWpfTest/VimWpfTest.csproj b/VimWpfTest/VimWpfTest.csproj index b57424c665..40a9ef9187 100644 --- a/VimWpfTest/VimWpfTest.csproj +++ b/VimWpfTest/VimWpfTest.csproj @@ -12,6 +12,8 @@ Vim.UI.Wpf.UnitTest v4.0 512 + ..\ + true true @@ -126,6 +128,7 @@ + - + \ No newline at end of file diff --git a/VsVimSharedTest/VsVimSharedTest.csproj b/VsVimSharedTest/VsVimSharedTest.csproj index 72a36f57ca..6651398bb3 100644 --- a/VsVimSharedTest/VsVimSharedTest.csproj +++ b/VsVimSharedTest/VsVimSharedTest.csproj @@ -13,6 +13,8 @@ v4.0 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + ..\ + true true @@ -177,7 +179,7 @@ {979DEDC6-25E2-494B-9E8F-6E42078C601C} - VsVim.Shared + VsVimShared @@ -185,6 +187,7 @@ +