Skip to content

Commit

Permalink
调整项目结构
Browse files Browse the repository at this point in the history
  • Loading branch information
Merrick Zhang committed Jan 28, 2022
1 parent 07eabd6 commit 09a883a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@
*.out
*.app
/src/.vs/ExplorerEnhancement/v17
/src/ExplorerEnhancement/x64/Debug
Binary file added .vs/WindowsExplorerExtension/v17/.suo
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
9 changes: 6 additions & 3 deletions src/ExplorerEnhancement/ExplorerEnhancement.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<UniqueIdentifier>{041f24d0-056d-4806-a0f4-9f3a2e004a4e}</UniqueIdentifier>
<SourceControlFiles>False</SourceControlFiles>
</Filter>
<Filter Include="Module:NewFolderExt">
<UniqueIdentifier>{22b3dfd5-fee8-46b6-8f31-2f2e6a92de57}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="framework.h">
Expand All @@ -38,7 +41,7 @@
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="NewFolderExt.h">
<Filter>头文件</Filter>
<Filter>Module:NewFolderExt</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
Expand All @@ -55,7 +58,7 @@
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="NewFolderExt.cpp">
<Filter>源文件</Filter>
<Filter>Module:NewFolderExt</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
Expand All @@ -71,7 +74,7 @@
<Filter>源文件</Filter>
</None>
<None Include="NewFolderExt.rgs">
<Filter>资源文件</Filter>
<Filter>Module:NewFolderExt</Filter>
</None>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 09a883a

Please sign in to comment.