diff --git a/ClosedXML/ClosedXML/.nuget/..svnbridge/NuGet.exe b/ClosedXML/ClosedXML/.nuget/..svnbridge/NuGet.exe
new file mode 100644
index 0000000..81efb3c
--- /dev/null
+++ b/ClosedXML/ClosedXML/.nuget/..svnbridge/NuGet.exe
@@ -0,0 +1 @@
+svn:mime-typeapplication/octet-stream
\ No newline at end of file
diff --git a/ClosedXML/ClosedXML/.nuget/NuGet.Config b/ClosedXML/ClosedXML/.nuget/NuGet.Config
new file mode 100644
index 0000000..6a318ad
--- /dev/null
+++ b/ClosedXML/ClosedXML/.nuget/NuGet.Config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ClosedXML/ClosedXML/.nuget/NuGet.exe b/ClosedXML/ClosedXML/.nuget/NuGet.exe
new file mode 100644
index 0000000..3ffdd33
--- /dev/null
+++ b/ClosedXML/ClosedXML/.nuget/NuGet.exe
Binary files differ
diff --git a/ClosedXML/ClosedXML/.nuget/NuGet.targets b/ClosedXML/ClosedXML/.nuget/NuGet.targets
new file mode 100644
index 0000000..100267f
--- /dev/null
+++ b/ClosedXML/ClosedXML/.nuget/NuGet.targets
@@ -0,0 +1,144 @@
+
+
+
+ $(MSBuildProjectDirectory)\..\
+
+
+ false
+
+
+ false
+
+
+ true
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+ $([System.IO.Path]::Combine($(SolutionDir), ".nuget"))
+
+
+
+
+ $(SolutionDir).nuget
+
+
+
+ $(MSBuildProjectDirectory)\packages.$(MSBuildProjectName.Replace(' ', '_')).config
+ $(MSBuildProjectDirectory)\packages.$(MSBuildProjectName).config
+
+
+
+ $(MSBuildProjectDirectory)\packages.config
+ $(PackagesProjectConfig)
+
+
+
+
+ $(NuGetToolsPath)\NuGet.exe
+ @(PackageSource)
+
+ "$(NuGetExePath)"
+ mono --runtime=v4.0.30319 $(NuGetExePath)
+
+ $(TargetDir.Trim('\\'))
+
+ -RequireConsent
+ -NonInteractive
+
+ "$(SolutionDir) "
+ "$(SolutionDir)"
+
+
+ $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(PaddedSolutionDir)
+ $(NuGetCommand) pack "$(ProjectPath)" -Properties "Configuration=$(Configuration);Platform=$(Platform)" $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols
+
+
+
+ RestorePackages;
+ $(BuildDependsOn);
+
+
+
+
+ $(BuildDependsOn);
+ BuildPackage;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ClosedXML/ClosedXML/ClosedXML.sln b/ClosedXML/ClosedXML/ClosedXML.sln
index 347e093..3c43b32 100644
--- a/ClosedXML/ClosedXML/ClosedXML.sln
+++ b/ClosedXML/ClosedXML/ClosedXML.sln
@@ -22,31 +22,14 @@
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClosedXML_Package", "ClosedXML_Package\ClosedXML_Package.csproj", "{69B3BDDF-C359-447C-AEB7-EBD8867DE528}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8018E34C-28E4-4FAF-87DC-A71D6275C567}"
+ ProjectSection(SolutionItems) = preProject
+ .nuget\NuGet.Config = .nuget\NuGet.Config
+ .nuget\NuGet.exe = .nuget\NuGet.exe
+ .nuget\NuGet.targets = .nuget\NuGet.targets
+ EndProjectSection
+EndProject
Global
- GlobalSection(TeamFoundationVersionControl) = preSolution
- SccNumberOfProjects = 7
- SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
- SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs09
- SccLocalPath0 = .
- SccProjectUniqueName1 = ClosedXML_Examples\\ClosedXML_Examples.csproj
- SccProjectName1 = ClosedXML_Examples
- SccLocalPath1 = ClosedXML_Examples
- SccProjectUniqueName2 = ClosedXML_Sandbox\\ClosedXML_Sandbox.csproj
- SccProjectName2 = ClosedXML_Sandbox
- SccLocalPath2 = ClosedXML_Sandbox
- SccProjectUniqueName3 = ClosedXML_Net3.5\\ClosedXML_Net3.5.csproj
- SccProjectName3 = ClosedXML_Net3.5
- SccLocalPath3 = ClosedXML_Net3.5
- SccProjectUniqueName4 = ClosedXML\\ClosedXML.csproj
- SccProjectName4 = ClosedXML
- SccLocalPath4 = ClosedXML
- SccProjectUniqueName5 = ClosedXML_Tests\\ClosedXML_Tests.csproj
- SccProjectName5 = ClosedXML_Tests
- SccLocalPath5 = ClosedXML_Tests
- SccProjectUniqueName6 = ClosedXML_Package\\ClosedXML_Package.csproj
- SccProjectName6 = ClosedXML_Package
- SccLocalPath6 = ClosedXML_Package
- EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = ClosedXML.vsmdi
EndGlobalSection
diff --git a/ClosedXML/ClosedXML/ClosedXML_Tests/ClosedXML_Tests.csproj b/ClosedXML/ClosedXML/ClosedXML_Tests/ClosedXML_Tests.csproj
index 53e0a32..761b36a 100644
--- a/ClosedXML/ClosedXML/ClosedXML_Tests/ClosedXML_Tests.csproj
+++ b/ClosedXML/ClosedXML/ClosedXML_Tests/ClosedXML_Tests.csproj
@@ -18,6 +18,8 @@
SAK
SAK
SAK
+ ..\
+ true
true
@@ -244,6 +246,13 @@
+
+
+
+ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
+
+