Add nativefiledialog

This commit is contained in:
Connor McLaughlin
2019-10-20 20:47:16 +10:00
parent 0e6d1d5629
commit 795a3e7ca8
14 changed files with 2287 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="src\common.h" />
<ClInclude Include="src\nfd_common.h" />
<ClInclude Include="include\nfd.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\nfd_common.c" />
<ClCompile Include="src\nfd_win.cpp" />
</ItemGroup>
</Project>