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

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimstitt <pastaandpeas@gmail.com>2014-02-08 01:58:54 +0400
committerjimstitt <pastaandpeas@gmail.com>2014-02-08 01:58:54 +0400
commit0f3d12d715954b883358d920cdaadcb2d0210ec8 (patch)
tree0633b743a982dc911c30d007c566d625f89d2e93
parente418c1d53e0ce2bee9e6a1ff438d1362eca722d6 (diff)
Remove path from xaml file dependency.
-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 afa3710..c8542c9 100644
--- a/src/actions/vstudio/vs2005_csproj.lua
+++ b/src/actions/vstudio/vs2005_csproj.lua
@@ -38,7 +38,7 @@
local basename = fname:sub(1, -9)
local testname = basename .. ".xaml"
if premake.findfile(prj, testname) then
- return "SubTypeCode", testname
+ return "SubTypeCode", path.getname(testname)
end
else
-- is there a *.Designer.cs file?