diff options
| author | OpportunityLiu <[email protected]> | 2019-07-24 10:42:55 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-24 10:42:55 +0800 |
| commit | b1a47544b8f60c12541b8b5a0f4383639d348af3 (patch) | |
| tree | ea52bf2d354a9d04405ef1fadf1d45b82f5a90af /xmake/plugins/project/vstudio/impl | |
| parent | ae7d6509749944564b939bd36cf6ab895dcff0af (diff) | |
fix typo
Diffstat (limited to 'xmake/plugins/project/vstudio/impl')
| -rw-r--r-- | xmake/plugins/project/vstudio/impl/vs200x_vcproj.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs200x_vcproj.lua b/xmake/plugins/project/vstudio/impl/vs200x_vcproj.lua index 91769a6bf..d2066a659 100644 --- a/xmake/plugins/project/vstudio/impl/vs200x_vcproj.lua +++ b/xmake/plugins/project/vstudio/impl/vs200x_vcproj.lua @@ -152,7 +152,7 @@ end -- make VCCLCompilerTool -- --- .e.g +-- e.g. -- -- <Tool -- Name="VCCLCompilerTool" @@ -188,7 +188,7 @@ end -- make VCLinkerTool -- --- .e.g +-- e.g. -- <Tool -- Name="VCLinkerTool" -- AdditionalDependencies="xxx.lib" @@ -393,7 +393,7 @@ end -- make cxfile -- --- .e.g +-- e.g. -- <File -- RelativePath="..\..\..\src\file3.c" -- > @@ -449,7 +449,7 @@ end -- make rcfile -- --- .e.g +-- e.g. -- <File -- RelativePath="..\..\..\src\resource.rc" -- > @@ -490,7 +490,7 @@ end -- make files -- --- .e.g +-- e.g. -- <Filter -- Name="Source Files" -- > |
