100 lines
2.8 KiB
XML
Executable File
100 lines
2.8 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="projbuild.xsd">
|
|
<platform name="win32">
|
|
<target name="Debug">
|
|
<config output_path="win32_debug" precompiled_header="stdafx.h" create_precompiled_header="true">
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="STRICT"/>
|
|
<define value="_DEBUG"/>
|
|
</defines>
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)/base/src/forceinclude/win32_debug.h" order="0"/>
|
|
</forceincludes>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<VCMIDLTool
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="false"
|
|
TargetEnvironment="1"
|
|
GenerateStublessProxies="true"
|
|
TypeLibraryName="$(IntDir)/memvisualize.tlb"
|
|
HeaderFileName="memvisualize.h"
|
|
DLLDataFileName=""
|
|
InterfaceIdentifierFileName="memvisualize_i.c"
|
|
ProxyFileName="memvisualize_p.c"
|
|
/>
|
|
<VCLinkerTool
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<VCResourceCompilerTool
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories="$(IntDir)"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Release">
|
|
<config output_path="win32_release" precompiled_header="stdafx.h" create_precompiled_header="true">
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="STRICT"/>
|
|
<define value="NDEBUG"/>
|
|
</defines>
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)/base/src/forceinclude/win32_release.h" order="0"/>
|
|
</forceincludes>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<VCMIDLTool
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="false"
|
|
TargetEnvironment="1"
|
|
GenerateStublessProxies="true"
|
|
TypeLibraryName="$(IntDir)/memvisualize.tlb"
|
|
HeaderFileName="memvisualize.h"
|
|
DLLDataFileName=""
|
|
InterfaceIdentifierFileName="memvisualize_i.c"
|
|
ProxyFileName="memvisualize_p.c"
|
|
/>
|
|
<VCLinkerTool
|
|
LinkIncremental="1"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<CResourceCompilerTool
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories="$(IntDir)"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
</platform>
|
|
</project> |