added CompileAsCpp.props

This commit is contained in:
inikep
2016-08-05 10:12:32 +02:00
parent 4f5f301a4d
commit 28f85a6b20
2 changed files with 16 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemDefinitionGroup>
<ClCompile>
<CompileAs>CompileAsCpp</CompileAs>
</ClCompile>
</ItemDefinitionGroup>
</Project>