]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added CompileAsCpp.props for VC++ compilation
authorinikep <inikep@gmail.com>
Wed, 10 Aug 2016 12:21:08 +0000 (14:21 +0200)
committerinikep <inikep@gmail.com>
Wed, 10 Aug 2016 12:21:08 +0000 (14:21 +0200)
projects/VS2010/CompileAsCpp.props [new file with mode: 0644]

diff --git a/projects/VS2010/CompileAsCpp.props b/projects/VS2010/CompileAsCpp.props
new file mode 100644 (file)
index 0000000..372a94b
--- /dev/null
@@ -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>