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
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2014-04-22 22:28:34 +0400
committerJason Perkins <starkos@industriousone.com>2014-04-22 22:28:34 +0400
commit6b21344759a95fa95f40f2b36a842f6f5ac25bb1 (patch)
treea614b2fe280572ce6a0a9a6ea6eabe7f62f3144f
parent2fdf50ce54e67b4b1d4994825bd1a776eb72ee73 (diff)
parent773152283df78979f4ea951d0aec5002d0f44022 (diff)
Merged in jimstitt/premake-stable-wpf (pull request #42)
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?