File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
XEngine_Source/XEngine_PluginModule Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments