|
|
|
@ -22,32 +22,32 @@
@@ -22,32 +22,32 @@
|
|
|
|
|
<ProjectGuid>{9430017C-9E01-4954-B378-81CB23EB8C31}</ProjectGuid> |
|
|
|
|
<Keyword>Win32Proj</Keyword> |
|
|
|
|
<RootNamespace>Nockback</RootNamespace> |
|
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
|
|
|
|
<WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
@ -77,7 +77,7 @@
@@ -77,7 +77,7 @@
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
|
<OutDir>..\..\..\..\..\..\..\..\Ashita 3\plugins</OutDir> |
|
|
|
|
<OutDir>..\release\plugins</OutDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
|