22 lines
910 B
XML
22 lines
910 B
XML
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>MMMM</id>
|
|
<version>VVVV</version>
|
|
<authors>Google Inc.</authors>
|
|
<licenseUrl>https://github.com/google/or-tools/blob/master/LICENSE-2.0.txt</licenseUrl>
|
|
<projectUrl>https://developers.google.com/optimization</projectUrl>
|
|
<description>F# wrapper for the Operations Research Tools project</description>
|
|
<copyright>Copyright 2018 Google, Inc</copyright>
|
|
<tags>Operations Research Math Linear Constraint Programming F#</tags>
|
|
<dependencies>
|
|
<dependency id="Google.OrTools" version="VVVV" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="bin/Release/netstandard2.0/*.*" target="lib/netstandard2.0"/>
|
|
<file src="bin/Release/net462/Google.OrTools.FSharp.*" target="lib/net462"/>
|
|
<file src="../../../examples/fsharp/*.*" target="examples"/>
|
|
<file src="../../../LICENSE-2.0.txt"/>
|
|
</files>
|
|
</package> |