1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3+ <metadata >
4+ <id >SharpMP</id >
5+ <version >1.0.0</version >
6+ <title >SharpMP C# Bindings for OpenMP 4.0</title >
7+ <authors >Thomas Needham</authors >
8+ <owners >Thomas Needham</owners >
9+ <licenseUrl >https://github.com/06needhamt/SharpMP/blob/master/LICENSE</licenseUrl >
10+ <projectUrl >https://github.com/06needhamt/SharpMP</projectUrl >
11+ <requireLicenseAcceptance >true</requireLicenseAcceptance >
12+ <description >SharpMP C# Bindings for OpenMP 4.0</description >
13+ <summary >SharpMP C# Bindings for OpenMP 4.0</summary >
14+ <releaseNotes >1.0.0 First Release</releaseNotes >
15+ <copyright >Copyright 2017 Thomas Needham</copyright >
16+ <language >en-GB</language >
17+ <tags >OpenMP Bindings</tags >
18+ <dependencies >
19+ <dependency id =" SampleDependency" version =" 1.0" />
20+ </dependencies >
21+ </metadata >
22+ <files >
23+ <file src =" SharpMP\bin\x64\Debug\SharpMP-Natives.dll" target =" lib\SharpMP-Natives.dll" />
24+ <file src =" SharpMP\bin\x64\Debug\SharpMP-Natives.ilk" target =" lib\SharpMP-Natives.ilk" />
25+ <file src =" SharpMP\bin\x64\Debug\SharpMP-Natives.pdb" target =" lib\SharpMP-Natives.pdb" />
26+ <file src =" SharpMP\bin\Debug\SharpMP.dll" target =" lib\SharpMP.dll" />
27+ <file src =" SharpMP\bin\Debug\SharpMP.pdb" target =" lib\SharpMP.pdb" />
28+ <file src =" SharpMP\Properties\AssemblyInfo.cs" target =" SharpMP\Properties\AssemblyInfo.cs" />
29+ <file src =" SharpMP\Lock.cs" target =" SharpMP\Lock.cs" />
30+ <file src =" SharpMP\LockHint.cs" target =" SharpMP\LockHint.cs" />
31+ <file src =" SharpMP\NestLock.cs" target =" SharpMP\NestLock.cs" />
32+ <file src =" SharpMP\OpenMP.cs" target =" SharpMP\OpenMP.cs" />
33+ <file src =" SharpMP\ScheduleKind.cs" target =" SharpMP\ScheduleKind.cs" />
34+ <file src =" SharpMP\SharpMP.csproj" target =" SharpMP\SharpMP.csproj" />
35+ <file src =" SharpMP-Natives\Lock.h" target =" SharpMP-Natives\Lock.h" />
36+ <file src =" SharpMP-Natives\LockHint.h" target =" SharpMP-Natives\LockHint.h" />
37+ <file src =" SharpMP-Natives\NestLock.h" target =" SharpMP-Natives\NestLock.h" />
38+ <file src =" SharpMP-Natives\OpenMP.cpp" target =" SharpMP-Natives\OpenMP.cpp" />
39+ <file src =" SharpMP-Natives\OpenMP.h" target =" SharpMP-Natives\OpenMP.h" />
40+ <file src =" SharpMP-Natives\ScheduleKind.h" target =" SharpMP-Natives\ScheduleKind.h" />
41+ <file src =" SharpMP-Natives\SharpMP-Natives.vcxproj" target =" SharpMP-Natives\SharpMP-Natives.vcxproj" />
42+ <file src =" SharpMP-Natives\SharpMP-Natives.vcxproj.filters" target =" SharpMP-Natives\SharpMP-Natives.vcxproj.filters" />
43+ <file src =" SharpMP-Natives\SharpMP-Natives.vcxproj.user" target =" SharpMP-Natives\SharpMP-Natives.vcxproj.user" />
44+ <file src =" SharpMP.sln" target =" SharpMP.sln" />
45+ </files >
46+ </package >
0 commit comments