From 77638d30232db62b70f89f5aa0d562ae72b5b65f Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 18 Mar 2007 16:25:17 +0000 Subject: [PATCH] Fixed the project files for a couple of the dlls so they are placed in \bin\ when built. --- bin/PhysicsManager.dll | Bin 20480 -> 20480 bytes bin/RemoteGridServers.dll | Bin 20480 -> 20480 bytes bin/ServerConsole.dll | Bin 16384 -> 16384 bytes bin/SimConfig.dll | Bin 20480 -> 20480 bytes .../LocalGridServers/LocalGridServers.csproj | 4 ++-- .../Db4LocalStorage/Db4LocalStorage.csproj | 4 ++-- .../RemoteGridServers.csproj | 4 ++-- 7 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/PhysicsManager.dll b/bin/PhysicsManager.dll index 12faf24feaf78a1c7b5fe524053f83eab43a629c..0928a9431f936e7dae8a05ebd96a328d2b8e76ff 100644 GIT binary patch delta 105 zcmZozz}T>WaY6@^fBMF*7AYq6;>iNi7C>sVm-Hrf0iHL1c*2~RefInQQpvL2q`sL) yxq+8Uz1WkBfq{_$sA`&l3?r)vgE@oc=Iw^|Q0C;{M$S;dkBs|xHZwZ>=LZ1Is~>Fu delta 105 zcmZozz}T>WaY6@ENXo{p7AdAxg_8xOEtpmoZuXMi#4f;PdM;`!_gU{|XWqlNwm0qE z%%j}E%eAV|lZ%0YkzrNg=4l2pjI0I>mJAk~w;S3+nUjATIYR|MGVbHq%;@l+9{`Zd BB6$D+ diff --git a/bin/RemoteGridServers.dll b/bin/RemoteGridServers.dll index 2c56a58f22391b78ccf842eb757e432eb086d434..3344f2cdf376900edf8b663a6d964066674ddc6e 100644 GIT binary patch delta 135 zcmZozz}T>WaY6^PfBN5z-KA12o?Pn1lUbzWz>Ljl(s`T$J92ipia#v&oqktF^3;{W z<(r?Vtl;KWFZSeOU|?hb(wnCnh%@pUGw3lGF<3H~Fqkt~Zr*L^j3zXh+t?aS(MQI0 LJewIE{__I>H5(;n delta 135 zcmZozz}T>WaY6_46Y<|0yGx~5+_^r@nam;`2V{JlvpG#Vk5gb($^91({(W`cePcn? zjkUp1o1dtx;O71`$DNCTfsp}7Z=P--&d6)XpvPdsV8CF=V9sE%dAFf6n$To!V{0@; O9~sy2Y-V)$&kq2aQY*;- diff --git a/bin/ServerConsole.dll b/bin/ServerConsole.dll index cad41635443a5e914fdf039f83855cc86b7be355..f93869031d15c90d7c7bed8dcfcdfff66127c638 100644 GIT binary patch delta 98 zcmZo@U~Fh$oY2AKm%gzpPnb!)c=In|J7$4nyjG7ctexq)`(E)%_8RTp%^u<|oLuU~ so?HwJj0`|k(-b5aSxp$s87wz%Ry2k(C%;y5h6;XUJjb({(cnKn0B+45@&Et; delta 98 zcmZo@U~Fh$oY27(oU*YiPncaB{6I s^yFe-U}ONQnx-JZ$ZEh~$zZ;Dv!XGSIr+7cGgR;+<2jzqj0XSt0rMLn4FCWD diff --git a/bin/SimConfig.dll b/bin/SimConfig.dll index 1b14d11ef2bf27f418692e4510c8f0e8ad8361c0..bc657ac9df0cc12e386e50f56d4d4e6776a1714d 100644 GIT binary patch delta 105 zcmZozz}T>WaY6@EK>EfmEh#3A;>p{je3;aWH?v4f@C)c4JT%8e=C0G`J-=Dctb5_Q zSw|~@jZ350lZ%0YkwK$)^E3kiMphFB3kHMDs|}^0%*m&XoS}jr8Q<}2W_0+^4*)e{ BAoc(N delta 105 zcmZozz}T>WaY6@EXv)SeEh(l|g_E~Q`7o_4+{_{^!7pIj?K3TS)(7_;iQTK1?ys=h ztfQ5{#mJAk~R~t%0nUhZ&IYR|MGQQ*4%;@l+9{_vk BA_o8f diff --git a/src/LocalServers/LocalGridServers/LocalGridServers.csproj b/src/LocalServers/LocalGridServers/LocalGridServers.csproj index d23784be54..0bd8d598f4 100644 --- a/src/LocalServers/LocalGridServers/LocalGridServers.csproj +++ b/src/LocalServers/LocalGridServers/LocalGridServers.csproj @@ -8,7 +8,7 @@ {D7F0395B-FADC-4936-80A0-D95AACE92F62} - bin\Debug\ + ..\..\..\bin\ False DEBUG;TRACE True @@ -16,7 +16,7 @@ True - bin\Release\ + ..\..\..\bin\ True TRACE False diff --git a/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj b/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj index a9808d4294..c103c48308 100644 --- a/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj +++ b/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj @@ -8,7 +8,7 @@ {74784F23-B0FD-484C-82C1-96C0215733DC} - bin\Debug\ + ..\..\..\bin\ False DEBUG;TRACE True @@ -16,7 +16,7 @@ True - bin\Release\ + ..\..\..\bin\ True TRACE False diff --git a/src/RemoteServers/RemoteGridServers/RemoteGridServers.csproj b/src/RemoteServers/RemoteGridServers/RemoteGridServers.csproj index a99941e7ca..43b2701329 100644 --- a/src/RemoteServers/RemoteGridServers/RemoteGridServers.csproj +++ b/src/RemoteServers/RemoteGridServers/RemoteGridServers.csproj @@ -8,7 +8,7 @@ {CF0E7E62-34F4-4AB2-BDBD-AFC63224A7E5} - bin\Debug\ + ..\..\..\bin\ False DEBUG;TRACE True @@ -16,7 +16,7 @@ True - bin\Release\ + ..\..\..\bin\ True TRACE False