diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets
index c990ed7..7136773 100644
--- a/.paket/Paket.Restore.targets
+++ b/.paket/Paket.Restore.targets
@@ -1,51 +1,267 @@
+
+
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
true
$(MSBuildThisFileDirectory)
+ $(MSBuildThisFileDirectory)..\
+ $(PaketRootPath)paket-files\paket.restore.cached
+ $(PaketRootPath)paket.lock
/Library/Frameworks/Mono.framework/Commands/mono
- mono
+ mono
$(PaketRootPath)paket.exe
$(PaketToolsPath)paket.exe
"$(PaketExePath)"
$(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_PackageReferences Include="%(_PaketPackageReference.Identity)">
- $(TargetFramework)
-
-
-
- %(_PaketPackageReference.Version)
-
-
-
-
+ $(PaketRootPath)paket.bootstrapper.exe
+ $(PaketToolsPath)paket.bootstrapper.exe
+ "$(PaketBootStrapperExePath)"
+ $(MonoPath) --runtime=v4.0.30319 "$(PaketBootStrapperExePath)"
+
+
+
+ true
+ true
+
+
+
+
+
+
+ true
+ $(NoWarn);NU1603
+
+
+
+
+ /usr/bin/shasum $(PaketRestoreCacheFile) | /usr/bin/awk '{ print $1 }'
+ /usr/bin/shasum $(PaketLockFilePath) | /usr/bin/awk '{ print $1 }'
+
+
+
+
+
+
+
+
+
+
+
+
+ $([System.IO.File]::ReadAllText('$(PaketRestoreCacheFile)'))
+ $([System.IO.File]::ReadAllText('$(PaketLockFilePath)'))
+ true
+ false
+ true
+
+
+
+
+
+
+
+
+ $(MSBuildProjectDirectory)\obj\$(MSBuildProjectFile).paket.references.cached
+
+ $(MSBuildProjectFullPath).paket.references
+
+ $(MSBuildProjectDirectory)\$(MSBuildProjectName).paket.references
+
+ $(MSBuildProjectDirectory)\paket.references
+ $(MSBuildProjectDirectory)\obj\$(MSBuildProjectFile).$(TargetFramework).paket.resolved
+ true
+ references-file-or-cache-not-found
+
+
+
+
+ $([System.IO.File]::ReadAllText('$(PaketReferencesCachedFilePath)'))
+ $([System.IO.File]::ReadAllText('$(PaketOriginalReferencesFilePath)'))
+ references-file
+ false
+
+
+
+
+ false
+
+
+
+
+ true
+ target-framework '$(TargetFramework)'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[0])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[1])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[4])
+
+
+ %(PaketReferencesFileLinesInfo.PackageVersion)
+ All
+
+
+
+
+ $(MSBuildProjectDirectory)/obj/$(MSBuildProjectFile).paket.clitools
+
+
+
+
+
+
+
+
+ $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[0])
+ $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[1])
+
+
+ %(PaketCliToolFileLinesInfo.PackageVersion)
+
+
+
+
+ $(MSBuildProjectDirectory)/obj/$(MSBuildProjectFile).NuGet.Config
+
+
+
+
+
+
+ false
+
+
+
+
+
+ <_NuspecFilesNewLocation Include="$(BaseIntermediateOutputPath)$(Configuration)\*.nuspec"/>
+
+
+
+ $(MSBuildProjectDirectory)/$(MSBuildProjectFile)
+ true
+ false
+ true
+ $(BaseIntermediateOutputPath)$(Configuration)
+ $(BaseIntermediateOutputPath)
+
+
+
+ <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.nuspec"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/LinqToSalesforce.ModelGenerator/LinqToSalesforce.ModelGenerator.fsproj b/src/LinqToSalesforce.ModelGenerator/LinqToSalesforce.ModelGenerator.fsproj
index b5c3df1..95aca87 100644
--- a/src/LinqToSalesforce.ModelGenerator/LinqToSalesforce.ModelGenerator.fsproj
+++ b/src/LinqToSalesforce.ModelGenerator/LinqToSalesforce.ModelGenerator.fsproj
@@ -39,33 +39,6 @@
bin\Release\LinqToSalesforce.ModelGenerator.XML
true
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LinqToSalesforce
- {8c8ba7e7-e688-418a-883a-a0c0af64d375}
- True
-
-
11
@@ -99,15 +72,7 @@
-
-
-
- ..\..\packages\Argu\lib\net40\Argu.dll
- True
- True
-
-
-
+
@@ -1100,4 +1065,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ ..\..\packages\Argu.4.2.1\lib\net40\Argu.dll
+
+
+ ..\..\packages\FSharp.Core.4.2.3\lib\net45\FSharp.Core.dll
+
+
+
+
+
+
+
+
+ LinqToSalesforce
+ {8c8ba7e7-e688-418a-883a-a0c0af64d375}
+ True
+
+
\ No newline at end of file
diff --git a/src/LinqToSalesforce.ModelGenerator/packages.config b/src/LinqToSalesforce.ModelGenerator/packages.config
new file mode 100644
index 0000000..74b5b32
--- /dev/null
+++ b/src/LinqToSalesforce.ModelGenerator/packages.config
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/LinqToSalesforce/paket.references b/src/LinqToSalesforce/paket.references
index 0c3fed0..1df2e82 100644
--- a/src/LinqToSalesforce/paket.references
+++ b/src/LinqToSalesforce/paket.references
@@ -1,3 +1,4 @@
+Argu
FSharp.Core
Microsoft.Net.Http
Newtonsoft.Json
\ No newline at end of file
diff --git a/src/LinqToSalesforce/paket.template b/src/LinqToSalesforce/paket.template
index 698fa51..ca9dff6 100644
--- a/src/LinqToSalesforce/paket.template
+++ b/src/LinqToSalesforce/paket.template
@@ -28,6 +28,7 @@ files
../../bin/LinqToSalesforce/LinqToSalesforce.pdb ==> lib
../../bin/LinqToSalesforce.ModelGenerator/* ==> tools
dependencies
+ Argu >= 4.0.0.1
FSharp.Core >= 4.0.0.1
Newtonsoft.Json >= 9.0.1
Microsoft.Net.Http >= 2.2.29