Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xland committed May 24, 2024
1 parent 31ddc25 commit 461dac8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
Binary file added QuickUI/QuickUI.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions QuickUI/QuickUI.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,14 @@
<ClInclude Include="Fs.h" />
<ClInclude Include="Global.h" />
<ClInclude Include="JsEnv.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="Util.h" />
<ClInclude Include="WebUI.h" />
<ClInclude Include="Win.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="QuickUI.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
8 changes: 8 additions & 0 deletions QuickUI/QuickUI.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,19 @@
<ClInclude Include="WebUI.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CopyFileToFolders Include="ui\index.css" />
<CopyFileToFolders Include="ui\index.html" />
<CopyFileToFolders Include="ui\index.js" />
<CopyFileToFolders Include="ui\main.js" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="QuickUI.rc">
<Filter>资源文件</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
14 changes: 14 additions & 0 deletions QuickUI/resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by QuickUI.rc

// жÔÏóµÄÏÂÒ»×éĬÈÏÖµ
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

0 comments on commit 461dac8

Please sign in to comment.