mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-16 05:47:11 +02:00
bin
module
vendor
ConcurrentQueue
Fmt
JSMN
MaxmindDB
.github
bin
dev-bin
doc
include
projects
VS12
README.md
libmaxminddb-release.props
libmaxminddb-x64.props
libmaxminddb.props
libmaxminddb.sln
libmaxminddb.vcxproj
libmaxminddb.vcxproj.filters
maxminddb_config.h
VS12-tests
test.vcxproj.template
src
t
.gitignore
.gitmodules
.perltidyrc
.uncrustify.cfg
AUTHORS
CMakeLists.txt
Changes.md
LICENSE
Makefile.am
NOTICE
README.dev.md
README.md
bootstrap
common.mk
configure.ac
POCO
SimpleIni
Squirrel
TinyDir
ZMQ
CMakeLists.txt
.gitignore
.gitmodules
CMakeLists.txt
LICENSE
README.md
33 lines
1.4 KiB
XML
33 lines
1.4 KiB
XML
<?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>
|
|
<IntDir>$(SolutionDir)$(Configuration)\obj\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>..\..\include</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<ProgramDataBaseFileName>$(OutDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
|
<Optimization>Disabled</Optimization>
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
</ClCompile>
|
|
<PreBuildEvent>
|
|
<Command>if NOT EXIST (..\..\include\maxminddb_config.h) (
|
|
copy maxminddb_config.h ..\..\include\maxminddb_config.h
|
|
)</Command>
|
|
</PreBuildEvent>
|
|
<Lib>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup />
|
|
</Project>
|