summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/vsxmake/vsxmake.lua
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-07-20 18:33:31 +0800
committerOpportunityLiu <[email protected]>2019-07-20 18:33:31 +0800
commit81acc02e79365957d37e98fbe70887edccfebba6 (patch)
treeaf1f7c6ab5deec15471874ae8228d8b8e3f8e82b /xmake/plugins/project/vsxmake/vsxmake.lua
parent1c516661533fc17e31f6d1b90689f752e7ef83f2 (diff)
add property page
Diffstat (limited to 'xmake/plugins/project/vsxmake/vsxmake.lua')
-rw-r--r--xmake/plugins/project/vsxmake/vsxmake.lua3
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