forked from microsoft/GraphEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGraphEngine.Core.nuspec
More file actions
30 lines (30 loc) · 1.44 KB
/
GraphEngine.Core.nuspec
File metadata and controls
30 lines (30 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<package >
<metadata>
<id>GraphEngine.Core</id>
<version>1.0.8574</version>
<title>Graph Engine Core</title>
<authors>Microsoft Graph Engine Team</authors>
<owners>Microsoft Graph Engine Team</owners>
<licenseUrl>https://github.com/microsoft/GraphEngine/tree/master/LICENSE.md</licenseUrl>
<projectUrl>https://www.graphengine.io</projectUrl>
<iconUrl>https://www.graphengine.io/img/logo-64x64.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>GraphEngine runtime and compiler.</description>
<!--<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>-->
<copyright>Copyright 2017</copyright>
<tags>Graph Engine Trinity Core Runtime TSL Compiler</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.8" />
</dependencies>
</metadata>
<files>
<file src="..\..\bin\Trinity.Core.dll" target="lib" />
<file src="..\..\tools\Trinity.TSL.CodeGen.dll" target="tools" />
<file src="..\..\tools\Trinity.TSL.Compiler.exe" target="tools" />
<file src="..\..\tools\Trinity.TSL.ManagedWrapper.dll" target="tools" />
<file src="..\..\tools\Trinity.TSL.CompilerTask.dll" target="tools" />
<file src="NuGet\GraphEngine.Core.props" target="build" />
<file src="NuGet\GraphEngine.Core.targets" target="build" />
</files>
</package>