Skip to content

Commit 5225214

Browse files
committed
fixed:plugin module release dir
1 parent 4120869 commit 5225214

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

XEngine_Source/XEngine_PluginModule/ModulePlugin_BMIndex/ModulePlugin_BMIndex.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,17 @@
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
7979
<IncludePath>$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath>
8080
<LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath>
81+
<OutDir>$(SolutionDir)$(Configuration)\XEngine_Plugin\</OutDir>
8182
</PropertyGroup>
8283
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
8384
<IncludePath>$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath>
8485
<LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath>
86+
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\XEngine_Plugin\</OutDir>
8587
</PropertyGroup>
8688
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
8789
<IncludePath>$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath>
8890
<LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath>
91+
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\XEngine_Plugin\</OutDir>
8992
</PropertyGroup>
9093
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
9194
<ClCompile>

XEngine_Source/XEngine_PluginModule/ModulePlugin_Timezone/ModulePlugin_Timezone.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,17 @@
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
7979
<IncludePath>$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath>
8080
<LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath>
81+
<OutDir>$(SolutionDir)$(Configuration)\XEngine_Plugin\</OutDir>
8182
</PropertyGroup>
8283
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
8384
<IncludePath>$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath>
8485
<LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath>
86+
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\XEngine_Plugin\</OutDir>
8587
</PropertyGroup>
8688
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
8789
<IncludePath>$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath>
8890
<LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath>
91+
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\XEngine_Plugin\</OutDir>
8992
</PropertyGroup>
9093
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
9194
<ClCompile>

0 commit comments

Comments
 (0)