Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamguxiang committed Oct 5, 2022
1 parent 4414ed3 commit 01b1f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Template/Template.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>$(SolutionDir)SDK\Header\third-party;$(SolutionDir)SDK\Header;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
<IncludePath>$(SolutionDir)SDK/include;$(SolutionDir)SDK\include/llapi;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
Expand Down
5 changes: 1 addition & 4 deletions Template/resource.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
`//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ ���ɵİ����ļ���
// �� Resource.rc ʹ��
//

#define MAPModule 4
#define IDR_DLL1 101

Expand Down

0 comments on commit 01b1f99

Please sign in to comment.