From f8daa1126a11f528e97514f16229b34d9e55f804 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Thu, 2 Sep 2010 09:02:15 -0500 Subject: [PATCH] Move FreeSWITCH.Managed to correct location --- Freeswitch.2010.sln | 8 +++--- .../managed/FreeSWITCH.Managed.2010.csproj | 26 +++++++++++++++++-- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/Freeswitch.2010.sln b/Freeswitch.2010.sln index 7e0733ce70..c865b6861a 100644 --- a/Freeswitch.2010.sln +++ b/Freeswitch.2010.sln @@ -1771,12 +1771,12 @@ Global {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.All|x64.ActiveCfg = Release|Any CPU {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.Debug|Win32.ActiveCfg = Debug|Any CPU {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.Debug|Win32.Build.0 = Debug|Any CPU - {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.Debug|x64.ActiveCfg = Debug|Any CPU - {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.Debug|x64.Build.0 = Debug|Any CPU + {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.Debug|x64.ActiveCfg = Debug|x64 + {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.Debug|x64.Build.0 = Debug|x64 {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.Release|Win32.ActiveCfg = Release|Any CPU {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.Release|Win32.Build.0 = Release|Any CPU - {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.Release|x64.ActiveCfg = Release|Any CPU - {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.Release|x64.Build.0 = Release|Any CPU + {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.Release|x64.ActiveCfg = Release|x64 + {834E2B2F-5483-4B80-8FE3-FE48FF76E5C0}.Release|x64.Build.0 = Release|x64 {E796E337-DE78-4303-8614-9A590862EE95}.All|Win32.ActiveCfg = Release|Win32 {E796E337-DE78-4303-8614-9A590862EE95}.All|Win32.Build.0 = Release|Win32 {E796E337-DE78-4303-8614-9A590862EE95}.All|x64.ActiveCfg = Release|Win32 diff --git a/src/mod/languages/mod_managed/managed/FreeSWITCH.Managed.2010.csproj b/src/mod/languages/mod_managed/managed/FreeSWITCH.Managed.2010.csproj index 740ae04cff..4c1382b9a6 100644 --- a/src/mod/languages/mod_managed/managed/FreeSWITCH.Managed.2010.csproj +++ b/src/mod/languages/mod_managed/managed/FreeSWITCH.Managed.2010.csproj @@ -24,7 +24,7 @@ true full false - ..\..\..\..\..\managed\debug\ + ..\..\..\..\..\Win32\Debug\mod\ TRACE;DEBUG;CLR_VERSION40 prompt 4 @@ -32,11 +32,33 @@ pdbonly true - ..\..\..\..\..\managed\release\ + ..\..\..\..\..\Win32\Release\mod\ TRACE;CLR_VERSION40 prompt 4 + + true + ..\..\..\..\..\x64\Debug\mod\ + TRACE;DEBUG;CLR_VERSION40 + full + x64 + prompt + true + true + true + + + ..\..\..\..\..\x64\Release\mod\ + TRACE;CLR_VERSION40 + true + pdbonly + x64 + prompt + true + true + true +