summaryrefslogtreecommitdiff
path: root/vcproj-9/plugin-console.vcproj
diff options
context:
space:
mode:
authoreathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 21:06:25 +0000
committereathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 21:06:25 +0000
commit415e738feb188909dea60831aef07c4fb0fe0f17 (patch)
tree655d59ab571962a2b3fa2fdc492bee3b83b024cc /vcproj-9/plugin-console.vcproj
parentd187830a9f19239d7f43729a51198ed9dd8c176f (diff)
downloadhercules-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-console.vcproj')
-rw-r--r--vcproj-9/plugin-console.vcproj89
1 files changed, 20 insertions, 69 deletions
diff --git a/vcproj-9/plugin-console.vcproj b/vcproj-9/plugin-console.vcproj
index 30337a0c1..9a13c2526 100644
--- a/vcproj-9/plugin-console.vcproj
+++ b/vcproj-9/plugin-console.vcproj
@@ -2,8 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
- Name="console"
+ Name="plugin-console"
ProjectGUID="{73E1101A-310C-4453-8F45-FD2795ABEF15}"
+ RootNamespace="plugin-console"
TargetFrameworkVersion="0"
>
<Platforms>
@@ -16,12 +17,9 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug/console"
- IntermediateDirectory=".\Debug/console"
+ 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/console/console.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/console/console.pch"
- AssemblerListingLocation=".\Debug/console/"
- ObjectFile=".\Debug/console/"
- ProgramDataBaseFileName=".\Debug/console/"
WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -74,15 +62,13 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile="../plugins/console.dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
+ OutputFile="$(OutDir)\console.dll"
+ LinkIncremental="1"
ModuleDefinitionFile="..\src\plugins\console.def"
GenerateDebugInformation="true"
- ProgramDatabaseFile="../plugins/console.pdb"
+ ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary=".\Debug/console/console.lib"
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
TargetMachine="1"
/>
<Tool
@@ -96,8 +82,6 @@
/>
<Tool
Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Debug/console/console.bsc"
/>
<Tool
Name="VCFxCopTool"
@@ -111,12 +95,9 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release/console"
- IntermediateDirectory=".\Release/console"
+ 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/console/console.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/console/console.pch"
- AssemblerListingLocation=".\Release/console/"
- ObjectFile=".\Release/console/"
- ProgramDataBaseFileName=".\Release/console/"
WarningLevel="3"
- SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -170,14 +142,13 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile="../plugins/console.dll"
+ OutputFile="$(OutDir)\console.dll"
LinkIncremental="1"
- SuppressStartupBanner="true"
ModuleDefinitionFile="..\src\plugins\console.def"
- ProgramDatabaseFile="../plugins/console.pdb"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary=".\Release/console/console.lib"
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
TargetMachine="1"
/>
<Tool
@@ -191,8 +162,6 @@
/>
<Tool
Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Release/console/console.bsc"
/>
<Tool
Name="VCFxCopTool"
@@ -211,24 +180,6 @@
<File
RelativePath="..\src\plugins\console.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\console.def"