|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
|
<VisualStudioProject
|
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
|
Version="9.00"
|
|
|
|
|
Version="9,00"
|
|
|
|
|
Name="alias_synchronizer"
|
|
|
|
|
ProjectGUID="{3ECD7F32-6603-45D2-91AB-5FBC278F6DC8}"
|
|
|
|
|
TargetFrameworkVersion="0"
|
|
|
|
@ -40,29 +40,22 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
|
MkTypLibCompatible="true"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
TargetEnvironment="1"
|
|
|
|
|
TypeLibraryName=".\Release/alias_synchronizer.tlb"
|
|
|
|
|
HeaderFileName=""
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="2"
|
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
|
AdditionalIncludeDirectories="../../../../../code/nel/include"
|
|
|
|
|
Optimization="3"
|
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
OmitFramePointers="true"
|
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;NDEBUG;_WINDOWS"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
ExceptionHandling="2"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
|
PrecompiledHeaderFile=".\Release/alias_synchronizer.pch"
|
|
|
|
|
AssemblerListingLocation=".\Release/"
|
|
|
|
|
ObjectFile=".\Release/"
|
|
|
|
|
ProgramDataBaseFileName=".\Release/"
|
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
@ -77,14 +70,10 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
|
AdditionalDependencies="libxml2.lib gdi32.lilibxml_debug.lib b odbc32.lib odbccp32.lib"
|
|
|
|
|
OutputFile="alias_synchronizer_r.exe"
|
|
|
|
|
LinkIncremental="1"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
ProgramDatabaseFile=".\Release/alias_synchronizer_r.pdb"
|
|
|
|
|
SubSystem="1"
|
|
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
|
DataExecutionPrevention="0"
|
|
|
|
|
OptimizeReferences="2"
|
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
|
TargetMachine="1"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
@ -98,8 +87,6 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
OutputFile=".\Release/alias_synchronizer.bsc"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
@ -112,9 +99,9 @@
|
|
|
|
|
/>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration
|
|
|
|
|
Name="Debug|Win32"
|
|
|
|
|
OutputDirectory=".\Debug"
|
|
|
|
|
IntermediateDirectory=".\Debug"
|
|
|
|
|
Name="Release|x64"
|
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
ConfigurationType="1"
|
|
|
|
|
UseOfMFC="0"
|
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
@ -134,53 +121,39 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
|
MkTypLibCompatible="true"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
TargetEnvironment="1"
|
|
|
|
|
TypeLibraryName=".\Debug/alias_synchronizer.tlb"
|
|
|
|
|
HeaderFileName=""
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="0"
|
|
|
|
|
AdditionalIncludeDirectories="../../../../../code/nel/include"
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;_DEBUG;_WINDOWS"
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
SmallerTypeCheck="true"
|
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
|
PrecompiledHeaderFile=".\Debug/alias_synchronizer.pch"
|
|
|
|
|
AssemblerListingLocation=".\Debug/"
|
|
|
|
|
ObjectFile=".\Debug/"
|
|
|
|
|
ProgramDataBaseFileName=".\Debug/"
|
|
|
|
|
Optimization="3"
|
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
OmitFramePointers="true"
|
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;NDEBUG;_WINDOWS"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
ExceptionHandling="2"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
|
Culture="1033"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
|
AdditionalDependencies="libxml2.lib"
|
|
|
|
|
OutputFile="alias_synchronizer_d.exe"
|
|
|
|
|
LinkIncremental="1"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
|
ProgramDatabaseFile=".\Debug/alias_synchronizer_d.pdb"
|
|
|
|
|
OutputFile="alias_synchronizer_r.exe"
|
|
|
|
|
SubSystem="1"
|
|
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
|
DataExecutionPrevention="0"
|
|
|
|
|
TargetMachine="1"
|
|
|
|
|
OptimizeReferences="2"
|
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
|
TargetMachine="17"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCALinkTool"
|
|
|
|
@ -193,8 +166,6 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
OutputFile=".\Debug/alias_synchronizer.bsc"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
@ -207,9 +178,9 @@
|
|
|
|
|
/>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration
|
|
|
|
|
Name="Release|x64"
|
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
Name="Debug|Win32"
|
|
|
|
|
OutputDirectory=".\Debug"
|
|
|
|
|
IntermediateDirectory=".\Debug"
|
|
|
|
|
ConfigurationType="1"
|
|
|
|
|
UseOfMFC="0"
|
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
@ -229,52 +200,37 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
|
MkTypLibCompatible="true"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
TargetEnvironment="3"
|
|
|
|
|
TypeLibraryName=".\Release/alias_synchronizer.tlb"
|
|
|
|
|
HeaderFileName=""
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="2"
|
|
|
|
|
Optimization="4"
|
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
|
AdditionalIncludeDirectories="../../../../../code/nel/include"
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;NDEBUG;_WINDOWS"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
|
PrecompiledHeaderFile=".\Release/alias_synchronizer.pch"
|
|
|
|
|
AssemblerListingLocation=".\Release/"
|
|
|
|
|
ObjectFile=".\Release/"
|
|
|
|
|
ProgramDataBaseFileName=".\Release/"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;_DEBUG;_WINDOWS"
|
|
|
|
|
MinimalRebuild="true"
|
|
|
|
|
ExceptionHandling="2"
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
SmallerTypeCheck="true"
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
|
Culture="1033"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
|
AdditionalDependencies="libxml2.lib gdi32.lilibxml_debug.lib b odbc32.lib odbccp32.lib"
|
|
|
|
|
OutputFile="alias_synchronizer_r.exe"
|
|
|
|
|
LinkIncremental="1"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
ProgramDatabaseFile=".\Release/alias_synchronizer_r.pdb"
|
|
|
|
|
OutputFile="alias_synchronizer_d.exe"
|
|
|
|
|
IgnoreDefaultLibraryNames="msvcrt.lib"
|
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
|
SubSystem="1"
|
|
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
|
DataExecutionPrevention="0"
|
|
|
|
|
TargetMachine="17"
|
|
|
|
|
TargetMachine="1"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCALinkTool"
|
|
|
|
@ -287,8 +243,6 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
OutputFile=".\Release/alias_synchronizer.bsc"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
@ -323,28 +277,19 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
|
MkTypLibCompatible="true"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
TargetEnvironment="3"
|
|
|
|
|
TypeLibraryName=".\Debug/alias_synchronizer.tlb"
|
|
|
|
|
HeaderFileName=""
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="0"
|
|
|
|
|
AdditionalIncludeDirectories="../../../../../code/nel/include"
|
|
|
|
|
Optimization="4"
|
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;_DEBUG;_WINDOWS"
|
|
|
|
|
MinimalRebuild="true"
|
|
|
|
|
ExceptionHandling="2"
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
SmallerTypeCheck="true"
|
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
|
PrecompiledHeaderFile=".\Debug/alias_synchronizer.pch"
|
|
|
|
|
AssemblerListingLocation=".\Debug/"
|
|
|
|
|
ObjectFile=".\Debug/"
|
|
|
|
|
ProgramDataBaseFileName=".\Debug/"
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
@ -360,15 +305,10 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
|
AdditionalDependencies="libxml2.lib"
|
|
|
|
|
OutputFile="alias_synchronizer_d.exe"
|
|
|
|
|
LinkIncremental="1"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
IgnoreDefaultLibraryNames="msvcrt.lib"
|
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
|
ProgramDatabaseFile=".\Debug/alias_synchronizer_d.pdb"
|
|
|
|
|
SubSystem="1"
|
|
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
|
DataExecutionPrevention="0"
|
|
|
|
|
TargetMachine="17"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
@ -382,8 +322,6 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
OutputFile=".\Debug/alias_synchronizer.bsc"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
@ -410,42 +348,6 @@
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="alias_synchronizer.cpp"
|
|
|
|
|
>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
|
|
|
|
</Files>
|
|
|
|
|