diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-24 14:44:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-24 14:44:40 +0000 |
commit | 4441cebd24986683d7997edb3a9a65021fcf6428 (patch) | |
tree | 85256912e306c990653fc14ddb60bd53584e3007 /plugins/HistoryPlusPlus/historypp.dproj | |
parent | f71df387132c5a91ae4c064ac7da5e8c616af5b2 (diff) |
hmm... this shall be System.String, otherwise it dies
git-svn-id: http://svn.miranda-ng.org/main/trunk@17205 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/historypp.dproj')
-rw-r--r-- | plugins/HistoryPlusPlus/historypp.dproj | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/HistoryPlusPlus/historypp.dproj b/plugins/HistoryPlusPlus/historypp.dproj index c8dfab1438..88f6028e9f 100644 --- a/plugins/HistoryPlusPlus/historypp.dproj +++ b/plugins/HistoryPlusPlus/historypp.dproj @@ -123,9 +123,9 @@ <DCC_DcuOutput>..\..\bin10\Debug\Obj\hpp\</DCC_DcuOutput>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
- <Debugger_CWD>W:\miranda-ng\bin12\Debug64</Debugger_CWD>
+ <Debugger_CWD>D:\Myranda\bin12\Debug64</Debugger_CWD>
<DCC_DebugDCUs>true</DCC_DebugDCUs>
- <Debugger_HostApplication>W:\miranda-ng\bin12\Debug64\Miranda64.exe</Debugger_HostApplication>
+ <Debugger_HostApplication>D:\Myranda\bin12\Debug64\Miranda64.exe</Debugger_HostApplication>
<BRCC_OutputDir>..\..\bin10\temp\res\</BRCC_OutputDir>
<DCC_ExeOutput>..\..\bin12\Debug64\Plugins\</DCC_ExeOutput>
<DCC_BplOutput>..\..\bin12\Debug64\Plugins\</DCC_BplOutput>
@@ -133,12 +133,6 @@ <DCC_DcpOutput>..\..\bin12\Debug64\Obj\hpp\</DCC_DcpOutput>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
- <DCC_BplOutput>..\..\bin12\Debug\Plugins\</DCC_BplOutput>
- <DCC_ExeOutput>..\..\bin12\Debug\Plugins\</DCC_ExeOutput>
- <DCC_DcpOutput>..\..\bin12\Debug\Obj\hpp\</DCC_DcpOutput>
- <DCC_DcuOutput>..\..\bin12\Debug\Obj\hpp\</DCC_DcuOutput>
- <Debugger_CWD>W:\miranda-ng\bin12\Debug</Debugger_CWD>
- <Debugger_HostApplication>W:\miranda-ng\bin12\Debug\Miranda32.exe</Debugger_HostApplication>
<DCC_DebugDCUs>true</DCC_DebugDCUs>
</PropertyGroup>
<ItemGroup>
|