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:
Diffstat (limited to 'src/actions/vstudio/vs2005_csproj.lua')
-rw-r--r--src/actions/vstudio/vs2005_csproj.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions/vstudio/vs2005_csproj.lua b/src/actions/vstudio/vs2005_csproj.lua
index afa3710..37258e2 100644
--- a/src/actions/vstudio/vs2005_csproj.lua
+++ b/src/actions/vstudio/vs2005_csproj.lua
@@ -39,7 +39,7 @@
local testname = basename .. ".xaml"
if premake.findfile(prj, testname) then
return "SubTypeCode", testname
- end
+ end
else
-- is there a *.Designer.cs file?
local basename = fname:sub(1, -4)
@@ -68,7 +68,7 @@
end
end
end
-
+
if fname:endswith(".xaml") then
return "XamlDesigner"
end