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 <pastaandpeas@gmail.com>2014-02-08 01:58:54 +0400
committerjimstitt <pastaandpeas@gmail.com>2014-02-08 01:58:54 +0400
commit773152283df78979f4ea951d0aec5002d0f44022 (patch)
tree0633b743a982dc911c30d007c566d625f89d2e93 /src
parentf23f27041f2dd934dc16f1d80bb98e67de03a899 (diff)
Remove path from xaml file dependency.
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 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?