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 'tests/actions/vstudio/vc2010/test_files.lua')
-rw-r--r--tests/actions/vstudio/vc2010/test_files.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/actions/vstudio/vc2010/test_files.lua b/tests/actions/vstudio/vc2010/test_files.lua
index 6cd1a16..330c35e 100644
--- a/tests/actions/vstudio/vc2010/test_files.lua
+++ b/tests/actions/vstudio/vc2010/test_files.lua
@@ -48,6 +48,7 @@
test.capture [[
<ItemGroup>
<ClCompile Include="hello.c">
+ <CompileAs>CompileAsC</CompileAs>
</ClCompile>
</ItemGroup>
]]
@@ -86,6 +87,7 @@
test.capture [[
<ItemGroup>
<ClCompile Include="src\greetings\hello.c">
+ <CompileAs>CompileAsC</CompileAs>
</ClCompile>
</ItemGroup>
]]