|
|
|
@ -27,7 +27,7 @@
@@ -27,7 +27,7 @@
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
@ -40,7 +40,7 @@
@@ -40,7 +40,7 @@
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
@ -69,7 +69,7 @@
@@ -69,7 +69,7 @@
|
|
|
|
|
</ImportGroup> |
|
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
|
<OutDir>..\..\..\bin\</OutDir> |
|
|
|
|
<OutDir>Release\</OutDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
<OutDir>..\..\bin\</OutDir> |
|
|
|
@ -111,8 +111,8 @@
@@ -111,8 +111,8 @@
|
|
|
|
|
<ModuleDefinitionFile>Exports.def</ModuleDefinitionFile> |
|
|
|
|
</Link> |
|
|
|
|
<PostBuildEvent> |
|
|
|
|
<Command>copy "..\..\..\bin\MultiSend.dll" "C:\Program Files (x86)\Ashita 3\plugins\MultiSend.dll" |
|
|
|
|
copy "..\..\..\bin\MultiSend.dll" "..\..\release\plugins\MultiSend.dll"</Command> |
|
|
|
|
<Command>copy "Release\$(ProjectName).dll" "C:\Ashita 3\plugins\$(ProjectName).dll" |
|
|
|
|
copy "Release\$(ProjectName).dll" "..\..\release\plugins\$(ProjectName).dll"</Command> |
|
|
|
|
</PostBuildEvent> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|