Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjimstitt <unknown>2014-01-18 08:09:02 +0400
committerjimstitt <unknown>2014-01-18 08:09:02 +0400
commitf59ebb31f6082d64fe7551009e361e6ce2f2c430 (patch)
tree2532c1c0e0c781faee7947c47d2838f7e2354791 /src
parentadce554d533f14749053e52cd347c3556102393c (diff)
removed path extension from .net links.
Diffstat (limited to 'src')
-rw-r--r--src/actions/vstudio/vs2005_csproj.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/vstudio/vs2005_csproj.lua b/src/actions/vstudio/vs2005_csproj.lua
index 36a9ea8..afa3710 100644
--- a/src/actions/vstudio/vs2005_csproj.lua
+++ b/src/actions/vstudio/vs2005_csproj.lua
@@ -253,7 +253,7 @@
_p(' <Name>%s</Name>', premake.esc(ref.name))
_p(' </ProjectReference>')
end
- for _, linkname in ipairs(premake.getlinks(prj, "system", "basename")) do
+ for _, linkname in ipairs(premake.getlinks(prj, "system", "name")) do
_p(' <Reference Include="%s" />', premake.esc(linkname))
end
_p(' </ItemGroup>')