diff options
| author | OpportunityLiu <[email protected]> | 2019-07-20 18:33:31 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-20 18:33:31 +0800 |
| commit | 81acc02e79365957d37e98fbe70887edccfebba6 (patch) | |
| tree | af1f7c6ab5deec15471874ae8228d8b8e3f8e82b /xmake/plugins/project/vsxmake/vsxmake.lua | |
| parent | 1c516661533fc17e31f6d1b90689f752e7ef83f2 (diff) | |
add property page
Diffstat (limited to 'xmake/plugins/project/vsxmake/vsxmake.lua')
| -rw-r--r-- | xmake/plugins/project/vsxmake/vsxmake.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/plugins/project/vsxmake/vsxmake.lua b/xmake/plugins/project/vsxmake/vsxmake.lua index 2526b00cb..d38465489 100644 --- a/xmake/plugins/project/vsxmake/vsxmake.lua +++ b/xmake/plugins/project/vsxmake/vsxmake.lua @@ -30,7 +30,6 @@ local template_sln = path.join(template_root, "sln", "vsxmake.sln") local template_vcx = path.join(template_root, "vcxproj", "#target#.vcxproj") local template_fil = path.join(template_root, "vcxproj.filters", "#target#.vcxproj.filters") -local template_usr = path.join(template_root, "#target#.vcxproj.user") local template_props = path.join(template_root, "Xmake.Custom.props") local template_targets = path.join(template_root, "Xmake.Custom.targets") local template_items = path.join(template_root, "Xmake.Custom.items") @@ -168,8 +167,6 @@ function make(version) _trycp(template_targets, proj_dir) _trycp(template_items, proj_dir) _trycp(template_itemfil, proj_dir) - -- add project user file - _trycp(template_usr, proj_dir, target .. ".vcxproj.user") end end end |
