|
|
|
@ -47,9 +47,9 @@
@@ -47,9 +47,9 @@
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
@ -81,6 +81,7 @@
@@ -81,6 +81,7 @@
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
|
<OutDir>..\..\..\..\Ashita 3\plugins</OutDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
|
<ClCompile> |
|
|
|
@ -139,11 +140,14 @@
@@ -139,11 +140,14 @@
|
|
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
|
<PrecompiledHeader> |
|
|
|
|
</PrecompiledHeader> |
|
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<Optimization>Full</Optimization> |
|
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;NOCKBACK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<ExceptionHandling>Async</ExceptionHandling> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Link> |
|
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
|