This commit is contained in:
2022-04-21 13:06:03 +08:00
parent be21e720ec
commit 4a5d575687
5 changed files with 283 additions and 1 deletions

View File

@@ -45,6 +45,9 @@
<ClInclude Include="Dargon.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="BASE64.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
@@ -74,5 +77,8 @@
<ClCompile Include="STL.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="BASE64.cpp">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
</Project>