aboutsummaryrefslogtreecommitdiffstats
path: root/common.props
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-04-03 10:52:53 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-04-03 10:52:53 +0800
commit2034493de18a0d98edf4e055b560c22676566f0e (patch)
tree7f9ecbbc2c676974a8d70c59a6a8a30ffbf48255 /common.props
parente93fda860bf3b798f6a02ee806da6693a725dd2f (diff)
downloaddexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.gz
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.bz2
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.lz
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.xz
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.zst
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.zip
add vcproj files
Diffstat (limited to 'common.props')
-rw-r--r--common.props26
1 files changed, 26 insertions, 0 deletions
diff --git a/common.props b/common.props
new file mode 100644
index 0000000..d6fdbb9
--- /dev/null
+++ b/common.props
@@ -0,0 +1,26 @@
+<?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>
+ <OutDir>$(SolutionDir)bin\</OutDir>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <AdditionalIncludeDirectories>$(SolutionDir)../cybozulib/include;$(SolutionDir)../cybozulib_ext/include;$(SolutionDir)include;$(SolutionDir)../mcl/include</AdditionalIncludeDirectories>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <WarningLevel>Level4</WarningLevel>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <PrecompiledHeaderFile />
+ <PrecompiledHeaderOutputFile />
+ <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);NOMINMAX;BLS_MAX_OP_UNIT_SIZE=6</PreprocessorDefinitions>
+ </ClCompile>
+ <Link>
+ <AdditionalLibraryDirectories>$(SolutionDir)../cybozulib_ext/lib;$(SolutionDir)../mcl/lib;$(SolutionDir)lib</AdditionalLibraryDirectories>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup />
+</Project>