aboutsummaryrefslogtreecommitdiff
path: root/zenfs_common.props
diff options
context:
space:
mode:
Diffstat (limited to 'zenfs_common.props')
-rw-r--r--zenfs_common.props17
1 files changed, 17 insertions, 0 deletions
diff --git a/zenfs_common.props b/zenfs_common.props
new file mode 100644
index 000000000..e01612b41
--- /dev/null
+++ b/zenfs_common.props
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets" />
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(SolutionDir)\3rdparty\BLAKE3\lib\Win64</LibraryPath>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <LanguageStandard>stdcpplatest</LanguageStandard>
+ <WarningLevel>Level4</WarningLevel>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <TreatWarningAsError>true</TreatWarningAsError>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup />
+</Project> \ No newline at end of file