Skip to content

Commit 2c24c4b

Browse files
authored
Merge pull request #100 from miniksa/user/miniksa/pure-csharp-impl
v2.0.0: Replace C++/CLI with pure C# P/Invoke, add LibraryImport, modernize TFMs
2 parents 3a59d9c + 2640e77 commit 2c24c4b

65 files changed

Lines changed: 2590 additions & 10536 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Directory.Build.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project>
2+
3+
<PropertyGroup>
4+
<ProjFSManagedVersion>2.0.0</ProjFSManagedVersion>
5+
<LangVersion>latest</LangVersion>
6+
<Nullable>enable</Nullable>
7+
</PropertyGroup>
8+
9+
</Project>

ProjectedFSLib.Managed.API/ApiHelper.cpp

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)