diff options
author | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-11 21:06:25 +0000 |
---|---|---|
committer | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-11 21:06:25 +0000 |
commit | 415e738feb188909dea60831aef07c4fb0fe0f17 (patch) | |
tree | 655d59ab571962a2b3fa2fdc492bee3b83b024cc /vcproj-9/plugin-pid.vcproj | |
parent | d187830a9f19239d7f43729a51198ed9dd8c176f (diff) | |
download | hercules-415e738feb188909dea60831aef07c4fb0fe0f17.tar.gz hercules-415e738feb188909dea60831aef07c4fb0fe0f17.tar.bz2 hercules-415e738feb188909dea60831aef07c4fb0fe0f17.tar.xz hercules-415e738feb188909dea60831aef07c4fb0fe0f17.zip |
* Merged changes up to eAthena 15032.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15065 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9/plugin-pid.vcproj')
-rw-r--r-- | vcproj-9/plugin-pid.vcproj | 89 |
1 files changed, 20 insertions, 69 deletions
diff --git a/vcproj-9/plugin-pid.vcproj b/vcproj-9/plugin-pid.vcproj index caa9a91df..2dea26fcd 100644 --- a/vcproj-9/plugin-pid.vcproj +++ b/vcproj-9/plugin-pid.vcproj @@ -2,8 +2,9 @@ <VisualStudioProject ProjectType="Visual C++" Version="9.00" - Name="pid" + Name="plugin-pid" ProjectGUID="{9509E1B9-DA2B-4153-9EE0-CBCA6597F198}" + RootNamespace="plugin-pid" TargetFrameworkVersion="0" > <Platforms> @@ -16,12 +17,9 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory=".\Debug/pid" - IntermediateDirectory=".\Debug/pid" + OutputDirectory="..\plugins" + IntermediateDirectory="$(ProjectName)\$(ConfigurationName)" ConfigurationType="2" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool @@ -38,28 +36,18 @@ /> <Tool Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - SuppressStartupBanner="true" - TargetEnvironment="1" - GenerateStublessProxies="true" - TypeLibraryName=".\Debug/pid/pid.tlb" - HeaderFileName="" /> <Tool Name="VCCLCompilerTool" AdditionalOptions="/MP" Optimization="0" AdditionalIncludeDirectories="../3rdparty/msinttypes/include" - PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" + PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL" BasicRuntimeChecks="3" RuntimeLibrary="1" - PrecompiledHeaderFile=".\Debug/pid/pid.pch" - AssemblerListingLocation=".\Debug/pid/" - ObjectFile=".\Debug/pid/" - ProgramDataBaseFileName=".\Debug/pid/" WarningLevel="3" - SuppressStartupBanner="true" - DebugInformationFormat="4" + DebugInformationFormat="3" + DisableSpecificWarnings="4996" /> <Tool Name="VCManagedResourceCompilerTool" @@ -74,15 +62,13 @@ /> <Tool Name="VCLinkerTool" - OutputFile="../plugins/pid.dll" - LinkIncremental="2" - SuppressStartupBanner="true" + OutputFile="$(OutDir)\pid.dll" + LinkIncremental="1" ModuleDefinitionFile="..\src\plugins\pid.def" GenerateDebugInformation="true" - ProgramDatabaseFile="../plugins/pid.pdb" + ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" RandomizedBaseAddress="1" - DataExecutionPrevention="0" - ImportLibrary=".\Debug/pid/pid.lib" + ImportLibrary="$(IntDir)\$(TargetName).lib" TargetMachine="1" /> <Tool @@ -96,8 +82,6 @@ /> <Tool Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile=".\Debug/pid/pid.bsc" /> <Tool Name="VCFxCopTool" @@ -111,12 +95,9 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory=".\Release/pid" - IntermediateDirectory=".\Release/pid" + OutputDirectory="..\plugins" + IntermediateDirectory="$(ProjectName)\$(ConfigurationName)" ConfigurationType="2" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool @@ -133,12 +114,6 @@ /> <Tool Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - SuppressStartupBanner="true" - TargetEnvironment="1" - GenerateStublessProxies="true" - TypeLibraryName=".\Release/pid/pid.tlb" - HeaderFileName="" /> <Tool Name="VCCLCompilerTool" @@ -146,16 +121,13 @@ Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../3rdparty/msinttypes/include" - PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" + PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL" StringPooling="true" RuntimeLibrary="0" EnableFunctionLevelLinking="true" - PrecompiledHeaderFile=".\Release/pid/pid.pch" - AssemblerListingLocation=".\Release/pid/" - ObjectFile=".\Release/pid/" - ProgramDataBaseFileName=".\Release/pid/" WarningLevel="3" - SuppressStartupBanner="true" + DebugInformationFormat="3" + DisableSpecificWarnings="4996" /> <Tool Name="VCManagedResourceCompilerTool" @@ -170,14 +142,13 @@ /> <Tool Name="VCLinkerTool" - OutputFile="../plugins/pid.dll" + OutputFile="$(OutDir)\pid.dll" LinkIncremental="1" - SuppressStartupBanner="true" ModuleDefinitionFile="..\src\plugins\pid.def" - ProgramDatabaseFile="../plugins/pid.pdb" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" RandomizedBaseAddress="1" - DataExecutionPrevention="0" - ImportLibrary=".\Release/pid/pid.lib" + ImportLibrary="$(IntDir)\$(TargetName).lib" TargetMachine="1" /> <Tool @@ -191,8 +162,6 @@ /> <Tool Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile=".\Release/pid/pid.bsc" /> <Tool Name="VCFxCopTool" @@ -211,24 +180,6 @@ <File RelativePath="..\src\plugins\pid.c" > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="" - /> - </FileConfiguration> </File> <File RelativePath="..\src\plugins\pid.def" |