From: Alexander Köplinger Date: Fri, 20 Nov 2015 01:17:29 +0000 (+0100) Subject: [msvc] Remove outdated projects and configs to fix x64 build X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=a8ef200b11fafe8fce6f5c4e0da8077294270a11;p=mono.git [msvc] Remove outdated projects and configs to fix x64 build Some of the profiler projects are no longer needed since the corresponding pieces were removed. Update sln to only build required projects by default and update configurations in projects. Fixes the Win64 build on Jenkins. --- diff --git a/msvc/libmono.vcxproj b/msvc/libmono.vcxproj index 38b462da85d..1a541ddea20 100644 --- a/msvc/libmono.vcxproj +++ b/msvc/libmono.vcxproj @@ -443,7 +443,7 @@ $(windir)\system32\xcopy /F /Y "$(SolutionDir)..\mono\utils\mono-publib.h" "$(So false - libgc.lib;libmonoruntimesgen.lib;libmonoutils.lib;eglib.lib;%(AdditionalDependencies) + %(AdditionalDependencies) $(Platform)\lib;%(AdditionalLibraryDirectories) monosgen.def true diff --git a/msvc/mono-profiler-codeanalyst.def b/msvc/mono-profiler-codeanalyst.def deleted file mode 100644 index 33101455fb7..00000000000 --- a/msvc/mono-profiler-codeanalyst.def +++ /dev/null @@ -1,4 +0,0 @@ -; file generated by create-windef.pl -LIBRARY mono-profiler-codeanalyst.dll -EXPORTS -mono_profiler_startup \ No newline at end of file diff --git a/msvc/mono.sln b/msvc/mono.sln index 5b0424cb2bc..b1fd77c0f3a 100644 --- a/msvc/mono.sln +++ b/msvc/mono.sln @@ -31,8 +31,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "monodis", "monodis.vcxproj" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pedump", "pedump.vcxproj", "{84C7DB50-D6F8-4C47-B22C-6BB203AEB4D3}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "monodiet", "monodiet.vcxproj", "{8F90007F-8019-4191-8808-891E4762D958}" -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "monograph", "monograph.vcxproj", "{CA2A69D6-3B9D-45A5-8BF7-4E242E683122}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-metadata", "test-metadata.vcxproj", "{C2EB666E-9146-4B7A-85F6-25F9EA313770}" @@ -45,20 +43,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtest", "libtest.vcxproj" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "monoposixhelper", "monoposixhelper.vcxproj", "{33014734-0F46-4099-9A21-0C989E428681}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "profiler-logging", "profiler-logging.vcxproj", "{86663B87-4CD2-42B6-8D8E-C79DA1CCDEE6}" - ProjectSection(ProjectDependencies) = postProject - {CB0D9E92-293C-439C-9AC7-C5F59B6E0771} = {CB0D9E92-293C-439C-9AC7-C5F59B6E0771} - {158073ED-99AE-4196-9EDC-DDB2344F8466} = {158073ED-99AE-4196-9EDC-DDB2344F8466} - EndProjectSection -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jay", "..\mcs\jay\jay.vcxproj", "{5D485D32-3B9F-4287-AB24-C8DA5B89F537}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "profiler-codeanalyst", "profiler-codeanalyst.vcxproj", "{8FEF7F9E-F5F3-470E-91F4-404B7D6BC1BB}" - ProjectSection(ProjectDependencies) = postProject - {CB0D9E92-293C-439C-9AC7-C5F59B6E0771} = {CB0D9E92-293C-439C-9AC7-C5F59B6E0771} - {158073ED-99AE-4196-9EDC-DDB2344F8466} = {158073ED-99AE-4196-9EDC-DDB2344F8466} - EndProjectSection -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Profilers", "Profilers", "{4CFD7702-60B2-4E82-BFAD-FCBB53EB4DA2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "profiler-vtune", "profiler-vtune.vcxproj", "{F51017F9-B7FB-4F87-B7B5-12799D965783}" @@ -129,6 +115,7 @@ Global {6FDE4E5E-57D0-432F-A987-6C226A7827E4}.Release|Win32.ActiveCfg = Release|Win32 {6FDE4E5E-57D0-432F-A987-6C226A7827E4}.Release|x64.ActiveCfg = Release|x64 {A0EDDCD9-940F-432C-A28F-7EF322437D79}.Debug_SGen|Win32.ActiveCfg = Debug_SGen|Win32 + {A0EDDCD9-940F-432C-A28F-7EF322437D79}.Debug_SGen|Win32.Build.0 = Debug_SGen|Win32 {A0EDDCD9-940F-432C-A28F-7EF322437D79}.Debug_SGen|x64.ActiveCfg = Debug_SGen|x64 {A0EDDCD9-940F-432C-A28F-7EF322437D79}.Debug_SGen|x64.Build.0 = Debug_SGen|x64 {A0EDDCD9-940F-432C-A28F-7EF322437D79}.Debug|Win32.ActiveCfg = Debug|Win32 @@ -176,16 +163,6 @@ Global {84C7DB50-D6F8-4C47-B22C-6BB203AEB4D3}.Release_SGen|x64.ActiveCfg = Release|x64 {84C7DB50-D6F8-4C47-B22C-6BB203AEB4D3}.Release|Win32.ActiveCfg = Release|Win32 {84C7DB50-D6F8-4C47-B22C-6BB203AEB4D3}.Release|x64.ActiveCfg = Release|x64 - {8F90007F-8019-4191-8808-891E4762D958}.Debug_SGen|Win32.ActiveCfg = Debug|Win32 - {8F90007F-8019-4191-8808-891E4762D958}.Debug_SGen|x64.ActiveCfg = Debug|x64 - {8F90007F-8019-4191-8808-891E4762D958}.Debug_SGen|x64.Build.0 = Debug|x64 - {8F90007F-8019-4191-8808-891E4762D958}.Debug|Win32.ActiveCfg = Debug|Win32 - {8F90007F-8019-4191-8808-891E4762D958}.Debug|x64.ActiveCfg = Debug|x64 - {8F90007F-8019-4191-8808-891E4762D958}.Release_SGen|Win32.ActiveCfg = Release|Win32 - {8F90007F-8019-4191-8808-891E4762D958}.Release_SGen|x64.ActiveCfg = Release|x64 - {8F90007F-8019-4191-8808-891E4762D958}.Release_SGen|x64.Build.0 = Release|x64 - {8F90007F-8019-4191-8808-891E4762D958}.Release|Win32.ActiveCfg = Release|Win32 - {8F90007F-8019-4191-8808-891E4762D958}.Release|x64.ActiveCfg = Release|x64 {CA2A69D6-3B9D-45A5-8BF7-4E242E683122}.Debug_SGen|Win32.ActiveCfg = Debug|Win32 {CA2A69D6-3B9D-45A5-8BF7-4E242E683122}.Debug_SGen|x64.ActiveCfg = Debug|x64 {CA2A69D6-3B9D-45A5-8BF7-4E242E683122}.Debug_SGen|x64.Build.0 = Debug|x64 @@ -258,15 +235,6 @@ Global {33014734-0F46-4099-9A21-0C989E428681}.Release|Win32.Build.0 = Release|Win32 {33014734-0F46-4099-9A21-0C989E428681}.Release|x64.ActiveCfg = Release|x64 {33014734-0F46-4099-9A21-0C989E428681}.Release|x64.Build.0 = Release|x64 - {86663B87-4CD2-42B6-8D8E-C79DA1CCDEE6}.Debug_SGen|Win32.ActiveCfg = Debug|Win32 - {86663B87-4CD2-42B6-8D8E-C79DA1CCDEE6}.Debug_SGen|x64.ActiveCfg = Debug|x64 - {86663B87-4CD2-42B6-8D8E-C79DA1CCDEE6}.Debug_SGen|x64.Build.0 = Debug|x64 - {86663B87-4CD2-42B6-8D8E-C79DA1CCDEE6}.Debug|Win32.ActiveCfg = Debug|Win32 - {86663B87-4CD2-42B6-8D8E-C79DA1CCDEE6}.Debug|x64.ActiveCfg = Debug|x64 - {86663B87-4CD2-42B6-8D8E-C79DA1CCDEE6}.Release_SGen|Win32.ActiveCfg = Release|Win32 - {86663B87-4CD2-42B6-8D8E-C79DA1CCDEE6}.Release_SGen|x64.ActiveCfg = Release|x64 - {86663B87-4CD2-42B6-8D8E-C79DA1CCDEE6}.Release|Win32.ActiveCfg = Release|Win32 - {86663B87-4CD2-42B6-8D8E-C79DA1CCDEE6}.Release|x64.ActiveCfg = Release|x64 {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Debug_SGen|Win32.ActiveCfg = Debug|Win32 {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Debug_SGen|Win32.Build.0 = Debug|Win32 {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Debug_SGen|x64.ActiveCfg = Debug|Win32 @@ -279,18 +247,8 @@ Global {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Release|Win32.ActiveCfg = Release|Win32 {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Release|Win32.Build.0 = Release|Win32 {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Release|x64.ActiveCfg = Release|Win32 - {8FEF7F9E-F5F3-470E-91F4-404B7D6BC1BB}.Debug_SGen|Win32.ActiveCfg = Debug|Win32 - {8FEF7F9E-F5F3-470E-91F4-404B7D6BC1BB}.Debug_SGen|x64.ActiveCfg = Debug|x64 - {8FEF7F9E-F5F3-470E-91F4-404B7D6BC1BB}.Debug_SGen|x64.Build.0 = Debug|x64 - {8FEF7F9E-F5F3-470E-91F4-404B7D6BC1BB}.Debug|Win32.ActiveCfg = Debug|Win32 - {8FEF7F9E-F5F3-470E-91F4-404B7D6BC1BB}.Debug|x64.ActiveCfg = Debug|x64 - {8FEF7F9E-F5F3-470E-91F4-404B7D6BC1BB}.Release_SGen|Win32.ActiveCfg = Release|Win32 - {8FEF7F9E-F5F3-470E-91F4-404B7D6BC1BB}.Release_SGen|x64.ActiveCfg = Release|x64 - {8FEF7F9E-F5F3-470E-91F4-404B7D6BC1BB}.Release|Win32.ActiveCfg = Release|Win32 - {8FEF7F9E-F5F3-470E-91F4-404B7D6BC1BB}.Release|x64.ActiveCfg = Release|x64 {F51017F9-B7FB-4F87-B7B5-12799D965783}.Debug_SGen|Win32.ActiveCfg = Debug|Win32 {F51017F9-B7FB-4F87-B7B5-12799D965783}.Debug_SGen|x64.ActiveCfg = Debug|x64 - {F51017F9-B7FB-4F87-B7B5-12799D965783}.Debug_SGen|x64.Build.0 = Debug|x64 {F51017F9-B7FB-4F87-B7B5-12799D965783}.Debug|Win32.ActiveCfg = Debug|Win32 {F51017F9-B7FB-4F87-B7B5-12799D965783}.Debug|x64.ActiveCfg = Debug|x64 {F51017F9-B7FB-4F87-B7B5-12799D965783}.Release_SGen|Win32.ActiveCfg = Release|Win32 @@ -340,7 +298,6 @@ Global {B7098DFA-31E6-4006-8A15-1C9A4E925149} = {EE2CC761-9652-44AC-9204-7EB31194CAA6} {37F50E5A-4818-46CF-81FE-4BB06DE5D42E} = {EE2CC761-9652-44AC-9204-7EB31194CAA6} {84C7DB50-D6F8-4C47-B22C-6BB203AEB4D3} = {EE2CC761-9652-44AC-9204-7EB31194CAA6} - {8F90007F-8019-4191-8808-891E4762D958} = {EE2CC761-9652-44AC-9204-7EB31194CAA6} {CA2A69D6-3B9D-45A5-8BF7-4E242E683122} = {EE2CC761-9652-44AC-9204-7EB31194CAA6} {CB0D9E92-293C-439C-9AC7-C5F59B6E0771} = {0EBA83B7-0EB4-4C83-A900-77300A97E8B1} {EB56000B-C80B-4E8B-908D-D84D31B517D3} = {0EBA83B7-0EB4-4C83-A900-77300A97E8B1} @@ -350,8 +307,6 @@ Global {C36612BD-22D3-4B95-85E2-7FDC4FC5D739} = {0EBA83B7-0EB4-4C83-A900-77300A97E8B1} {80A0620A-3478-4E1A-AA7C-0D2387B892AB} = {ECA11C76-E192-4F67-A8FA-28B637D9716F} {5A435710-E6D2-4DD4-9B3F-A7239A32C6F4} = {ECA11C76-E192-4F67-A8FA-28B637D9716F} - {8FEF7F9E-F5F3-470E-91F4-404B7D6BC1BB} = {4CFD7702-60B2-4E82-BFAD-FCBB53EB4DA2} - {86663B87-4CD2-42B6-8D8E-C79DA1CCDEE6} = {4CFD7702-60B2-4E82-BFAD-FCBB53EB4DA2} {F51017F9-B7FB-4F87-B7B5-12799D965783} = {4CFD7702-60B2-4E82-BFAD-FCBB53EB4DA2} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution diff --git a/msvc/mono.vcxproj b/msvc/mono.vcxproj index 7788967b7c4..66f1f0ef99c 100644 --- a/msvc/mono.vcxproj +++ b/msvc/mono.vcxproj @@ -243,7 +243,7 @@ false - monosgen-2.0.lib;libgc.lib;eglib.lib;%(AdditionalDependencies) + %(AdditionalDependencies) $(Platform)\lib;%(AdditionalLibraryDirectories) true Console @@ -353,7 +353,7 @@ false - monosgen-2.0.lib;libgc.lib;eglib.lib;%(AdditionalDependencies) + %(AdditionalDependencies) $(Platform)\lib;%(AdditionalLibraryDirectories) true Console diff --git a/msvc/monodiet.vcxproj b/msvc/monodiet.vcxproj deleted file mode 100644 index 8f632070518..00000000000 --- a/msvc/monodiet.vcxproj +++ /dev/null @@ -1,209 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {8F90007F-8019-4191-8808-891E4762D958} - monodiet - Win32Proj - - - - Application - Unicode - v120 - - - Application - Unicode - v120 - - - Application - Unicode - v120 - - - Application - Unicode - v120 - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(Platform)\bin\$(Configuration)\ - $(Platform)\obj\$(ProjectName)\$(Configuration)\ - false - $(Platform)\bin\$(Configuration)\ - $(Platform)\obj\$(ProjectName)\$(Configuration)\ - false - $(Platform)\bin\$(Configuration)\ - $(Platform)\obj\$(ProjectName)\$(Configuration)\ - false - $(Platform)\bin\$(Configuration)\ - $(Platform)\obj\$(ProjectName)\$(Configuration)\ - false - - - - Disabled - ..\;..\libgc\include;..\VSDependancies\include\glib-2.0\glib;..\VSDependancies\include;..\mono\;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_WINDOWS;__WIN32__;HAVE_CONFIG_H;__i386__;TARGET_X86;HOST_WIN32;TARGET_WIN32;GC_NOT_DLL;GC_GCJ_SUPPORT;GC_WIN32_THREADS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - true - - - $(IntDir)monodiet/ - $(IntDir)monodiet/vc80.pdb - $(IntDir)monodiet/ - Level3 - ProgramDatabase - CompileAsC - 4996;%(DisableSpecificWarnings) - - - false - - - glib-2.0.lib;gmodule-2.0.lib;ws2_32.lib;gthread-2.0.lib;gobject-2.0.lib;mono.lib;Psapi.lib;%(AdditionalDependencies) - $(Platform)_$(Configuration)/lib;%(AdditionalLibraryDirectories) - true - Console - false - - - MachineX86 - - - - - MinSpace - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - false - - - $(Platform)_$(Configuration)/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\;..\libgc\include;..\VSDependancies\include\glib-2.0\glib;..\VSDependancies\include;..\mono\;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;_WINDOWS;__WIN32__;HOST_WIN32;TARGET_WIN32;__i386__;TARGET_X86;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - true - - - $(IntDir)monodiet/ - $(IntDir)monodiet/vc80.pdb - $(IntDir)monodiet/ - Level3 - ProgramDatabase - CompileAsC - 4996;%(DisableSpecificWarnings) - - - false - - - glib-2.0.lib;gmodule-2.0.lib;ws2_32.lib;gthread-2.0.lib;gobject-2.0.lib;libmono.lib;Psapi.lib;%(AdditionalDependencies) - $(Platform)_$(Configuration)/lib;%(AdditionalLibraryDirectories) - true - Console - MachineX64 - - - - - X64 - - - MinSpace - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - false - - - $(Platform)_$(Configuration)/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX64 - - - - - - - - - {cb0d9e92-293c-439c-9ac7-c5f59b6e0771} - false - - - - - - \ No newline at end of file diff --git a/msvc/profiler-codeanalyst.vcxproj b/msvc/profiler-codeanalyst.vcxproj deleted file mode 100644 index d9d013ce515..00000000000 --- a/msvc/profiler-codeanalyst.vcxproj +++ /dev/null @@ -1,180 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {8FEF7F9E-F5F3-470E-91F4-404B7D6BC1BB} - profilercodeanalyst - Win32Proj - - - - DynamicLibrary - Unicode - v120 - - - DynamicLibrary - Unicode - v120 - - - DynamicLibrary - Unicode - v120 - - - DynamicLibrary - Unicode - v120 - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(Platform)\bin\ - $(Platform)\bin\ - $(Platform)\obj\$(ProjectName)\ - $(Platform)\obj\$(ProjectName)\ - true - true - $(Platform)\bin\ - $(Platform)\bin\ - $(Platform)\obj\$(ProjectName)\ - $(Platform)\obj\$(ProjectName)\ - false - false - mono-profiler-codeanalyst - mono-profiler-codeanalyst - mono-profiler-codeanalyst - mono-profiler-codeanalyst - - - - MaxSpeed - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - ..\libgc\include;..\;..\mono\;..\mono\jit;..\mono\eglib\src;..\..\mono\eglib\src;C:\Program Files (x86)\AMD\CodeAnalyst\API\include;%(AdditionalIncludeDirectories) - - - true - Windows - true - true - MachineX86 - mono-profiler-codeanalyst.def - mono-2.0.lib;libgc.lib;eglib.lib;CAJitNtfyLib.lib;%(AdditionalDependencies) - $(Platform)\lib;C:\Program Files (x86)\AMD\CodeAnalyst\API\lib\32-bit;%(AdditionalLibraryDirectories) - - - - - MaxSpeed - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - ..\libgc\include;..\;..\mono\;..\mono\jit;..\mono\eglib\src;..\..\mono\eglib\src;C:\Program Files (x86)\AMD\CodeAnalyst\API\include;%(AdditionalIncludeDirectories) - - - true - Windows - true - true - mono-profiler-codeanalyst.def - mono-2.0.lib;libgc.lib;eglib.lib;CAJitNtfyLib.lib;%(AdditionalDependencies) - $(Platform)\lib;C:\Program Files (x86)\AMD\CodeAnalyst\API\lib\64-bit;%(AdditionalLibraryDirectories) - - - - - Disabled - ..\libgc\include;..\;..\mono\;..\mono\jit;..\mono\eglib\src;..\..\mono\eglib\src;C:\Program Files (x86)\AMD\CodeAnalyst\API\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - mono-2.0.lib;libgc.lib;eglib.lib;CAJitNtfyLib.lib;%(AdditionalDependencies) - $(Platform)\lib;C:\Program Files (x86)\AMD\CodeAnalyst\API\lib\32-bit;%(AdditionalLibraryDirectories) - true - Windows - MachineX86 - mono-profiler-codeanalyst.def - - - - - Disabled - ..\libgc\include;..\;..\mono\;..\mono\jit;..\mono\eglib\src;..\..\mono\eglib\src;C:\Program Files (x86)\AMD\CodeAnalyst\API\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - mono-2.0.lib;libgc.lib;eglib.lib;CAJitNtfyLib.lib;%(AdditionalDependencies) - $(Platform)\lib;C:\Program Files (x86)\AMD\CodeAnalyst\API\lib\64-bit;%(AdditionalLibraryDirectories) - true - Windows - mono-profiler-codeanalyst.def - - - - - - - - - - - - \ No newline at end of file diff --git a/msvc/profiler-cov.vcxproj b/msvc/profiler-cov.vcxproj deleted file mode 100644 index da7aaa3e67d..00000000000 --- a/msvc/profiler-cov.vcxproj +++ /dev/null @@ -1,173 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {83D4D926-2983-4770-BA92-EB9CB8828C95} - profilercov - Win32Proj - - - - DynamicLibrary - Unicode - v120 - - - DynamicLibrary - Unicode - v120 - - - DynamicLibrary - Unicode - v120 - - - DynamicLibrary - Unicode - v120 - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(Platform)\bin\ - $(Platform)\bin\ - $(Platform)\obj\$(ProjectName)\ - $(Platform)\obj\$(ProjectName)\ - true - true - $(Platform)\bin\ - $(Platform)\bin\ - $(Platform)\obj\$(ProjectName)\ - $(Platform)\obj\$(ProjectName)\ - false - false - mono-profiler-cov - mono-profiler-cov - mono-profiler-cov - mono-profiler-cov - - - - MaxSpeed - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;PROFILERCOV_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - ..\libgc\include;..\;..\mono\;..\mono\jit;..\eglib\src;..\..\mono\eglib\src;%(AdditionalIncludeDirectories) - - - true - Windows - true - true - MachineX86 - $(Platform)\lib;%(AdditionalLibraryDirectories) - mono-2.0.lib;libgc.lib;eglib.lib;%(AdditionalDependencies) - - - - - MaxSpeed - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;PROFILERCOV_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - ..\libgc\include;..\;..\mono\;..\mono\jit;..\eglib\src;..\..\mono\eglib\src;%(AdditionalIncludeDirectories) - - - true - Windows - true - true - $(Platform)\lib;%(AdditionalLibraryDirectories) - mono-2.0.lib;libgc.lib;eglib.lib;%(AdditionalDependencies) - - - - - Disabled - ..\libgc\include;..\;..\mono\;..\mono\jit;..\eglib\src;..\..\mono\eglib\src;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;PROFILERCOV_EXPORTS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - mono-2.0.lib;libgc.lib;eglib.lib;%(AdditionalDependencies) - $(Platform)\lib;%(AdditionalLibraryDirectories) - true - Windows - MachineX86 - - - - - Disabled - ..\libgc\include;..\;..\mono\;..\mono\jit;..\eglib\src;..\..\mono\eglib\src;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;PROFILERCOV_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - mono-2.0.lib;libgc.lib;eglib.lib;%(AdditionalDependencies) - $(Platform)\lib;%(AdditionalLibraryDirectories) - true - Windows - - - - - - - - - \ No newline at end of file diff --git a/msvc/profiler-logging.vcxproj b/msvc/profiler-logging.vcxproj deleted file mode 100644 index 9ec7432b0e8..00000000000 --- a/msvc/profiler-logging.vcxproj +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {86663B87-4CD2-42B6-8D8E-C79DA1CCDEE6} - profilerlogging - Win32Proj - - - - DynamicLibrary - Unicode - v120 - - - DynamicLibrary - Unicode - v120 - - - DynamicLibrary - Unicode - v120 - - - DynamicLibrary - Unicode - v120 - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(Configuration)\ - false - false - $(SolutionDir)$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(Configuration)\ - true - true - - - - MaxSpeed - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;PROFILERLOGGING_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - true - Windows - true - true - MachineX86 - - - - - MaxSpeed - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;PROFILERLOGGING_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - true - Windows - true - true - - - - - Disabled - ..\libgc\include;..\;..\mono\;..\mono\jit;..\mono\eglib\src;..\..\mono\eglib\src;%(AdditionalIncludeDirectories) - TARGET_X86;_DEBUG;__i386__;TARGET_X86;i386;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;GC_NOT_DLL;HAVE_CONFIG_H;WINVER=0x0600;_WIN32_WINNT=0x0600;_WIN32_IE=0x0501;WIN32_THREADS;FD_SETSIZE=1024;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - true - - - mono-2.0.lib;libgc.lib;eglib.lib;%(AdditionalDependencies) - $(Platform)_$(Configuration)/lib;%(AdditionalLibraryDirectories) - true - Windows - MachineX86 - - - - - Disabled - ..\libgc\include;..\;..\mono\;..\mono\jit;..\mono\eglib\src;..\..\mono\eglib\src;%(AdditionalIncludeDirectories) - TARGET_X86;_DEBUG;__i386__;TARGET_X86;i386;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;GC_NOT_DLL;HAVE_CONFIG_H;WINVER=0x0600;_WIN32_WINNT=0x0600;_WIN32_IE=0x0501;WIN32_THREADS;FD_SETSIZE=1024;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - true - - - mono-2.0.lib;libgc.lib;eglib.lib;%(AdditionalDependencies) - $(Platform)_$(Configuration)/lib;%(AdditionalLibraryDirectories) - true - Windows - - - - - - - - - \ No newline at end of file